[MPlayer-dev-eng] willing to pay for RTMP support

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Nov 17 20:05:52 CET 2009


On Tue, Nov 17, 2009 at 01:55:03PM -0500, compn wrote:
> On Tue, 17 Nov 2009 19:41:41 +0100, Reimar Döffinger wrote:
> >On Tue, Nov 17, 2009 at 06:27:25PM +0100, Nicolas George wrote:
> >> rtmp://vod-fms.canalplus.fr/ondemand/videos/0911/LES_GUIGNOLS_QUOTIDIEN_091116_AUTO_5038_169_video_HD.mp4
> >
> >That one's not actually mp4, despite the name.
> >It works in MPlayer like this:
> >mplayer ffmpeg://rtmp://vod-fms.canalplus.fr/ondemand/videos/0911/LES_GUIGNOLS_QUOTIDIEN_091116_AUTO_5038_169_video_HD.mp4 -demuxer lavf -lavfdopts format=flv
> 
> should -demuxer lavf be default for all ffmpeg:// ?

No. This is only a hack to disable probing, because probing currently causes seeks
which are handled very badly.
The real issue is that MPlayer has quite a few checks for STREAMTYPE_STREAM and no
fd, and then disables a lot of things like cache.
I have no idea why, it only seems to break things for no reason at all.



More information about the MPlayer-dev-eng mailing list