From 0cecc7597ac561310ce2a04c8d6644c818612933 Mon Sep 17 00:00:00 2001 From: Gustav Grusell Date: Tue, 25 Jun 2024 12:52:32 +0200 Subject: [PATCH] fix: generate static mpd manifests Signed-off-by: Gustav Grusell --- src/packager.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packager.ts b/src/packager.ts index e3d69fc..6a26e63 100644 --- a/src/packager.ts +++ b/src/packager.ts @@ -179,6 +179,7 @@ export function createShakaArgs( return cmdInputs.concat([ '--hls_master_playlist_output', 'index.m3u8', + '--generate_static_live_mpd', '--mpd_output', 'manifest.mpd' ]);