diff options
Diffstat (limited to 'stream/src/hls.rs')
| -rw-r--r-- | stream/src/hls.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/src/hls.rs b/stream/src/hls.rs index 571d2b3..70a0d3c 100644 --- a/stream/src/hls.rs +++ b/stream/src/hls.rs @@ -70,7 +70,7 @@ pub fn hls_variant_stream( StreamSpec::Fragment { track, index, - container: StreamContainer::MPEG4, + container: StreamContainer::MP4, format, } .to_query() |