html5 - Flash and "206 partial conent" http status code -
I use JWPlayer to play video from the server. The video is encoded using the H.264 codec. If I open them in the browser with H.264 support - the video plays well and I can find it because the server returns the 206 header browser to understand its partial content but if I play the same video on opera Try, for example, the flash player is being used and it gets 200 OK! 2 problems are here:
- I can not find the video until its video is downloaded
- If the video The "right" encoded player can not start playing until the file is completely downloaded. 1) Flash requires pseudo-streaming to be enabled - if you can provide a link, So I'm actually seeing what's going on here, I'm guessing more or less about this. HTML5 is not required for the pseudo-streaming module installed on the server side, however. In Flash, the default is progressive download, so you can only search for downloaded parts, and in html5, it is not so.
2) Yes, this is because of the encoding. If your MP4 files can not be invented before being downloaded completely, then you have to fix the MUV Atom at the end of your video (containing the information requested in it). Use this small application to parse your video and add the required Q points -
In addition, encoding via handbags - it can also fix, so the above device will not be necessary. You can encode using handbags, and enable "web optimized", which is similar to the index swap tool. Handbrake also has command-line encoding options
- If the video The "right" encoded player can not start playing until the file is completely downloaded. 1) Flash requires pseudo-streaming to be enabled - if you can provide a link, So I'm actually seeing what's going on here, I'm guessing more or less about this. HTML5 is not required for the pseudo-streaming module installed on the server side, however. In Flash, the default is progressive download, so you can only search for downloaded parts, and in html5, it is not so.
Comments
Post a Comment