Plex released a backend for Synology systems. The package only works on Intel or Atom based Synology systems. The package allows you to stream content directly from your synology system to any plex device. If you’re willing to try you can download the package from below:
http://www.plexapp.com/elan/PlexMediaServer-0.9.2.8-3616163-synology.tar.bz2
Hoe moet je dit installeren? Via pakketbeheer is er geen bestand dat ik kan aanduiden dat moet geinstalleerd worden. (packet is normaal .spk toch?)
Ik heb hetzelfde probleem .. moet je dit manueel installeren? zonder een .spk? en jammer dat dit alleen maar op Intel en Atom werkt .. jammer voor de ARM processors
om gewoon te streamen heb je toch geen Intel of Atom nodig
Kan het zijn dat de reden dat het enkel werkt op intel en amd is dat plex de bestanden converteerd on the fly?
Installation doesnt work on Synology DS1010+. I think tar.bz2 aint proper/compatible plugin format for Synology
bz2/tar files are just like zip files, you have to unpack them first !
why they are packed i don’t now, spk is already a renamed zip or rar file
Unpack bz2 file (with 7zip for instance)
You get an tar file rename it to spk…
then Install the package, it should work.
(I checked : an SPK file is actualy an tar file, but just renamed..
@Carlo thanks, but that doesn’t work for me … still sats its an invalid package on my 1511+ atom
Anyone got it working?
Same for me if i extract it or not, both ways the Synology keeps telling me its the wrong format.
You must extract the archive with: tar xvf
But when I use start.sh, this is the error message on my Atom ds409:
./start.sh
./PlexServer: line 1: syntax error: unexpected word (expecting “)”)
@Carlo
Doesnt work on DS1010+ as well. “Invalid package”
Could not get this build working on my DS1511+
After searching i noticed there is a newer build that is running right now
http://www.plexapp.com/elan/PlexMediaServer-0.9.2.8-798fb40-debian4.tar.bz2
@th30n3
Did you get that version running? If so, how?
Yes, how did you get it to work on your DS1511+? I got a DS1511+ and it keeps saying “invalid package” even after renaming .tar.bz2 to .tar or to .spk …
spk for Intel based Syno boxes
http://forums.plexapp.com/index.php/topic/26663-dont-forget-synology/page__st__40
Adam is right.
http://dl.dropbox.com/u/27482871/PlexMediaServer-0.9.2.8-006925d.spk posted at
http://forums.plexapp.com/index.php/topic/26663-dont-forget-synology/page__view__findpost__p__177727
works on my DS1010+
The reason for it being only available for Intel-based NAS devices is probably because it originally was developed on an Intel platform.
You can always try to cross-compile it for a different architecture (Synology has developer toolchains available for every system architecture they use) but unfortunately, the toolchains and library complement are not that extensive. GCC and GLIBC versions often are also very old, which can give headaches with newer Open-source projects that use newer functions or macros.
Why the original .tar.bz2 didn’t install as an spk is probably because it was just the source version, meant to build/compile or just install on any intel device, not only Synology
Very nice that a user now also providers packages.