aboutsummaryrefslogtreecommitdiff
path: root/stream/src
diff options
context:
space:
mode:
Diffstat (limited to 'stream/src')
-rw-r--r--stream/src/segment.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/src/segment.rs b/stream/src/segment.rs
index 51674d7..ce3f8e1 100644
--- a/stream/src/segment.rs
+++ b/stream/src/segment.rs
@@ -25,7 +25,7 @@ pub async fn segment_stream(
if let Some(profile) = spec.profile {
let location = transcode(
- "",
+ &format!("{track} {n} {:?}", node.private.source), // TODO maybe not use the entire source
CONF.transcoding_profiles
.get(profile)
.ok_or(anyhow!("profile out of range"))?,