[MPlayer-users] Playing while dumping a stream?

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Jul 27 18:50:41 CEST 2005


Hi,
On Wed, Jul 27, 2005 at 12:04:56PM +0200, faxmodem at free.fr wrote:
> You could use a named pipe:
> 
> mkfifo stream.dump
> mplayer -dumpstream <url>
> cat stream.dump | tee SavedStream.wmv | mplayer -

Wouldn't just cat stream.dump | mplayer - do it? Without any fifos?
Or with MP3s the following should definitly work:
tail -f stream.dump | mplayer -
But actually I think the problem is that you are using the cache and
thus you really reach the end of file., so maybe just try
mplayer -nocache stream.dump

Greetings,
Reimar Döffinger




More information about the MPlayer-users mailing list