Firstly can I thank everyone - particularly BPA - for this. I like my squeezebox setup and the longer I can keep it working the better.
My LMS is running on a mostly vanilla ReadyNAS Ultra 2. The fix to Listen-Again using RTMP worked immediately. The fix to Listen-Live didn't work due to ffmpeg. I eventually followed these steps 1) remove the old ffmpeg (apt-get remove ffmpeg) 2) downloaded the static ffmpeg from johnvansickle.com (many thanks John) (sorry, as this is my first post it won't let me put a url in) 3) copied the ffmpeg binary from that into /usr/bin 4) installed the nscd (name server cache) to allow ffmpeg to resolve hostnames (apt-get install nscd) I realised I needed 4) by increasing the logging level on player.source to debug (which you can set in the Logging view in the Advanced tab on the settings screen for LMS. That put the command line ffmpeg was being called with into the LMS server log file. Then I ran that command line by hand stripping out the -loglevel quiet parameter. That gave the error 'hostname not found' and looking in the readme in the ffmpeg distribution there was a comment around needing to run nscd to do DNS resolution. Hope these comments help someone else. Neville ------------------------------------------------------------------------ rowene's Profile: http://forums.slimdevices.com/member.php?userid=64221 View this thread: http://forums.slimdevices.com/showthread.php?t=103312 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
