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/mediatombINTERFACE="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 &
Note: I think that same goes for the Xbox 360, someone confirm me?
![]() |
![]() |
![]() |
![]() |

















Tue, 06/08/2010 - 03:42
The easy alternative would be to install PS3 Media Server, http://code.google.com/p/ps3mediaserver/ and you are done :-)
Tue, 06/08/2010 - 03:44
I found this server (java) more functional http://ps3mediaserver.blogspot.com/ and it is open source http://code.google.com/p/ps3mediaserver/
Tue, 06/08/2010 - 10:43
Hey amazing, tonight I'll be to test this.
Sat, 07/09/2011 - 11:46
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.
Tue, 07/12/2011 - 15:45
of course, i'm interested!!!
Post new comment