Plex server
#1
How do you guys think Pine A64 will hold up as a plex server? 
I guess the 2gb ram version would be the best for this...
#2
(12-12-2015, 01:44 AM)arghne Wrote: How do you guys think Pine A64 will hold up as a plex server? 
I guess the 2gb ram version would be the best for this...

As my understanding, Plex server only run on x86 platform.
#3
RAM doesn't matter at all (64 vs. 32 bit also!): https://forums.plex.tv/discussion/156162...berry-pi-2
#4
I too am wondering if it could handle at least 1 transcode stream. That would be pretty nice.
#5
(12-12-2015, 06:16 AM)tkaiser Wrote: RAM doesn't matter at all (64 vs. 32 bit also!): https://forums.plex.tv/discussion/156162...berry-pi-2

Thanks tkaiser! If Raspberry pi 2 can run a plex server then Pine 64 should be physically able to being that they are both ARM based and the specs of Pine 64 are more stout than the RaspPI 2.
#6
I am very interested in creating a Plex server with my pine. Has anyone done or have any suggestions a about how I should go about it?
#7
That was my main purpose for buying a pine, too. There was one guy in Plex Forum who tried it already but with no success so far. Actually, I have no idea where to start. I'm not that familiar with Linux but I definitely try to get into that.
#8
Shocked 
I will first admit I am not a programmer. I have been messing with the Pine and so far very happy with it.

I would like to do a minimal boot on Debian (Which works well)  But I cannot figure out how to get Plex installed on it. I figured that the RP 3 has a 64bit proc on it but I cannot get that image installed.

Any help would be awesome.

Jpecora93
#9
(05-02-2016, 05:48 AM)Miedon Wrote: That was my main purpose for buying a pine, too. There was one guy in Plex Forum who tried it already but with no success so far. Actually, I have no idea where to start. I'm not that familiar with Linux but I definitely try to get into that.

Code:
sudo su -
apt-get install apt-transport-https
wget -O - https://dev2day.de/pms/dev2day-pms.gpg.key | apt-key add -
echo "deb https://dev2day.de/pms/ jessie main" >/etc/apt/sources.list.d/pms.list
dpkg --add-architecture armhf
apt-get update
apt-get install binutils:armhf
apt-get install --no-install-recommends plexmediaserver-installer

works on longsleep's original Ubuntu image. But forget about transcoding, Pine64 is not a fast Intel box Smile

EDIT: In case any of the commands throw messages at you you don't understand simply try to ignore them and continue or have a look later in the thread what might be wrong.
#10
(05-02-2016, 10:56 AM)jpecora93 Wrote: I figured that the RP 3 has a 64bit proc on it but I cannot get that image installed.

RPi 3 has a 64 bit CPU that rans an 32 bit OS. Pine64 is different and that's the problem since you need to add the armhf architecture. In case you use longsleep's original Ubuntu Xenial image the following should work:

Code:
sudo su -
apt-get install apt-transport-https
wget -O - https://dev2day.de/pms/dev2day-pms.gpg.key | apt-key add -
echo "deb https://dev2day.de/pms/ jessie main" >/etc/apt/sources.list.d/pms.list
dpkg --add-architecture armhf
apt-get update
apt-get install binutils:armhf
apt-get install --no-install-recommends plexmediaserver-installer
[Image: Bildschirmfoto%202016-05-02%20um%2019.50.44.png]


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mastodon instance \ Nextcloud Server fearg 1 4,520 03-31-2020, 08:18 PM
Last Post: tllim
  Turn your Pine64 into a music server with mpd JulianM 2 10,959 03-23-2017, 10:50 PM
Last Post: tllim
  Plex server arghne 48 52,341 03-22-2017, 04:15 AM
Last Post: pineadmin
  Pine64 as NAS/Media Server VandaL.pr! 1 6,126 12-27-2016, 10:48 AM
Last Post: Luke
  3d printer server oldsmarracin 3 5,480 09-13-2016, 02:43 AM
Last Post: JAYJAYN
  Cannot install Plex Media Server under Arch Linux malevolent 2 5,497 09-11-2016, 12:20 PM
Last Post: ChrisLane
  Building Stratum One NTP Server lospinos 5 8,678 08-23-2016, 09:23 AM
Last Post: MarkHaysHarris777
  Starbound Server. Is the Pine64 capable? iamfallen 1 3,893 08-03-2016, 10:36 AM
Last Post: MarkHaysHarris777
Brick Minecraft Server chrislink14 16 28,797 05-06-2016, 08:03 AM
Last Post: jeremycobert
  Media server montero65 3 6,004 04-28-2016, 06:02 PM
Last Post: queonda

Forum Jump:


Users browsing this thread: 1 Guest(s)