[MPlayer-users] receive from ffmpeg tcp

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Nov 20 18:39:54 CET 2013


On Wed, Nov 20, 2013 at 10:27:00AM -0700, Roger Pack wrote:
> (as a side note, it might be nice if mplayer were able to "listen" on
> ports, equivalent to FFmpeg's tcp://127.0.0.1:2000?listen)

Did you try
mplayer ffmpeg://tcp://127.0.0.1:2000?listen
?
Not there is much point since it shouldn't really do
anything different than
nc -l -p 2000 | mplayer -
So it kind of is just code duplication unless you intend to stream video
at > 100 MBit/s.


More information about the MPlayer-users mailing list