(2012-11-18, 03:40:38)shawn_a Wrote: no its fetching sequence 2 over and over and failing.oh yes, that thing. well i found this:
http://code.google.com/p/chromium/issues...?id=157993
it looks like it has something to do with how the mp4 file is encoded (or rather the way it was muxed). chrome keeps sending GET requests but they are hitting the cache once it have the whole mp4 file. that would explain why the video skips so much at first.
i try to re-encode the mp4 to see if that helps.
once more, thanks for your help
EDIT:
i've just re-encoded the mp4 video and it seems Chrome no longer sends the GET requests (only when the video restarts and it get it from cache)