From c2f8145e74a22b2446aab5bf83d765b225638a69 Mon Sep 17 00:00:00 2001 From: Nyanmisaka Date: Mon, 2 Jun 2025 19:14:31 +0800 Subject: [PATCH] fix: Fixed container name mp4 in transcoding profiles (#696) --- utils/profiles/native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/profiles/native.js b/utils/profiles/native.js index b97dc4c8..909a9971 100644 --- a/utils/profiles/native.js +++ b/utils/profiles/native.js @@ -79,7 +79,7 @@ export const generateDeviceProfile = async () => { Type: MediaTypes.Video, Context: "Streaming", Protocol: "hls", - Container: "fmp4", + Container: "mp4", VideoCodec: "h264, hevc", AudioCodec: "aac,mp3,ac3,dts", },