Hi, I compiled this guide which covers almost everything you need from OS install, to HDD spin down, static ip and Plex installation.
https://medium.com/@danielabdilla/home- ... .b1hquuev4
If you find any problem, would like to add another section to cover another missing step or add something to troubleshoot, please let me know and I'll gladly add! Thanks!
-
- Posts: 1
- Joined: Sun Jun 04, 2017 11:12 pm
Re: Plex Media Server - Full Guide
Can the Raspberry Pi be a plex media server as well as network attached storage at the same time?
Re: Plex Media Server - Full Guide
Yes, I'm using OMV (Open Media Vault) with PlexMediaserver pluginguitarchrislp wrote:Can the Raspberry Pi be a plex media server as well as network attached storage at the same time?
Re: Plex Media Server - Full Guide
Did you actually find it fast enough? I'm having some latency issues running my rPi 3b with PlexMediaServer on it, and it's barely cataloging the shows I have. It can barely play them...
Re: Plex Media Server - Full Guide
I'm using running omv with plexmediaserver plugin on a rpi2.
It works fine in the local network (3d movies) and also as song playlist from remote.
It's not really usable from remote to stream movie outside the local network.
It works fine in the local network (3d movies) and also as song playlist from remote.
It's not really usable from remote to stream movie outside the local network.
Re: Plex Media Server - Full Guide
Well, I am not really familiar with plex, i run emby myself. I have found that having movies in mp4 format helps greatly and i compiled ffmpeg ( its what emby uses a lot for playback ) to support hardware acceleration and it runs just fine even over my vpn by remote.
Re: Plex Media Server - Full Guide
Please could you suggest me a guide to compile ffmpeg my own on a raspberry pi2?Tdi-Me wrote:Well, I am not really familiar with plex, i run emby myself. I have found that having movies in mp4 format helps greatly and i compiled ffmpeg ( its what emby uses a lot for playback ) to support hardware acceleration and it runs just fine even over my vpn by remote.
-
- Posts: 219
- Joined: Fri Dec 20, 2013 1:00 pm
Re: Plex Media Server - Full Guide
For mcgyver83
On June 18th johndavies and Surfer Tim suggested ways of adding ffmpeg to a Raspberry PI 2. Surfer Tim's seems to be the most recent and this is what he wrote:
I downloaded and compiled ffmpeg from the source. Download ffmpeg-3.3.2.tar.bz2
https://www.ffmpeg.org/download.html
Unpack it.
tar -xvf ffmpeg-3.3.2.tar.bz2
then change to that directory and:
./configure
make
sudo make install
If this is too complicated, johndavies's suggestion may be slightly easier to carry out.
On June 18th johndavies and Surfer Tim suggested ways of adding ffmpeg to a Raspberry PI 2. Surfer Tim's seems to be the most recent and this is what he wrote:
I downloaded and compiled ffmpeg from the source. Download ffmpeg-3.3.2.tar.bz2
https://www.ffmpeg.org/download.html
Unpack it.
tar -xvf ffmpeg-3.3.2.tar.bz2
then change to that directory and:
./configure
make
sudo make install
If this is too complicated, johndavies's suggestion may be slightly easier to carry out.
Re: Plex Media Server - Full Guide
I can try 
There are compile config that can help ffmpeg to perform better on a raspberry?I can skyp 4k support as example.

There are compile config that can help ffmpeg to perform better on a raspberry?I can skyp 4k support as example.
-
- Posts: 1
- Joined: Wed Jul 19, 2017 2:51 pm
Re: Plex Media Server - Full Guide
Hi from Italy.
Using Raspbian and a useful online tutorial, yesterday I was able to set a Plex Server with my RPi 2.
I can reach it using my browser (myip:32400/web) and I can see the Plex Web UI.
The issue is that I store all my media on a Nas. How can I "mount" (or "map") those folders? The only option I get from Plex is my RPi itself and its subfolders...
Is there any command line useful to tell the server to connect to my nas, always and forever?
Sorry for my english and thank you very much for your attention.
Using Raspbian and a useful online tutorial, yesterday I was able to set a Plex Server with my RPi 2.
I can reach it using my browser (myip:32400/web) and I can see the Plex Web UI.
The issue is that I store all my media on a Nas. How can I "mount" (or "map") those folders? The only option I get from Plex is my RPi itself and its subfolders...
Is there any command line useful to tell the server to connect to my nas, always and forever?
Sorry for my english and thank you very much for your attention.
Re: Plex Media Server - Full Guide
You have to configure an NFS share or SMB share from you nas and check on google "how to mount permanently samba share on raspberry"supertopix wrote: ↑Wed Jul 19, 2017 3:00 pmHi from Italy.
Using Raspbian and a useful online tutorial, yesterday I was able to set a Plex Server with my RPi 2.
I can reach it using my browser (myip:32400/web) and I can see the Plex Web UI.
The issue is that I store all my media on a Nas. How can I "mount" (or "map") those folders? The only option I get from Plex is my RPi itself and its subfolders...
Is there any command line useful to tell the server to connect to my nas, always and forever?
Sorry for my english and thank you very much for your attention.
Re: Plex Media Server - Full Guide
The tutorial has been updated to the latest version of raspbian using debian strecth
Re: Plex Media Server - Full Guide
Hi, I paid for the Plex Media Server guide, but although (I think) I followed it to the letter, I find that I am not able to access the Plex Server interface using my browser, ie http:/192.1.168.126:32400/web/ - I just get the error that the site cannot be reached. This is from my remote pc but have the same issue if try it from the browser on the Pi itself. Obvioulsy I am using the correct IP address, because I can ping and ssh into my Raspberry. But I cannot access the plex interface.
Help!
Help!
- DougieLawson
- Posts: 42142
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: Plex Media Server - Full Guide
sudo netstat -tlnpu | grep plex # I'm assuming the task is called 'plex'
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
Re: Plex Media Server - Full Guide
Is this advice for me?DougieLawson wrote: ↑Sun Jan 21, 2018 6:34 pmsudo netstat -tlnpu | grep plex # I'm assuming the task is called 'plex'
Re: Plex Media Server - Full Guide
I have my plex server working just fine. I do, however, have a question about it.
The server is on Pi #1. I access via Pc 1,2,3, mobile phone, tablet, etc. My media drive is also an NFS drive.
Now the question. I can set Plex playing something on any remote machine, and then restart the server. I would expect playing to stop, but no, it just keeps on going, so where is it buffering.
Weirdly, if I simply restart the server, playing continues and picks up progress without a hitch. So again, who and how are they buffering this?
The server is on Pi #1. I access via Pc 1,2,3, mobile phone, tablet, etc. My media drive is also an NFS drive.
Now the question. I can set Plex playing something on any remote machine, and then restart the server. I would expect playing to stop, but no, it just keeps on going, so where is it buffering.
Weirdly, if I simply restart the server, playing continues and picks up progress without a hitch. So again, who and how are they buffering this?
Headless PI. OMG, someone cut it's head off. Oh, hang on. it didn't have one to start with.