stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streams
commit1d4d1bff82f70c7cde37b1beaf1b55c72b3d6618
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Fri, 23 Apr 2010 19:57:25 +0000 (23 22:57 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Fri, 23 Apr 2010 19:57:25 +0000 (23 22:57 +0300)
tree9840f3aad145d33c9a6cda7ba020dae439123d4d
parent4583c12a2c29c9644acc15837c2f18ba7750bf1e
stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streams

Use lavf's flv demuxer for rtmp/rtmps/... stream types. Letting
generic format probing handle this could work, but with the current
probing implementation it'd at least depend on not-really-guaranteed
details of the stream layer (probing different formats and then
decoding depends on seeking back in between; rtmp streams don't
support such seeking directly so would need to rely on details of
caching behavior).
libmpdemux/demux_lavf.c
stream/stream.h
stream/stream_ffmpeg.c