Follow this new one (for Ubuntu and Debian - General ODROID hardware): http://www.htpcguides.com/install-plex-media-server-on-odroid-lubuntu-and-debian/
- Download Plex from https://plex.tv/downloads, version Netgear ARM 6.x
- In the ODROID U3 create de dir
apps
on the root, or run this command:
$ sudo mkdir /apps
- On your pc, open the .deb file with the package manager and copy the entire content of the folder "
apps
" to the/apps
directory on ODROID U3 - Create "
MediaLibrary
" and "temp
" in/apps/plexmediaserver/
directory or run these commands:
$ sudo mkdir /apps/plexmediaserver/MediaLibrary
$ sudo mkdir /apps/plexmediaserver/temp
- Copy files reported below to the following paths:
- The modified
start.sh
to/apps/plexmediaserver/Binaries
plexmediaserver_environment
to/etc/default/
plexmediaserver.conf
to/etc/init/
plexmediaserver
to/etc/init.d/
Now you can start and stop Plex with
$ sudo service plexmediaserver start|stop
or
$ /etc/init.d/plexmediaserver start|status|stop
Awesome, thanks! Can you say how well this runs (i.e. - Can it handle transcoding)?