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 player.tech() is not yet available when "xhr-hooks-ready" is called. The code described as an example in [the readme](https://github.com/videojs/http-streaming?tab=readme-ov-file#xhr-hooks-ready) thus does not work out of the box. Example: https://jsbin.com/kulewerepe/1/edit?html,console,output...

bug
needs: research

### Description I have a live stream of DVR and when seek, videojs get wrong current time in videojs-http-streaming You can see here the problem. ![videojsbug](https://user-images.githubusercontent.com/7842159/186397772-79126a24-4f56-470b-a49b-6716d0243996.PNG) ### Reduced test case...

bug
needs: more info
needs: triage

## Description Videos without audio (adaptionset) in the manifest get a forced default audio group (see media-groups.js). We run into an error when switching to another qualitylevels of the video...

## Description When trying to stream 4k content (high bitrate ), the player experiences continuous buffering, despite the progress bar showing that the segment has been loaded ( HLS source...

### Description When Video.js from version [v8.7.0](https://github.com/videojs/video.js/releases/tag/v8.7.0) onwards loads a m3u8 master manifest, the player's timeline indicates extra segments are being loaded. When the player is given the actual playlist...

needs: triage

## Description VTT subtitles display twice in some scenarios. Can be reproduced in the [netlify demo](https://videojs-http-streaming.netlify.app/?debug=false&autoplay=false&muted=false&fluid=true&minified=false&sync-workers=false&liveui=true&llhls=true&url=https%3A%2F%2Fd12zt1n3pd4xhr.cloudfront.net%2Fdev%2Flsh-en.m3u8&type=application%2Fx-mpegURL&keysystems=&buffer-water=false&exact-manifest-timings=false&pixel-diff-selector=false&network-info=false&dts-offset=false&override-native=true&preload=auto&mirror-source=true&forced-subtitles=false). ## Sources To trigger the scenario I needed a rather long video (and patience),...

## Description - While playing HLS videos on Video.js in Android Chrome (specific version - 121.0.6167.101), I've encountered a recurring problem where the video frequently freezes, while the audio continues...

__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 We have an issue with some videos. Those are catchups (records) of a live stream, and chunks on date change (12am) breaks record (this is my guess). Here...

## Description We use Wowza to generate HLS streams that we later consume with the video.js player. These streams have timed metadata injected into them. We later parse that metadata...

needs: research