- Range Headers for videoplayback
- Changed behaviour of local playlists
- Added UTC timestamps to footer
This commit is contained in:
Shiny Nematoda 2022-11-26 07:48:13 +00:00
parent dac17fbc2d
commit 599e024afa
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
12 changed files with 465 additions and 416 deletions

View file

@ -25,6 +25,7 @@ export function useDash(streams, len) {
name: 'AdaptationSet',
attributes: {
id: i,
contentType: 'audio',
mimeType: mimeTypes[i],
startWithSAP: '1',
subsegmentAlignment: 'true',
@ -108,6 +109,9 @@ export function useDash(streams, len) {
{
type: 'element',
name: 'Period',
attributes: {
id: 0,
},
elements: sets,
},
],