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.
Unlock lightning-fast Microsoft support with Magenium’s Premier Services+. Our expert team ensures seamless integration, proactive monitoring, and rapid issue resolution. Save up to 40% on costs while enjoying priority access to top-tier engineers. Experience unparalleled support today!
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/
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
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.