Post: Building PS3 Media Server from SVN
04-22-2011, 02:09 PM #1
noodles88
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({});
Originally posted by another user
This guide assumes you have Ant, Subversion (svn), Java, and X11 installed. I'm building PS3 Media Server (PMS) on OpenSUSE Linux, which is what my media server runs. You can also follow this guide to build PMS on Mac OS X. So SSH in or open a terminal and lets get started:
svn co You must login or register to view this content.
cd ps3mediaserver
ant
cd dist
Inside the "dist" directory you'll find a tarball -- inside the tarball is PMS compiled, ready to go.
tar -zxvf pms-generic-linux-unix-1.21.2.tgz
cd pms-linux-1.21.2
./PMS.sh
Now I don't run the GUI; I leave PMS running in the background.

Here is a copy of my startup script:
#!/bin/sh
PMS_HOME=/opt/pms
PMS_JARS="$PMS_HOME/update.jar:$PMS_HOME/pms.jar:$PMS_HOME/plugins/:$PMS_HOME/plugins/*"
cd $PMS_HOME
nohup /usr/bin/java \
-Xms1000M -Xmx1280M -Xss32M \
-Djava.encoding=UTF-8 \
-Djava.net.preferIPv4Stack=true \
-classpath "$PMS_JARS" \
net.pms.PMS console > pms.log &
Easy, peasy -- now you can enjoy PMS on the absolute bleeding edge.

Also, if you're experiencing audio/video sync. problems when watching DVD ISOs, you can try these settings out; they worked for me:

Open the PMS GUI and go to [Transcoding Settings] -> [MEncoder] -> [Expert Settings : Codec-specific paramaters] and uncheck "Use application default codec parameters" and copy/paste these into "Custom parameters" at the bottom:
vcodec == h264 && width >= 1280 :: -mt -lavdopts fast
framerate == 29.97 && container == iso :: -mpegopts tele_src=24000/1001:tele_dest=24 -ofps 25 -noass
framerate == 25 && container == iso :: -mpegopts tele_src=25:tele_dest=25 -ofps 25 -noass
(container == avi || container == matroska) && vcodec == mpeg4 && acodec == mp3 :: -mc 0.1
container == flv :: -mc 0.1
container == mov :: -mc 0.1 -noass
container == rm :: -mc 0.1
Or, you know... Just download the pre-compiled binaries:


PS3 Media Server Features
•Ready to launch and play. No codec packs to install. No folder configuration and pre-parsing or this kind of annoying thing. All your folders are directly browsed by the PS3, there's an automatic refresh also.
•Real-time video transcoding of MKV/FLV/OGM/AVI, etc.
•Direct streaming of DTS / DTS-HD core to the receiver
•Remux H264/MPEG2 video and all audio tracks to AC3/DTS/LPCM in real time with tsMuxer when H264 is PS3/Level4.1 compliant
•Full seeking support when transcoding
•DVD ISOs images / VIDEO_TS Folder transcoder
•OGG/FLAC/MPC/APE audio transcoding
•Thumbnail generation for Videos
•You can choose with a virtual folder system your audio/subtitle language on the PS3!
•Simple streaming of formats PS3 natively supports: MP3/JPG/PNG/GIF/TIFF, all kind of videos (AVI, MP4, TS, M2TS, MPEG)
•Display camera RAWs thumbnails (Canon / Nikon, etc.)
•ZIP/RAR files as browsable folders
•Support for pictures based feeds, such as Flickr and Picasaweb
•Internet TV / Web Radio support with VLC, MEncoder or MPlayer
•Podcasts audio/ Video feeds support
•Basic Xbox360 support
•FLAC 96kHz/24bits/5.1 support
•Windows Only: DVR-MS remuxer and AviSynth alternative transcoder support
DOWNLOAD You must login or register to view this content.
DOWNLOAD You must login or register to view this content.
DOWNLOAD You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
04-22-2011, 02:17 PM #2
Mr. Qwax
Mr. Awesome.
Stop Copying and Pasting worthless shit.
04-22-2011, 02:19 PM #3
noodles88
Bounty hunter
Originally posted by Mr.
Stop Copying and Pasting worthless shit.


Stop Copying and Pasting worthless shit.:y:
04-22-2011, 02:22 PM #4
Mr. Qwax
Mr. Awesome.
Originally posted by noodles88 View Post
Stop Copying and Pasting worthless shit.:y:


Gives me more to groan at Smile
04-22-2011, 02:24 PM #5
noodles88
Bounty hunter
Originally posted by Mr.
Gives me more to groan at Smile


Your face uses more muscles to groan than smile dont be sadSmile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo