From e25beb3e0c2531b09d8efd70e858396dcc631dd2 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 2 Oct 2023 20:02:06 +0200 Subject: add profiles to jhls --- stream/src/jhls.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'stream') diff --git a/stream/src/jhls.rs b/stream/src/jhls.rs index d528c06..5183a26 100644 --- a/stream/src/jhls.rs +++ b/stream/src/jhls.rs @@ -42,6 +42,7 @@ pub async fn jhls_stream( let out = serde_json::to_string(&JhlsMetadata { tracks, + extra_profiles: CONF.transcoding_profiles.clone(), duration: media.duration, })?; tokio::spawn(async move { b.write_all(out.as_bytes()).await }); -- cgit v1.2.3-70-g09d2