GB Utah 4 Posted January 16, 2016 Posted January 16, 2016 I apparently had addressed this locally on some/most of my devices in the past. However, we received an Xbox One for Christmas and have been playing with that quite a bit. It was great to see out of the box 80% direct play for our library on the Xbox One. Then I ran across the following: No direct play profiles found for Path:...mkv It turns out the something like the following needed to be added to our DLNA profile for the Xbox One: <DirectPlayProfile container="mkv" audioCodec="ac3,aac" videoCodec="mpeg2video" type="Video" /> The current system DLNA system profile for the Xbox One contains: <DirectPlayProfile container="mp4,mov,mkv" audioCodec="aac,ac3" videoCodec="h264,mpeg4" type="Video" /> This can be handled in a number of ways. The important thing for our case was to ensure mpeg2video codec, which was coming from our raw MKV from DVD, was listed as a valid video codec for direct play with the mkv container. I essentially changed the above to : <DirectPlayProfile container="mp4,mov,mkv" audioCodec="aac,ac3" videoCodec="h264,mpeg4,mpeg2video" type="Video" /> and now our raw dvd/mkv rips play back via Xbox One media player just fine.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now