mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
fix: Fixed container name mp4 in transcoding profiles (#696)
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user