|
|
@ -55,14 +55,14 @@ namespace Emby.Dlna.Profiles
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Container = "ts,mpegts,avi,mkv",
|
|
|
|
Container = "ts,mpegts,avi,mkv",
|
|
|
|
VideoCodec = "h264",
|
|
|
|
VideoCodec = "h264",
|
|
|
|
AudioCodec = "aac,ac3,mp3,dca,dts",
|
|
|
|
AudioCodec = "aac,ac3,eac3,mp3,dca,dts",
|
|
|
|
Type = DlnaProfileType.Video
|
|
|
|
Type = DlnaProfileType.Video
|
|
|
|
},
|
|
|
|
},
|
|
|
|
new DirectPlayProfile
|
|
|
|
new DirectPlayProfile
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Container = "mp4,m4v",
|
|
|
|
Container = "mp4,m4v",
|
|
|
|
VideoCodec = "h264,mpeg4",
|
|
|
|
VideoCodec = "h264,mpeg4",
|
|
|
|
AudioCodec = "aac,ac3,mp3,dca,dts",
|
|
|
|
AudioCodec = "aac,ac3,eac3,mp3,dca,dts",
|
|
|
|
Type = DlnaProfileType.Video
|
|
|
|
Type = DlnaProfileType.Video
|
|
|
|
},
|
|
|
|
},
|
|
|
|
new DirectPlayProfile
|
|
|
|
new DirectPlayProfile
|
|
|
@ -168,7 +168,7 @@ namespace Emby.Dlna.Profiles
|
|
|
|
new CodecProfile
|
|
|
|
new CodecProfile
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Type = CodecType.VideoAudio,
|
|
|
|
Type = CodecType.VideoAudio,
|
|
|
|
Codec = "ac3,aac,mp3",
|
|
|
|
Codec = "ac3,eac3,aac,mp3",
|
|
|
|
|
|
|
|
|
|
|
|
Conditions = new[]
|
|
|
|
Conditions = new[]
|
|
|
|
{
|
|
|
|
{
|
|
|
|