[linux/ubuntu] PS3 Mediaserver PMS
Posted: Sun May 17, 2009 4:32 pm
[Target]
Install and run a PS3 MediaServer running uPnP Protocol to stream HD video content to the PS3 console.
[How-to]
1.
sudo apt-get install mplayer ffmpeg vlc libtsmux0 sun-java6-jre mencoder
2.
wget http://ps3mediaserver.googlecode.com/fi ... 1.10.5.tgz
(check for newer releases!)
3.
Unpack pms-linux to a directory, here: /opt/pms
chmod +x PMS.sh
chmod +x ./linux/tsMuxer
4.
Startscript:
5.
Connect your PS3 to the LAN. After starting the PMS, it should be visible for the PS3 after a few seconds. Most configuration is directly done with the PS3.
5a.
If you want to tweak the settings, for example to stream 1080p over WLAN (normally too little bandwidth), create a file called PMS.conf in the installation directory (/opt/pms). For available settings and ideas check the PMS official forums on how to use the conf file.
Install and run a PS3 MediaServer running uPnP Protocol to stream HD video content to the PS3 console.
[How-to]
1.
sudo apt-get install mplayer ffmpeg vlc libtsmux0 sun-java6-jre mencoder
2.
wget http://ps3mediaserver.googlecode.com/fi ... 1.10.5.tgz
(check for newer releases!)
3.
Unpack pms-linux to a directory, here: /opt/pms
chmod +x PMS.sh
chmod +x ./linux/tsMuxer
4.
Startscript:
Code: Select all
screen -AmdS pms ./PMS.sh
Connect your PS3 to the LAN. After starting the PMS, it should be visible for the PS3 after a few seconds. Most configuration is directly done with the PS3.
5a.
If you want to tweak the settings, for example to stream 1080p over WLAN (normally too little bandwidth), create a file called PMS.conf in the installation directory (/opt/pms). For available settings and ideas check the PMS official forums on how to use the conf file.