http-streaming
http-streaming copied to clipboard
HLS, DASH, and future HTTP streaming protocols library for video.js
## Description Fixes this issue: https://github.com/videojs/http-streaming/issues/1471 Tested with this endpoint: https://livesim2.dashif.org/livesim2/segtimeline_1/WAVE/vectors/cfhd_sets/12.5_25_50/t1/2022-10-17/stream.mpd - before the fix, this endpoint hangs after a few seconds - after, this endpoint continues to play live...
## Description Adds the option to download or copy logs to the demo page. Concenates the page URL, versions, user agent and `player.log.history()`. ## Requirements Checklist - [x] Feature implemented...
## Description Tags: timing, PTS, DTS, scrubbing, seeking, DASH manifest, byte offset After upgrading to version 8.12.0 of videojs I can no longer scrub to a future time in my...
### Description Some of our users are reporting that the live stream we provide skips back during the playback by itself and it happens more than once during the live...
### Description https://reference.dashif.org/dash.js/v4.4.0/samples/drm/widevine.html I have tried to play a sample DRM stream from the above dash samples and the player is stuck in the loading state Browser: chrome latest library...
### Description Try playing with the sample ASSETS KEY: PSzZMzAkSXCmlJOWDmRj8Q The resultant URL is: https://dai.google.com/linear/dash/pb/event/PSzZMzAkSXCmlJOWDmRj8Q/stream/07c38597-4de0-43b4-8686-b4627b284345:TPE/manifest.mpd Able to play on Dash sample player -> https://reference.dashif.org/dash.js/v4.4.0/samples/dash-if-reference-player/index.html But not playing with video.js player...
### Description How to preload all .ts of m3u8? ### Reduced test case https://videojs.com/city ### Steps to reproduce The video always preloaded one .ts instead of more :< How to...
### Description Hi everyone, I'm encountering an issue with playing a DASH stream that uses Nagra DRM and Google server-side ad integration. Here's the situation: I can successfully play a...
## Description Use `#EXT-X-PROGRAM-DATE-TIME` tags when present https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.2.6, to estimate the latency of the current segment, adjusting for the time elapsed within the segment. ## Specific Changes proposed Please list...
## Description ### Feature This pull request adds support for parsing mp4 encapsulated webvtt segments by modifying the existing `vtt-segment-loader` and associated functions to interface with the transmuxer to parse...