[Mplayer-dvb] Problem with MPlayer0.9rc3 and DVB output
Juri Haberland
juri at koschikode.com
Fri Jan 24 20:37:32 CET 2003
linuxdep wrote:
> Hi,
>
> i use the 0.0.4, but i think thats not the problem from the mplayer.sh wenn
> the mplayer process frozen.
I think there we have the problem, because the 0.0.4 script does
something like this:
exec $CMDLINE "$FILE" -
---------------------^^^
Here is the problem!
It calls mplayer with the actual file and a dash as arguments, which means:
play $FILE, then play the dash ("-"), which is STDIN. Because there's
nothing coming from STDIN, mplayer will wait forever, until it is killed.
Try the newest version from http://batleth.sapienti-sat.org/projects/VDR/
It has some more improvements and bug fixes and will scale better and
play more files than the 0.0.4 version.
Cheers,
Juri
More information about the MPlayer-dvb
mailing list