http-streaming icon indicating copy to clipboard operation
http-streaming copied to clipboard

HLS, DASH, and future HTTP streaming protocols library for video.js

Results 168 http-streaming issues
Sort by recently updated
recently updated
newest added

## Description I'm playing an HLS stream encoded with AES symetric key (Azure Media services live with AES enabled) When the videojs player try to switch to another bandwidth (by...

bug
needs: research

### Description Hello Folks, I now tried several plugins to switch the video quality on demand "videojs-max-quality-selector", "videojs-hls-quality-selector", all of these facing the same issue, no matter what codec I...

bug

Hi all, Most likely a simple answer but I genuinely cannot for the life of me understand why I can't get low latency working on my own pages vs the...

blocked: reproducible test case

## Description Adding some additional events and errors with relevant payloads to VHS to enable users to centralize streaming events and utilize the information passed with each error and event...

### Description In an Angular application, we need to change frequently the player source with the use of "autoplay" mode. The bug is apparently the same noticed here: https://github.com/videojs/video.js/issues/5752. The...

needs: triage

Support encapsulation of WebVTT in ISO-BMFF Spec: ISO/IEC14496-30 https://github.com/Dash-Industry-Forum/dash.js/blob/development/src/streaming/text/TextSourceBuffer.js#L342 Test Stream: https://storage.googleapis.com/shaka-demo-assets/sintel-mp4-wvtt/dash.mpd

enhancement

I want to add authentication to my HLS videos, however, I am struggling to append a token to the files referenced in my m3u8 files. I tried the `beforeRequest` function...

enhancement

How to get the VOD/live property of the current playing stream from player?

Description In the context of a media server cluster setup, a peculiar behavior was observed in VideoJS HLS playback. When the M3U8 playlist file is updated to start TS file...

### Description If I set the `currentTime()` of a player to the `duration()` to go to the end of a HLS video, the player shows the seeking spinner endlessly. ###...

needs: triage