mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Changes:
- Range Headers for videoplayback - Changed behaviour of local playlists - Added UTC timestamps to footer
This commit is contained in:
parent
dac17fbc2d
commit
599e024afa
12 changed files with 465 additions and 416 deletions
|
@ -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,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue