Plex & OpenWRT

4 posts / 0 new
Last post
tobsch
tobsch's picture
Plex & OpenWRT

Hi there,

did anyone port over plex to OpenWRT or is there any description on how to do this?
Best,
Tobias

tobsch
tobsch's picture
Here is the official download

Here is the official download channel from plex:

https://plex.tv/downloads/details/1?channel=0&build=linux-openwrt-armv7&...

Here are the files from netgear:

ftp://updates1.netgear.com/sw-apps/plex/r9000/

tobsch
tobsch's picture
Gotcha: Download https:/

Gotcha: Download https://downloads.plex.tv/plex-media-server/1.3.4.3285-b46e0ea/plexmedia... in openwrt, gunzip, untar, cd /mnt/sda1/1.3.4.3285-b46e0ea and run ./plexmediaserver.sh

then find the server running on http://routerip:32400/web

pikas
pikas's picture
I tryed it on a linksys

I tryed it on a linksys wrt1200ac with openwrt 15.05.1 but I get the following errors:

./plexmediaserver.sh: line 16: config: not found
./plexmediaserver.sh: line 21: config: not found

The lines are these:

export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="`config get plex_file_path`/Library/Application Support"

 

export TMPDIR="`config get plex_file_path`
I modified that lines to:

export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="${SCRIPTPATH}/support"

export TMPDIR="${SCRIPTPATH}/tmp"

I created the folders "support" and "tmp" on the script folder, and when I run ./plexmediaserver.sh start, the scripts runs with no errors, but the server it's not running.