LibreELEC-RPi2.arm-9.0-Milhouse-20180923210325-#0923-g442e2de on an RPi3 can play a 2.8kb/s HEVC video file flawlessly. When I compare it to my own build of Kodi 18.0b2 on the same hardware, the video playback is unwatchable/choppy. Is it solely the ffmpeg version used in LibreELEC, and if so, is this an ffmpeg fork I can download when I build Kodi on Arch ARM?
FYI - I build like this so I would think inserting the ffmpeg version would be trivial:
Code
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_PREFIX_PATH=/opt/vc \
-DCORE_PLATFORM_NAME=rbpi \
...
-DFFMPEG_URL="/ffmpeg-4.0.2-Leia-Alpha3.tar.gz" \
-DENABLE_INTERNAL_FFMPEG=ON \
...
EDIT: is it as simple as pulling the single patch linked in this thread and building? Further, are all 4 patches shown here recommended or will the third one be sufficient?