I started by downloading an app from the repositories called Mediatomb which you can also get via the terminal by typing:
$ sudo apt-get install mediatomb
First thing you have to do is enable sharing to your system, which in my case is a PS3. This is done via the command:
$ sudo gedit ~/.mediatomb/config.xml
There you will want to find a line with:
<protocolInfo extend="no"/>
...now change that "no" to a "yes"... now look for a line saying
<mappings> <extension-mimetype ignore-unknown="no">
and add these two lines into the section below it, there will be a suggestion to just uncomment it but you can just add them:
<map from="avi" to="video/x-divx"/>
<map from="divx" to="video/x-divx"/>
Then you actually need to run it from the terminal by typing:
$ sudo mediatomb
This should give you an ip address with a port number (like http://192.168.1.101:49155/), so copy this and access it through your browser. Now you can navigate through your files and folders (filessystem), and anything you would like to share with your PS3, simply click on the + sign. Once you have done that to all the files you want to share you may go back to the "database" option and see what you are sharing over you LAN.
For some reason I get 2 options for Mediatomb on my PS3, and the second one tends to have a "Directories" folder that I can access and use my media. I hope this helps.
No comments:
Post a Comment