Difference between revisions of "Ps3mediaserver"

From Amahi Wiki
Jump to: navigation, search
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!--I used the following procedure to get ps3mediaserver working under Fedora 12. I have tested this with avi and mkv files.
+
=[http://www.amahi.org/apps/ps3mediaserver PS3 Media Server] on Amahi=
<HR>
+
{{WorkInProgress}}
1. Open a terminal.
+
==<span style="color:#800000">by Greg Martin (uslacker)</span>==
  
2. Type the following command to grab the ps3mediaserver application:
+
==Introduction==
"wget http://ps3mediaserver.googlecode.com/files/pms-generic-linux-unix-1.20.412.tgz"
+
Amahi supports several applications for streaming content over the network using DLNA. PS3 Media Server (PMS) is different in that is was designed to transcode video files on the fly so they can be played by the Sony PS3 as it supports a limited number of video & audio codecs.  As PMS matures, it supports a growing number of devices. (Samsung, Sony Bravia, Philips, Realtek, WDTVLive, XBox, WindowsMedia, PopCornHour, XBMC, Android, N900).
Note: the most recent version can be found using the reference links at the bottom.
 
  
2. Unpack the application:
+
==Getting Started==
"tar -zxvf pms-generic-linux-unix-1.20.412.tgz"
+
PS3 Media Server cannot be configured through a web page. While we've tried to create a sane default install, you will find a need to adjust the configuration. To do so, you have two choices. Edit the PMS.conf file  manually; or run PMS.sh to start the console app.
 
+
* To edit PMS.conf, open /var/hda/web-apps/ps3mediaserver/PMS.conf using you favorite editor. The file permissions are set so that anyone in the users group can edit them. Documentation for the various settings will be best found in the PMS forums.
3. Navigate into the applications directory:
+
* To use the console app, login to the console of your HDA; open the computer app and browse to /var/hda/web-apps/ps3mediaserver/PMS.sh.  Double click to run.  If prompted on what action to take, select Run in Terminal. Make any edits; click Save and Click Quit.
"cd pms-linux-1.20.412"
+
* Once you finish making changes, you'll need to restart the service.  Open a terminal, su to root and run <tt>service pmsd stop</tt> then <tt>service pmsd start</tt>
 
 
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>
 
  
 +
== Resources: ==
 
<B>ps3mediaserver - Project Hosting on Google Code</B><BR>
 
<B>ps3mediaserver - Project Hosting on Google Code</B><BR>
 
http://code.google.com/p/ps3mediaserver/<BR><BR>
 
http://code.google.com/p/ps3mediaserver/<BR><BR>
  
<B>Fedora 11 server init script</B><BR>
+
<B>PS3MediaServer Forums</B><BR>
http://ps3mediaserver.org/forum/viewtopic.php?f=3&t=4374&start=0<BR><BR>-->
+
http://www.ps3mediaserver.org/forum/
 
 
[[Category:apps]]
 

Latest revision as of 12:27, 12 April 2011

PS3 Media Server on Amahi

Msgbox-WOPr.png Work In Progress
This article is currently undergoing major expansion or restructuring. You are welcome to assist by editing it as well. If this article has not been edited in several days, please remove this template.


by Greg Martin (uslacker)

Introduction

Amahi supports several applications for streaming content over the network using DLNA. PS3 Media Server (PMS) is different in that is was designed to transcode video files on the fly so they can be played by the Sony PS3 as it supports a limited number of video & audio codecs. As PMS matures, it supports a growing number of devices. (Samsung, Sony Bravia, Philips, Realtek, WDTVLive, XBox, WindowsMedia, PopCornHour, XBMC, Android, N900).

Getting Started

PS3 Media Server cannot be configured through a web page. While we've tried to create a sane default install, you will find a need to adjust the configuration. To do so, you have two choices. Edit the PMS.conf file manually; or run PMS.sh to start the console app.

  • To edit PMS.conf, open /var/hda/web-apps/ps3mediaserver/PMS.conf using you favorite editor. The file permissions are set so that anyone in the users group can edit them. Documentation for the various settings will be best found in the PMS forums.
  • To use the console app, login to the console of your HDA; open the computer app and browse to /var/hda/web-apps/ps3mediaserver/PMS.sh. Double click to run. If prompted on what action to take, select Run in Terminal. Make any edits; click Save and Click Quit.
  • Once you finish making changes, you'll need to restart the service. Open a terminal, su to root and run service pmsd stop then service pmsd start

Resources:

ps3mediaserver - Project Hosting on Google Code
http://code.google.com/p/ps3mediaserver/

PS3MediaServer Forums
http://www.ps3mediaserver.org/forum/