Torbjörn Einarsson
Torbjörn Einarsson
##### Environment - [x] The MPD passes the DASH-IF Conformance Tool on https://conformance.dashif.org/ - [x] The stream has correct Access-Control-Allow-Origin headers (CORS) - [x] There are no network errors such...
##### Environment - [X] The MPD passes the DASH-IF Conformance Tool on https://conformance.dashif.org/ - [X] The stream has correct Access-Control-Allow-Origin headers (CORS) - [X] There are no network errors such...
With UpdateSidx() it is possible to update or add a top-level sidx box for a fragmented file. There is also a new example program `examples/add-sidx` which shows how this can...
See the Issue for dash.js for the other side: https://github.com/Dash-Industry-Forum/dash.js/issues/4440 A possible implementation could be that a config parameter triggers signalling of query strings, and that content is only delivered...
wvtt subtitles should be supported if available in a test VoD asset. The right signalling must be present in the asset. The media timestamps should be rewritten similarly to what...
Add support for DASH VoD input format SegmentTimeline with `$Number$` addressing. Currently, the input DASH VOD formats supported are SegmentTemplate with Number and SegmentTimeline with Time. This is a format...
Make it possible to set start time separate from availabilityStartTime. start time is to be interpreted as the timeline offset for media timeline. In addition, it should be possible to...
MP4 descriptors have there own structure with a type and a variable size field. They are typically not used much, except for conveying information about MPEG-4 audio codecs, in particular...
The URL box should have a zero-terminated location string, or no data. This PR supports that the termination zero byte is missing and that there is a URL also when...