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 This fixes an issue with a long running stream where the cue start times are larger than the maximum mpegts timestamp of ~27 hours. ## Specific Changes proposed...

Previously, if there was a segment timeout and `experimentalBufferBasedABR` was set to `true`, then the main segment loader would stay in a `READY` state and never resume loading segments. This...

## Description When loading a VOD playlist as URL, everything works fine. But since we preload our playlists, using vhs-json would be the more appropiate way. Sadly, when doing this...

bug

# Description Proposal to introduce a new `useForcedSubtitles` option to access forced subtitles when available. ![forced-subtitles](https://user-images.githubusercontent.com/34163393/191917761-b82a8b81-07ee-4d19-898e-469a376fc52a.png) ## Current State Currently, VHS ignores forced subtitle tracks. This behavior makes it impossible...

## Description The problem can be reproduced in the [netlify demo](https://videojs-http-streaming.netlify.app/?debug=false&autoplay=false&muted=false&fluid=false&minified=false&sync-workers=false&liveui=true&llhls=false&url=https%3A%2F%2Fd12zt1n3pd4xhr.cloudfront.net%2Fdev%2Ffmp4-aes-en-nif.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) The same stream plays fine in macOS Safari [when overrideNative is turned off](https://videojs-http-streaming.netlify.app/?debug=false&autoplay=false&muted=false&fluid=false&minified=false&sync-workers=false&liveui=true&llhls=false&url=https%3A%2F%2Fd12zt1n3pd4xhr.cloudfront.net%2Fdev%2Ffmp4-aes-en-nif.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=false&preload=auto&mirror-source=true). – Disclaimer: Did not test on...

needs: research

## Description In the last two livestreams, after more than 60 min into the event we have noticed the player switched to the beginning of the stream and played from...

how to play an mp4 that is on a server that previously asks to send a token through a header?

### 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...

Description The last few seconds of audio are being cut out on this stream. The same stream works correctly on [bitmovin's player](https://bitmovin.com/demos/stream-test?format=dash&manifest=https%3A%2F%2Fmtonomy-dev.s3.amazonaws.com%2Fvideojsbug%2Fstream.mpd) but in [videojs](https://videojs.github.io/videojs-contrib-dash/) the ending is cut. I...