aboutsummaryrefslogtreecommitdiff
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/src/jhls.rs1
1 files changed, 1 insertions, 0 deletions
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 });