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 When using an adaptive streaming playlist, the player appears to re-use cached video segments from before the most recent rendition was decided, so looping video keeps playing low...

needs: research

Dear VideoJS Team, and all the other folks developing on the VHS/VideoJS base, I would like to be able to manipulate the Key exchange process of my AES-128 encrypted content,...

This is a feedback to the recently added feature of using only playlists with `usable` keystatus from https://github.com/videojs/http-streaming/pull/1460 in version 3.9.0 so apologies it does not follow the ticket template....

bug
help wanted
in progress

Is it possible to tweak values from [config.js](https://github.com/videojs/http-streaming/blob/main/src/config.js) when working with a precompiled Video.JS instance? We would like to reduce the back buffer length.

## Description Videojs is configured to serve m3u8 playlists that have expiration time configured and need a token (query param) to work. Ex: `https://example.com/index.m3u8?token=abc123ef789` During video playback, the url might...

Adds basic support for ManagedMediaSource. Must be enabled with the `useManagedMediaSource` VHS option. Does not implement an alternate AirPlay source - this requires a more significant change, to add two...

__Please do not delete the template, by filling out the required information we can investigate your issue more quickly.__ Before opening an issue see if your problem can be resolved...

## Description Hi guys, At the moment only WebVTT subtitles are supported for both DASH and HLS media source. However WebVTT is a very limited file format in terms of...

enhancement

__Please do not delete the template, by filling out the required information we can investigate your issue more quickly.__ Before opening an issue see if your problem can be resolved...

needs: more info

## Description Hi, I'm appending timed metadata in an HLS output using AWS MediaLive service, I'm able to get the `cuechange` event on the `TextTrack` with correct timestamp of the...