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 160 http-streaming issues
Sort by recently updated
recently updated
newest added

## Description Removed some experimental options and make them default.

## Description For live HLS, after changing the video quality, part of the video becomes unavailable for seek. I found that this issue is connected to the seekable property. When...

## Description This change will improve handling of EME `'keystatuschange'` events of the type `'output-restricted'`, which occurs when the client does not meet HDCP compliance. The existing implementation uses `blacklistCurrentPlaylist()`...

## Description This updates the default [browserslist](https://github.com/videojs/babel-config/blob/main/es.js#L6-L19) used by babel. It drops support for some older browsers including IE 11. This also removes the `browserslist` in `package.json` so we use...

## Description HLS stream not switching rendition when network condition changes. This only happens with _experimentalBufferBasedABR_ set to true. Screen recording: https://user-images.githubusercontent.com/727125/169267092-86277870-9d3a-4179-98a0-679aded8fbaf.mp4 ## Sources Can reproduce with https://d2zihajmogu5jn.cloudfront.net/bipbop-advanced/bipbop_16x9_variant.m3u8, see codesandbox...

bug

Rename the parameters passed to excludePlaylist to make the logic easier to follow. ## Requirements Checklist - [X] Feature implemented / Bug fixed - [ ] If necessary, more likely...

The current live DASH playback test source uses a source where segments are referenced by a SegmentTemplate and duration, but the server doesn't have time syncing and appears to be...

## Description Hello, Video.Js and VHS Teams! I noticed that sometimes the player switches to the segments that were played N seconds before and starts playing them again (for HLS...

## Description Hi! I am working with STB and we are using Video.Js for HLS live playback. I noticed random freezes during playback. I collected debug logs for ~6 hours...

## Description I would like to display to the user the frame rate value for the currently playing quality level. However, it is not possible because the Representation class doesn't...