|
|
@ -55,27 +55,26 @@ namespace Emby.Dlna.Profiles
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Container = "ts",
|
|
|
|
Container = "ts",
|
|
|
|
VideoCodec = "h264",
|
|
|
|
VideoCodec = "h264",
|
|
|
|
AudioCodec = "aac,ac3,mp3",
|
|
|
|
AudioCodec = "aac,ac3,mp3,dca,dts",
|
|
|
|
Type = DlnaProfileType.Video
|
|
|
|
Type = DlnaProfileType.Video
|
|
|
|
},
|
|
|
|
},
|
|
|
|
new DirectPlayProfile
|
|
|
|
new DirectPlayProfile
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Container = "mkv",
|
|
|
|
Container = "mkv",
|
|
|
|
VideoCodec = "h264",
|
|
|
|
VideoCodec = "h264",
|
|
|
|
AudioCodec = "aac,ac3,mp3",
|
|
|
|
AudioCodec = "aac,ac3,mp3,dca,dts",
|
|
|
|
Type = DlnaProfileType.Video
|
|
|
|
Type = DlnaProfileType.Video
|
|
|
|
},
|
|
|
|
},
|
|
|
|
new DirectPlayProfile
|
|
|
|
new DirectPlayProfile
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Container = "mp4",
|
|
|
|
Container = "mp4",
|
|
|
|
VideoCodec = "h264,mpeg4",
|
|
|
|
VideoCodec = "h264,mpeg4",
|
|
|
|
AudioCodec = "aac,ac3,mp3",
|
|
|
|
AudioCodec = "aac,ac3,mp3,dca,dts",
|
|
|
|
Type = DlnaProfileType.Video
|
|
|
|
Type = DlnaProfileType.Video
|
|
|
|
},
|
|
|
|
},
|
|
|
|
new DirectPlayProfile
|
|
|
|
new DirectPlayProfile
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Container = "mp3",
|
|
|
|
Container = "mp3",
|
|
|
|
AudioCodec = "mp3",
|
|
|
|
|
|
|
|
Type = DlnaProfileType.Audio
|
|
|
|
Type = DlnaProfileType.Audio
|
|
|
|
},
|
|
|
|
},
|
|
|
|
new DirectPlayProfile
|
|
|
|
new DirectPlayProfile
|
|
|
|