GNOME Bugzilla – Bug 662284
[qtdemux] Impossible to seek and broken seeking behaviour
Last modified: 2011-10-21 06:02:21 UTC
When seeking on this file the streaming stops most of the time and sometimes the slider is at the seek position but playback starts again from the beginning http://samples.mplayerhq.hu/V-codecs/h264/bbc-africa_m720p.mov This is not related to h264parse, using or not using it doesn't make a difference.
38 edit list entries for audio and video!
The 1st entry has around 6 seconds, then there are 36 entries with 0.05 seconds, and the last one has 4:20. Guessing that the first one is the BBC sliding logo, the 36 following ones are the title 'Wild Africa' and then there is the last one which is the 'real content'.
It tries to read past the file length and gets an EOS when seeking. 3755:gst_qtdemux_loop_state_movie:<qtdemux0> reading 442 bytes @ 56385856 $ ls -l bbc-africa_m720p.mov -rw-r--r-- 1 thiagoss thiagoss 8200479 Jan 29 2006 bbc-africa_m720p.mov
It seems like the file is incomplete. It only plays up to 30s. Can you confirm slomo? I couldn't find anything wrong with qtdemux index/edts parsing here.
I can confirm that, thanks. Let's close this as a broken file then.