I have PMS running on Raspberry PI 2!

Thanks for this, this is the first thing I've ever done with Pi and I now having it running on my Pi2.

Has anyone got Plug-ins working? I want to use the trakt.tv one, I put it in the plugin folder but it doesn't show up?

Any ideas?

Thanks apalmer & Jonathan. 

Not sure what you mean to be honest Jonathan, and yes Palmer I've done all those with sudo. 

I'll have a fresh crack at it tonight, everyone seems to be managing it so must be something fairly straightforward I'm doing wrong! 

Thanks for keeping this thread going.  I went ahead and ordered one off eBay to take a stab at this as well. I am hoping I can attach a 2.5" USB hard drive to this and have a little Plex Media Server 2 Go in the car that a tablet can connect to wirelessly

Great thread, I got PMS installed on my Pi2, installed ffmpeg and mkvtoolnix and can now use it as my Plex server.
 


Any hints on why, where and how you installed them?

Regards

Yes I was thinking about doing this.  Where's the best place to host it?


It will be great!

Thank you so much!

Me again. Can anyone help with a new issue? 

Getting a problem during the 'Download & Extract Plex' stage, goes smoothly up until I try move the Application/ to /opt/plex, where I get the error:

mv: inter-device move failed, unable to remove target: Is a directory

Tried everything I can think of, don't really understand the error, why is it trying to remove the target and why does it matter if its a directory? (somewhat rhetorical). 

Pretty sure the place I'm trying to move it to (/opt/plex) exists as I can change directory to it ok.

EDIT: Pretty sure I worked it out, guessing it means the Applications/ folder already exists where I've tried previously. Doh. 

Thanks Eckart, I'll check my fstab file when I get home, interesting that you add the UUID of the USB disk in there and map it that way (i'll try that)!

Hey SJam,

Finally got Plex all up and running nicely, having this issue too. Have you managed to resolve it? I think my case is a little different to others as my drive is ExFat. Installed Fuse Exfat which worked, so I can see the drive and files in the file browser at least. Something must be wrong with my fstab entry or something.

For those of you who want to mount by UUID see this guide

If you are making a virgin image that's all ready consider using Minibian as it's nice and light

I'm also eagerly waiting on an image to try out on my Rpi2. It hasn't moved from it's box and I got it the day after it was announced. I'd love to be able to move PMS off my main PC and onto a lower power device :)

Any hints on why, where and how you installed them?
Regards

Sure. I did "sudo chroot /chroots/wheezy-armel" and did "apt-get install mkvtoolnix ffmpeg" in there.

Ok by now I have tried PMS a bit, and it generally works. BUT
 One thing: the transcoding hangs every couple of minutes for a minute or two and then continues. Usually a couple of seconds after the paused location in the video.


Is anyone else having these problems? I fear that the Transcoding process crashes and gets restarted. How do I debug this?


My dmest or syslog doesn’t show anything abnormal. Network is fine as well. During the hang I can still use the Pi quite well using ssh etc.

I’ve just booted up my Xbox One and found it requires 9.10.3 or higher. Has anyone updated or installed a newer version?

I've just booted up my Xbox One and found it requires 9.10.3 or higher. Has anyone updated or installed a newer version?

yeah just download the latest drobo version and install that, thats what I did when installing for the first time and my xbox one and ps4 have no problems connecting.

First time poster, let me see if I understand this correctly, the raspberry pi 2 is powerful enough to host PMS to then be streamed from another device/chromecast even with transcoding? What about multiple videos at the same time?

Did I understand the posts that it's only working with USB attached storage if following the setup detailed here?

Ok by now I have tried PMS a bit, and it generally works. BUT... One thing: the transcoding hangs every couple of minutes for a minute or two and then continues. Usually a couple of seconds after the paused location in the video.

Is anyone else having these problems? I fear that the Transcoding process crashes and gets restarted. How do I debug this?

My dmest or syslog doesn't show anything abnormal. Network is fine as well. During the hang I can still use the Pi quite well using ssh etc.

Alright, I have found the problem: I set up my RasPi machines to use tmpfs, to reduce wear and tear for the SD cards: so I also use this for /tmp.

However, Plex writes to /tmp. A lot. All the temporary transcodings go there. And after a few minutes, my 100 MB tmpfs on /tmp will have filled up. Bye bye transcoder! It will recover, and pick up a couple of seconds later... So either I bite the sour apple and risk wearing out my SD card faster than expected, or I need to attach a USB hard drive... ;)

Well, how bad could it be, writing to the SD some hundred MB every time I watch a video...? Question is: With the AppleTV as a client -- why don't we simple stream on the fly, without temp storage? The AppleTV has its own buffering, so the PMS should not need to buffer anything. Pipe in the raw video from NAS, transcode, pipe it out to the AppleTV...?

Did I understand the posts that it's only working with USB attached storage if following the setup detailed here?

I have it working with no USB attached storage at the moment. I have mounted SMB (aka cifs) network shares. You simply have to add those in your /etc/fstab, and have some kind of server (another Pi, Windows, Linux or Mac machine, NAS, TimeCapsule...). Google "linux fstab cifs" for howtos.

First time poster, let me see if I understand this correctly, the raspberry pi 2 is powerful enough to host PMS to then be streamed from another device/chromecast even with transcoding? What about multiple videos at the same time?

I've tried it with 3 videos streaming to separate devices without an issue.  1 over ethernet, 2 wifi.  All three from the same USB3 HD source.  I don't think they were transcoding and I'm not sure how to check.

I've tried it with 3 videos streaming to separate devices without an issue.  1 over ethernet, 2 wifi.  All three from the same USB3 HD source.  I don't think they were transcoding and I'm not sure how to check.


Press 'i' when media is playing, it will show in the diagnostic info whether it is or not.

Regards

Alright, I have found the problem: I set up my RasPi machines to use tmpfs, to reduce wear and tear for the SD cards: so I also use this for /tmp.
 
However, Plex writes to /tmp. A lot. All the temporary transcodings go there. And after a few minutes, my 100 MB tmpfs on /tmp will have filled up. Bye bye transcoder! It will recover, and pick up a couple of seconds later... So either I bite the sour apple and risk wearing out my SD card faster than expected, or I need to attach a USB hard drive... ;)
 
Well, how bad could it be, writing to the SD some hundred MB every time I watch a video...? Question is: With the AppleTV as a client -- why don't we simple stream on the fly, without temp storage? The AppleTV has its own buffering, so the PMS should not need to buffer anything. Pipe in the raw video from NAS, transcode, pipe it out to the AppleTV...?


Change you installation to boot from USB, the SD card is only used for the initial part of the boot, it then continues booting from the USB, all read/writes from then on are to the USB drive not the SD card.

Regards