[MPlayer-users] [PATCH] Add option to read -slave commands from fifo
Nico
nsabbi at libero.it
Tue Apr 8 18:06:34 CEST 2003
Even better: in CVS there's a working input module from DVB (change
channel etc.)
Brett Kosinski wrote:
>[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
>
>
>>$SUBJECT is attached - useful for stuff like
>>
>>dvbstream -whatever | mplayer -
>>
>>and still wanting to control mplayer via -slave commands from a gui
>>
>>With this patch, you can
>>
>>mkfifo /tmp/foo
>>dvbstream -whatever |mplayer -cfifo /tmp/foo -slave -
>>
>>And write -slave commands to /tmp/foo instead of stdin [which is
>>occupied by dvbstream]
>>
>>
>
>Is there a reason you don't just send the dvbstream stuff through a fifo?
>eg:
>
>mkfifo /tmp/foo
>dvbstream -whatever > /tmp/foo &
>mplayer -slave /tmp/foo
>
>Brett.
>
>_______________________________________________
>RTFM!!! http://www.MPlayerHQ.hu/DOCS
>Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch
>http://mplayerhq.hu/mailman/listinfo/mplayer-users
>
>
>
More information about the MPlayer-users
mailing list