Mobile app version of vmapp.org
Login or Join
LarsenBagley505

: What factors affect how fast HTML5 videos will start playing? If I host videos on my server and include them as HTML5 video in a webpage, what factors affect how fast they will start playing?

@LarsenBagley505

Posted in: #Html5 #Video #VideoHosting

If I host videos on my server and include them as HTML5 video in a webpage, what factors affect how fast they will start playing?

Of course bandwidth is a factor, but does also the media type of the video (MP4, WebM Ogg) affect this?

Any other factors to consider?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @LarsenBagley505

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jessie594

These are the key factors that should be considered with regards to video regardless of BW.

You should post 3 formats when possible, to serve the proper device used.


mp4, webm, ogg


This not only saves you bandwidth but also the users who do not need large video files for clarity.

Next you should encode the video file into a h264 format wrapped in a mp4 container.

Also use variable bitrates. This drops the mbps when there are dark scenes or low action.

The same applies for the audio, when the music is not as active.
Lastly use a fast start streaming which is also known as web streaming depending what OS and APP you use.

And a good program to go with would be FFMPEG/X or Handbrake

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme