Kyle - ok, you've definitely got the new version running. We should now be able to get to the crux of the problem. Please can you edit "slimserver-convert.conf" as follows and then try running again the same way. (1) remove all mentions of "-really-quiet", "--silent" and "--totally-silent" (2) change "#PIPE#" to "#DEBUGPIPE#"
Neil - I wrote a very short program 'socketlistener' (attached) which just listens on port 7777, accepts a connection and then displays how much data it receives. I then runsocketwrapper directly. e.g. socketwrapper -o 7777 -c "mplayer.exe -ao pcm:nowaveheader:file=#DEBUGPIPE# rtsp://rmv8.bbc.net.uk/radio4/fri2002.ra | C:\Progra~1\Media\SlimServer_v6.2.x-2005-12-04\server\Bin\MSWin32-x86-multi-thread\lame.exe -r -x -q 5 -b 128 - -" At the moment, socketlistener is 'single shot' in that once it has accepted a connection and receiving data it needs to be forcibly killed and restarted to do another test. This could easily be improved to form part of a command line test bed independent of slimserver. (Kyle's debug suggests that I may have a timeout issue with the outputsocket thread stalling. If this is the case the extra timeout that DEBUGPIPE gives should make any errors more apparent.) +-------------------------------------------------------------------+ |Filename: socketlistener.cpp.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=891| +-------------------------------------------------------------------+ -- iancook ------------------------------------------------------------------------ iancook's Profile: http://forums.slimdevices.com/member.php?userid=1873 View this thread: http://forums.slimdevices.com/showthread.php?t=20762 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
