[MPlayer-users] RTSP unusable

Corey Hickey bugfood-ml at fatooh.org
Sun Jan 4 22:01:07 CET 2004


Stephen Stocker wrote:

>   OK, I couldn't figure out how to get all of the text output, since
>   what I originally posted was all that was left on-screen. Finally
>   occurred to me to try -vo null.

Here's an easy way (for bash, at least):
$ mplayer blahblahblah &> mplayer.log
...of course, if you redirect all output to a file, you won't be able to
see what's going on. If that is a problem:
$ mplayer blahblahblah 2>&1 | tee mplayer.log

-Corey




More information about the MPlayer-users mailing list