I made a custom Plex Media Player build that leverages the decent performance we get with the fbdev/dri driver.
I tested Rockchip MPP gstreamer plugin. The Rockchip Hardware VPU is very basic, it breaks with mkv playback, so I decided to use ffmpeg software decoding since it's extremely robust. Also 1080p playback through DRI isn't too shabby!. If you want 4k video then you need to contact Rockchip. They seem to be overwhelmed or not interested in bringing 4k support to Linux. I built a .deb package that will install plexmediaplayer to /usr/local. No worries about installing to somewhere and clobbering an official library or package. Official Armbian dependencies will be installed to the proper location. The plexmedia web-client will be installed to /usr/local/share/plexmediaplayer, the Qt5 binary will be installed to /usr/local/bin/plexmediaplayer
install with:
gdebi plex-media-player-install.deb
remove with:
apt-get remove plex-media-player-installer
To fix the installer package I basically reflashed my NanoPC-T4 with a clean Armbian image, printed out the errors.
Updated the Debian control file with all the proper dependencies.
Here's the binary install package.
If you get a dependency error you can use the --ignore-depends dpkg argument and resolve after the install.
The files are installed in an easy location to clean up.
Question
jerryn
I made a custom Plex Media Player build that leverages the decent performance we get with the fbdev/dri driver.
I tested Rockchip MPP gstreamer plugin. The Rockchip Hardware VPU is very basic, it breaks with mkv playback, so I decided to use ffmpeg software decoding since it's extremely robust. Also 1080p playback through DRI isn't too shabby!. If you want 4k video then you need to contact Rockchip. They seem to be overwhelmed or not interested in bringing 4k support to Linux. I built a .deb package that will install plexmediaplayer to /usr/local. No worries about installing to somewhere and clobbering an official library or package. Official Armbian dependencies will be installed to the proper location. The plexmedia web-client will be installed to /usr/local/share/plexmediaplayer, the Qt5 binary will be installed to /usr/local/bin/plexmediaplayer
install with:
gdebi plex-media-player-install.deb
remove with:
apt-get remove plex-media-player-installer
To fix the installer package I basically reflashed my NanoPC-T4 with a clean Armbian image, printed out the errors.
Updated the Debian control file with all the proper dependencies.
Here's the binary install package.
If you get a dependency error you can use the --ignore-depends dpkg argument and resolve after the install.
The files are installed in an easy location to clean up.
plex-media-player-install.deb
Edited by jerrynFixed the installer package, performed testing on a clean image. This is now ready to install
Link to comment
Share on other sites
20 answers to this question
Recommended Posts