Skip to content

Commit 659f201

Browse files
update xbox one dlna profile
1 parent fe15e99 commit 659f201

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MediaBrowser.Dlna/Profiles/XboxOneProfile.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ public XboxOneProfile()
6060
new DirectPlayProfile
6161
{
6262
Container = "ts",
63-
VideoCodec = "h264",
64-
AudioCodec = "ac3",
63+
VideoCodec = "h264,mpeg2video",
64+
AudioCodec = "ac3,aac,mp3",
6565
Type = DlnaProfileType.Video
6666
},
6767
new DirectPlayProfile

MediaBrowser.Dlna/Profiles/Xml/Xbox One.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
3838
<XmlRootAttributes />
3939
<DirectPlayProfiles>
40-
<DirectPlayProfile container="ts" audioCodec="ac3" videoCodec="h264" type="Video" />
40+
<DirectPlayProfile container="ts" audioCodec="ac3,aac,mp3" videoCodec="h264,mpeg2video" type="Video" />
4141
<DirectPlayProfile container="avi" audioCodec="ac3,mp3" videoCodec="mpeg4" type="Video" />
4242
<DirectPlayProfile container="avi" audioCodec="aac" videoCodec="h264" type="Video" />
4343
<DirectPlayProfile container="mp4,mov,mkv" audioCodec="aac,ac3" videoCodec="h264,mpeg4,mpeg2video" type="Video" />

0 commit comments

Comments
 (0)