jellyfin-roku
jellyfin-roku copied to clipboard
Fixing mpeg4 streams
mpeg4
needs added to the DirectPlayProfiles for it avoid transcoding mpeg4 content. The current adds it to the transcoding profiles, which tells the server it can transcode to mpeg4 for the client, but doesn't tell it the client can direct play it.
This should be gtg now
I'm still getting less readable Audio information on the Movie Details screen. Below is the before / after
curios how this would impact an HEVC (h265) codec video in a mp4 container. Cause it should be noted as a mpeg4 (mpeg4 part 2).
curios how this would impact an HEVC (h265) codec video in a mp4 container. Cause it should be noted as a mpeg4 (mpeg4 part 2).
This is matching on the codec value that the server has for the video. For a HEVC video in both mkv and mp4 containers this comes through as hevc
- so shouldn't be affected.
To be merged 10/8 unless an issue arises.