fix: Fixed container name mp4 in transcoding profiles (#696)

This commit is contained in:
Nyanmisaka
2025-06-02 19:14:31 +08:00
committed by GitHub
parent ce00aeb5f1
commit c2f8145e74

View File

@@ -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",
},