[FFmpeg-user] asking for help on custom-IO
Geronimo Ma. Hernandez
geronimo013 at gmx.com
Mon Oct 15 14:36:15 CEST 2012
On Monday 15 October 2012 - 08:56:27, Roger Pack wrote:
> It seems to support seeking in "some" media, ex:
> $ ffplay http://rogerdpack.t28.net/incoming/big_buck_bunny_480p_h264.mov
Hm, not really.
If your network-connection is fast enuf (mine is not), it might behave like
seeking, but it is not a seeking, it just throws away the data until the skip-
position. So seeking is quite slow and only works in advance direction.
Real seeking - at least as I understand it - would issue a new GET command
with a range header. That "seeking" would work in both directions and is used
by dlna and the like.
I implemented the server side and I am willing to implement the client side
too, but I need some helping hand, as I don't understand enuf of ffmegs IO-
layer.
BR Gero
More information about the ffmpeg-user
mailing list