From 96b6286bc6a9f4e82c0d2499626770e68506f63c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 3 Jun 2024 23:09:39 +0200 Subject: Add hls (m3u8) container option --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') 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 { -- cgit v1.2.3