I think a VLC based solution would be best for you. Plays a video stream
and also sets up an audio http stream (this avoiuds the conf file
stuff). So once running Tune-in Sc to http://<hostIP>:8000/audio.mp3. 
You can change port number and name on VLC command to suit.  The
command below shows a delays between video and audio of 2520 msec -
again change to suit. The audio will be streamed as 2 channel
192kbp/sec - again read up on VLC to get other options.

The following Windows command line 

Code:
--------------------
    
  "C:\Program Files\VideoLAN\VLC\vlc.exe" --sout 
"#transcode{acodec=mp3,ab=192,channels=2}
  
:duplicate{dst=display{delay=2520,noaudio},dst=std{access=http,mux=raw,dst=:8000/audio.mp3},select=audio}"
  
--------------------


You may need to experiment to find the command line on OSX.

If you have an SBC - I believe there is a applet which can be used to
control VLC.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=48754

_______________________________________________
audiophiles mailing list
audiophiles@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/audiophiles

Reply via email to