http-streaming
http-streaming copied to clipboard
HLS, DASH, and future HTTP streaming protocols library for video.js
*[Okapist](https://github.com/Okapist) commented on Aug 1, 2017, 2:22 PM UTC:* ## Description 2 years ago there was pull request to support mp3 audio. mp3 audio is still not working and pull...
A long time ago, we opened an issue that we can't properly handle live sources with MSE (https://github.com/w3c/media-source/issues/5). To fix that, setLiveSeekableRange. However, it took a while for it to...
## Description Video loading a lot of ts segments but doesn't play. Eventually the buffer gets filled and an error is thrown. I think this might be the same issue...
## Description This is a request for compatibility in situations where the HLS provider does not accurately specify codecs in the media chunks. In my situation, my HLS provider offered...
## Description I can't get a long 4k HLS video to automatically stream higher than 720p. Here is my setup: https://jsbin.com/gaforavito/edit?html,output At first the video was starting at 240p and...
## Description In our scenario, we need to dynamically create a video, change its source several times within few seconds (user will be previewing videos), and dispose and re-create it...
Currently `blacklistCurrentPlaylist` can blacklist arbitrary playlists by passing a playlist on the error object passed into it. This is confusing because the function makes it seem like it will only...
## Description I found that VHS cannot play HLS v4 that formatted by smooth streaming but the previous plugin videojs-contrib-hls can do. No problem with HLS v3 ## Sources HLS...
*[campones](https://github.com/campones) commented on Oct 25, 2017, 7:39 PM UTC:* Hi there I m using last cdn version of both videojs and video-contrib-hls provided here. I m looking to upgrade from...
## Description I am trying to play a HLS stream but player only plays video once all segments have been downloaded. The player just spins I guess because its buffering...