2

In the past I have in the past created a NAS which I can use to play music through my PC or phone. I would, now like to make a media centre with a raspberry pi (B rev 2) which will be able to play video through my TV, and control this with my phone, preferably through a website as I do not have much storage on my phone.

I would store the video in a hard drive connected via USB.

Any suggestions as to how I could do this are welcome.

Edwin Shepherd
  • 211
  • 3
  • 9

2 Answers2

1

Follow this tutorial, I used it and it is great. I don't know if it supports video though.

If video is more important, try using this.

OrangeRust
  • 39
  • 7
1

I want to bring up Mopidy as a tool to play audio as I found it easy to set up und it's running well on the Pi.

With extensions it allows you to stream from cloud services (if the Pi would be online) such as Spotify as well as local files. It can be controlled by a multitude of clients (local or remote; command line, graphical, web based, android apps). Packages for installation are available for Debian and Arch Linux, but other than that it can be installed from source and is running on python2.7.

Ghanima
  • 15,958
  • 17
  • 65
  • 125