We are working with an adaptive bitrate switching video that is being played back at an increased rate using HTML5. The video comes in from the server in 16 second chunks and as it gets to the end of one segment, it asks for the next. The issue is that with the increased playback speed, there isn't enough time to get that next segment if we wait till the normal time to request it and so playback stops at the end of each segment.
Are there some event callbacks we can tie into and give it a head start?
↧