Skip to content

Commit

Permalink
fix: generate static mpd manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Gustav Grusell <gustav.grusell@eyevinn.se>
  • Loading branch information
grusell committed Jun 25, 2024
1 parent cd5d81b commit 0cecc75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export function createShakaArgs(
return cmdInputs.concat([
'--hls_master_playlist_output',
'index.m3u8',
'--generate_static_live_mpd',
'--mpd_output',
'manifest.mpd'
]);
Expand Down

0 comments on commit 0cecc75

Please sign in to comment.