examples/mplayer.sh.example
branchtrunk
changeset 31 566c0f412764
parent 0 474a1293c3c0
equal deleted inserted replaced
30:f8a59739816b 31:566c0f412764
    10 MPLAYER="mplayer"
    10 MPLAYER="mplayer"
    11 
    11 
    12 # mplayer options, -vc will be added below
    12 # mplayer options, -vc will be added below
    13 # add "-lircconf <lircrc>" to enable LIRC support
    13 # add "-lircconf <lircrc>" to enable LIRC support
    14 OPTS="-vo mpegpes"
    14 OPTS="-vo mpegpes"
       
    15 if [ "aa$DVB_DEVICE" != "aa" ]; then
       
    16   OPTS="-vo mpegpes:card=$DVB_DEVICE -ao mpegpes:card=$DVB_DEVICE"
       
    17 fi
    15 
    18 
    16 # mplayer options for SlaveMode
    19 # mplayer options for SlaveMode
    17 SLAVE="-slave -quiet -nolirc"
    20 SLAVE="-slave -quiet -nolirc"
    18 
    21 
    19 #####################
    22 #####################