The Raspberry Pi cannot play HEVC. It has a smart “phone class” cpu and is only able to play video because it has dedicated hardware for video decoding. But this dedicated hardware decoder only works up to AVC (h.264) and not HEVC (h.265) which is way more demanding to decode.
Therefore transcoding HEVC content on the server to h.264 is the only option.
@OttoKerner said:
The Raspberry Pi cannot play HEVC. It has a smart “phone class” cpu and is only able to play video because it has dedicated hardware for video decoding. But this dedicated hardware decoder only works up to AVC (h.264) and not HEVC (h.265) which is way more demanding to decode.
Therefore transcoding HEVC content on the server to h.264 is the only option.
Im not the guy who accept everything furthermore you said HEVC@720p only works on RPi3.
That was wrong. sry dude
does anybody know how can i force a Pi to Direct Play HEVC@1080p?
i think it could work with adding the advancedsettings.xml, but i don’t know the right content
the RPi (all models) does not have support for hardware acceleration of H.265 video sources. As such, the RPi just doesn't have the raw horsepower needed to decode higher resolution videos on the fly.
then without hardware acceleration. maybe software decoding is enough.
people say the RPi2 can’t direct play hevc content but it can.
in my case RPi2 without OC on 1A USB Port can play HEVC 720p content without transcoding.
whats the problem to try 1080p with a overclocked raspberry and more power? but i need to know how to disable the resolution limit for direct play HEVC@1080p.
am i too stubborn?
@OttoKerner
Is this not your sentence?
“I have this 1080p video in my test library, and it Direct Played it.”
still doesn’t understand why this resolution limit. a 720p video with a very high bitrate can stress the pi more the an 1080p video with decent bitrates. i give up
If a video is Direct Playing then little work is done by the RPi, so no stress on the RPi at all, check the info overlay when playing a movie and look at the CPU usage.
Is there a way to tell RasPlex to always force a transcode when an H265 comes around,
or do I have to check if it’s 720 or 1080 to determine if I have to force a transcode or not?