On Sat, 14 Dec 2013 08:48:25 +1300
Chris Double <[email protected]> wrote:

> Seeking in an MP4 file should work fine using byte range requests.
> What OS are you on and what version of Firefox? I tested the following
> using Firefox Nightly with GStreamer:
> 
> <http://cd.pn/b/>
> 
> Seeking works immediately for me.

Thanks for your answer! Your example also worked for me (Firefox 26.0 on 
Linux). By investigating your example I also found the bug on my website:

My server did not answer with "206 Partial Content" when there was a GET 
request to the MP4 file with a "Range: byte=0-" header from the firefox. 
Instead my server responded with "200 OK". So I guess firefox thought, the 
server might not support byte range requests.

Thanks for your help!

Ulrich
_______________________________________________
dev-media mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-media

Reply via email to