mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-19 20:30:27 +01:00
Merge pull request #294 from jakequade/master
fix: restore streaming codecs
This commit is contained in:
@@ -41,21 +41,39 @@ export const chromecastProfile: DeviceProfile = {
|
|||||||
],
|
],
|
||||||
TranscodingProfiles: [
|
TranscodingProfiles: [
|
||||||
{
|
{
|
||||||
Type: "Video",
|
|
||||||
Context: "Streaming",
|
|
||||||
Protocol: "hls",
|
|
||||||
Container: "ts",
|
Container: "ts",
|
||||||
VideoCodec: "h264, hevc",
|
Type: "Video",
|
||||||
AudioCodec: "aac,mp3,ac3",
|
VideoCodec: "h264",
|
||||||
CopyTimestamps: false,
|
AudioCodec: "aac,mp3",
|
||||||
EnableSubtitlesInManifest: true,
|
Protocol: "hls",
|
||||||
|
Context: "Streaming",
|
||||||
|
MaxAudioChannels: "2",
|
||||||
|
MinSegments: 2,
|
||||||
|
BreakOnNonKeyFrames: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Type: "Audio",
|
Container: "mp4",
|
||||||
Context: "Streaming",
|
Type: "Video",
|
||||||
|
VideoCodec: "h264",
|
||||||
|
AudioCodec: "aac",
|
||||||
Protocol: "http",
|
Protocol: "http",
|
||||||
|
Context: "Streaming",
|
||||||
|
MaxAudioChannels: "2",
|
||||||
|
},
|
||||||
|
{
|
||||||
Container: "mp3",
|
Container: "mp3",
|
||||||
|
Type: "Audio",
|
||||||
AudioCodec: "mp3",
|
AudioCodec: "mp3",
|
||||||
|
Protocol: "http",
|
||||||
|
Context: "Streaming",
|
||||||
|
MaxAudioChannels: "2",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Container: "aac",
|
||||||
|
Type: "Audio",
|
||||||
|
AudioCodec: "aac",
|
||||||
|
Protocol: "http",
|
||||||
|
Context: "Streaming",
|
||||||
MaxAudioChannels: "2",
|
MaxAudioChannels: "2",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user