Servidor Multimedia en Ubuntu para el PS3

Today I decided to see how to connect the PlayStation 3 to my Ubuntu, to share multimedia content such as photo galleries, Music and Video. For this  I found MediaTomb a UPnP media server and open source (GPL) administered like a  web interface, fast, intuitive and friendly. I't allow us to transmit multimedia digital media through our local network to various UPnP devices within the latter PS3, but for this we must enable some parameters that I explain below

First, you have to download the MediaTomb from the official website or from Ubuntu repositories, as it is available. :D You can download fromt Synaptic, the Ubuntu Software Center or APT.

sudo apt-get install mediatomb

Once installed, we have to configure the network interface through which our computer MediaTomb going to work, we do this by editing the file /etc/default/mediatomb changing the line INTERFACE = "" by INTERFACE = "networkInterface"

sudo vim /etc/default/mediatomb
INTERFACE="eth0"

Now, to work withe the  console PlayStation 3 edit the file /etc/mediatomb/config.xml

sudo vim /etc/mediatomb/config.xml

In this file, under <server> add network interface:

<interface>eth0</interface>

In the same file, find <protocolInfo extend="yes"/><!-- For PS3 support change to "no" --> And change it for yes, it is as follow:

<protocolInfo extend="yes"/><!-- For PS3 support change to "yes" -->

Finally enabling the divx for the PS3 on the line

<!-- Uncomment the line below for PS3 divx support -->
<!– <map from=”avi” to=”video/divx”/> –>

And leave it like this:

<!-- Uncomment the line below for PS3 divx support -->
<map from="avi" to="video/divx"/>

Save and now swe have to start de MediaTomb daemon

sudo /etc/init.d/mediatomb start

Lunch the MediaTomb on the console and copy the last one line; the ip addres and the port (ip:port) and entered in our web browser

hollman@saboteur:~$ mediatomb &

MediaTomb UPnP Server version 0.12.0 - http://mediatomb.cc/
====================================================================
Copyright 2005-2008 Gena Batsyan, Sergey Bostandzhyan, Leonhard Wimmer.
MediaTomb is free software, covered by the GNU General Public License version 2
2010-06-06 21:27:29 INFO: Loading configuration from: /home/hollman/.mediatomb/config.xml
2010-06-06 21:27:29 INFO: Checking configuration...
2010-06-06 21:27:29 INFO: Setting filesystem import charset to UTF-8
2010-06-06 21:27:29 INFO: Setting metadata import charset to UTF-8
2010-06-06 21:27:29 INFO: Setting playlist charset to UTF-8
2010-06-06 21:27:29 INFO: Configuration check succeeded.
2010-06-06 21:27:29 INFO: Initialized port: 49152
2010-06-06 21:27:29 INFO: Server bound to: 192.168.1.114
2010-06-06 21:27:30 INFO: MediaTomb Web UI can be reached by following this link:
2010-06-06 21:27:30 INFO: http://192.168.1.114:49152/
Open the browser to the address that MediaTomb show us, in my case http://192.168.1.114:49152 and ready, it's just add the content of our pc that we want to appear at the interface of the PlayStation Multimedia,Now go to the console, on the videos, music and photo to Search Multimedia Servers  for us to appear MediaTomb :D  Now we can play and copy the content from Ubuntu to our PS3.
 

Note: I think that same goes for the Xbox 360, someone confirm me?

By hollman under PlanetUbuntu , playstation , ps3 , ubuntu
Share this

5 comments on Servidor Multimedia en Ubuntu para el PS3

  • Daniel Wiberg (not verified)

    The easy alternative would be to install PS3 Media Server, http://code.google.com/p/ps3mediaserver/ and you are done :-)

  • Nano (not verified)

    I found this server (java) more functional http://ps3mediaserver.blogspot.com/ and it is open source http://code.google.com/p/ps3mediaserver/

  • hollman

    Hey amazing, tonight I'll be to test this.

  • Johnson (not verified)

    Hi there, I was wondering whether you offered any advertising possibilities on your website? I have a friend who is looking to promote his new website.

    You can prepare for your project management exam by spending weeks reading books, or you can simply get the PM PrepCast. This training course was created by a project management expert who has had several years of experience in the field of project management and PMP training.

  • hollman

    of course, i'm interested!!!

  • Post new comment

    The content of this field is kept private and will not be shown publicly.