we are looking to implement video in to our website, but we want to switch the video bitrate depending on the quality of the viewers internet connection.
- Fits the bandwidth of the server » client connection.
- Fits the width of the player’s display (or, to be precise, is not more than 20% larger).
- Does not result in more than 25% of frames dropped at any time.
Is there a way to do this using HTML5 video?
kind regards, Daan