Changes

From Amahi Wiki
Jump to: navigation, search
1,658 bytes added ,  03:57, 14 January 2011
ps3mediaserver
I used the following procedure to get ps3mediaserver working under Fedora 12. I have tested this with avi and mkv files.
<HR>
1. Open a terminal.

2. Type the following command to grab the ps3mediaserver application:
"wget http://ps3mediaserver.googlecode.com/files/pms-generic-linux-unix-1.20.412.tgz"
Note: the most recent version can be found using the reference links at the bottom.

2. Unpack the application:
"tar -zxvf pms-generic-linux-unix-1.20.412.tgz"

3. Navigate into the applications directory:
"cd pms-linux-1.20.412"

4. Modify the permissions for the executable script:
"chmod 770 PMS.sh"

5. Get superuser permissions:
"su"
enter root password

7. Install dependencies/supporting binaries:
"yum -y install ffmpeg mplayer mencoder"

8. Return to normal user permissions:
"exit"

9. Run the server:
"./PMS.sh"
<HR>
I utilized the following resources though I have not tried the init script yet. Looks pretty straight forward.

<B>Installing ps3mediaserver on Fedora 11</B><BR>
http://thedaneshproject.com/posts/installing-ps3mediaserver-on-fedora-11/<BR><BR>

<B>PS3 Media Server for dummies / tutorial howto documentation</B><BR>
http://ps3mediaserver.org/forum/viewtopic.php?f=6&t=3507<BR><BR>

<B>Java PS3 Media Server for dummies – chapter 3 installation and basic configuration</B><BR>
http://otmanix.de/english/2009/05/17/java-ps3-media-server-for-dummies-chapter-3-installation-and-basic-configuration/<BR><BR>

<B>ps3mediaserver - Project Hosting on Google Code</B><BR>
http://code.google.com/p/ps3mediaserver/<BR><BR>

<B>Fedora 11 server init script</B><BR>
http://ps3mediaserver.org/forum/viewtopic.php?f=3&t=4374&start=0<BR><BR>
3

edits