Hi guys,
Followed the steps in this
post, overwrote the files in the (svn) PMS folder with the files from Omega's zipfile, installed the linux version (pms-linux-1.20) created by ant on my NAS....AND GUESS WHAT....IT WORKS!

Great work Omega
My PS3 now sees PMS and I'm able to watch photo's and listen to mp3's stored on the NAS. Didn't check (lowres) video yet.
But...what doesn't work is listening to internet radio.
The only reason why I started this effort btw.
To find an easy way of listening to my (icecast) radiostation, broadcasting standalone from the same NAS(!), on my ps3.
I get this error when I try to listen to my station:
- Code: Select all
Toolkit error: Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit
GUI environment no available
Switching to console mode
[main] TRACE 22:14:25.864 Starting Java PS3 Media Server v1.20
[main] TRACE 22:14:25.872 by shagrath / 2008-2009
[main] TRACE 22:14:25.874 http://ps3mediaserver.blogspot.com
[main] TRACE 22:14:25.876 http://code.google.com/p/ps3mediaserver
[main] TRACE 22:14:25.879
[main] TRACE 22:14:25.881 Java 1.5.0-GNU Classpath
[main] TRACE 22:14:25.884 OS Linux arm 2.6.15
[main] TRACE 22:14:25.886 Encoding: 8859_1
[main] TRACE 22:14:25.898 Temp folder: /tmp/javaps3media
[main] TRACE 22:14:25.916 Loading configuration file: Bravia5500.conf
[main] TRACE 22:14:25.964 Loading configuration file: Bravia4500.conf
[main] TRACE 22:14:25.999 Loading configuration file: Samsung.conf
[main] TRACE 22:14:26.033 Loading configuration file: PS3.conf
[main] TRACE 22:14:26.071 Loading configuration file: FreeboxHD.conf
[main] TRACE 22:14:26.109 Loading configuration file: PopcornHour.conf
[main] TRACE 22:14:26.144 Loading configuration file: XBOX360.conf
[main] TRACE 22:14:26.721 Registering transcoding engine FFmpeg Audio
[main] TRACE 22:14:26.739 Registering transcoding engine MEncoder
[main] TRACE 22:14:26.745 Registering transcoding engine MPlayer Audio
[main] TRACE 22:14:26.750 Registering transcoding engine MEncoder Web
[main] TRACE 22:14:26.755 Registering transcoding engine MPlayer Video Dump
[main] TRACE 22:14:26.760 Registering transcoding engine MPlayer Web
[main] TRACE 22:14:26.769 Registering transcoding engine TsMuxer
[main] TRACE 22:14:26.773 Registering transcoding engine Audio High Fidelity
[main] TRACE 22:14:26.780 Registering transcoding engine VideoLan Audio Streaming
[main] TRACE 22:14:26.783 Registering transcoding engine VideoLan Video Streaming
[main] TRACE 22:14:26.788 Registering transcoding engine Raws Thumbnailer
[main] TRACE 22:14:27.858 Using address [blabla]
[main] TRACE 22:14:27.863 Created socket: [blabla]
[Thread-1] TRACE 22:14:27.890 Starting DLNA Server on host [blabla] and port [blabla]...
[main] TRACE 22:14:27.898 Using database located at : /volume1/tmp/pms-linux-1.20/database
[main] TRACE 22:14:38.604 Using following UUID: 98601847-ba7d-42b2-9623-a4401a632fcb
[Thread-1] TRACE 22:14:38.972 Receiving a request from: [blabla]
[Thread-8] TRACE 22:14:40.368 Media renderer was not recognized. HTTP User agent :Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1)
[main] TRACE 22:14:43.298 It's ready! You should see the server appears on XMB
[Thread-1] TRACE 22:14:58.591 Receiving a request from: [blabla]
[Thread-46] TRACE 22:15:35.612 Starting transcode/remux of Atrem's NAS Radio (local)
[mplayer] TRACE 22:15:35.785 [mplayer] 22:15:35.782 Fatal error in process starting: : /tmp/javaps3media/mplayer_aud1246911335615
[mkfifo] TRACE 22:15:41.833 Process mkfifo has a return code of -6! Maybe an error occured... check the log file
I dunno if it's caused by PMS or something else (mplayer?)
I can't check the logfile because Omega turned debugging off.
When I change debugging back on in PMS.java, ANT doesn't create output (Filewriter error).
Any ideas what this 'mkfifo return code -6' means?