jellyfin-roku icon indicating copy to clipboard operation
jellyfin-roku copied to clipboard

Fixing mpeg4 streams

Open Fyb3roptik opened this issue 2 years ago • 1 comments

Fyb3roptik avatar Jun 30 '22 19:06 Fyb3roptik

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

Fyb3roptik avatar Jul 26 '22 19:07 Fyb3roptik

I'm still getting less readable Audio information on the Movie Details screen. Below is the before / after

image

neilsb avatar Aug 24 '22 13:08 neilsb

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).

trekkie690 avatar Sep 05 '22 15:09 trekkie690

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.

neilsb avatar Sep 18 '22 15:09 neilsb

To be merged 10/8 unless an issue arises.

1hitsong avatar Oct 07 '22 20:10 1hitsong