aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c7e7a4a..87b0dae 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -200,7 +200,8 @@ static const Container supported_containers[] = {
{ "flv", "flv" },
{ "matroska", "mkv" }, // TODO: Default to this on amd/intel, add (Recommended on AMD/Intel)
{ "mov", "mov" },
- { "mpegts", "ts" }
+ { "mpegts", "ts" },
+ { "hls", "m3u8" }
};
struct AudioRow {