Joe Forbes

Results 17 comments of Joe Forbes

+1 to finding a way around the limit

How many changes would this feature make? Do you have a branch for us to look at?

http-streaming is actually built into video.js 7 by default now so all you should have to do is: ```html test Video.js Example Embed var player = videojs('my_video_1'); ``` However it...

Renaming this issue to clarify what the bug is

We can fix this by making sure not to select the audio-only playlist if we know that there are video+audio playlists available. The player may still get in this state...

We have a debug page (https://github.com/videojs/mux.js/blob/master/debug/index.html) that shows a simple use case but we should document how to use this more clearly. Marking this as a documentation chore, we'll add...

The spec (https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#page-29) indicates that CODECS are defined as a quoted string. In the future we will add validation warnings and errors to indicate that a manifest is not to...

This will be fixed in a branch @gesinger is working on. That PR should be resolved relatively soon

This is expected behavior for pausing but does seem like a bug when destroying the player. We reset the dash.js player on dispose which should unload the source. We currently...

Confirmed as an issue, adding to backlog