> > If I understood you right: > * I use a RCA to USB convertor and connect the output from the > worldspace radio to the USB port of the mac. > * Now how do I get VLC to use the USB input as an audio input? >
Audio capture is key to this approach. I know VLC on Windows and Linux can be used to capture/record from a line-in or microphone but I am not sure about OSX. You need to verify this. > > * Once VLC gets the feed - what protocol do I use to stream? > Standard http mp3 stream. The command line option below will stream MP3 128kbit/sec to port 8088 if PC has IP address 192.168.1.103. You would use SC Tune-in to the URL http://192.168.1.103:8088/vlcstream.mp3 Code: -------------------- --sout "#transcode{acodec=mpga,ab=128}:standard{access=http,mux=raw,dst=192.168.1.103:8088/vlcstream.mp3}" -------------------- > > * You mention this would be independent of SC (Squeezecentre?). So how > would I be able to send this audio stream out to my hi-fi system? I was > thinking of using a squeezebox receiver at the hi-fi system. > What I meant was the PC running VLC does not have to be the same PC running SC. Solution using plugin would require the USB audio connector to be on the same PC as SC. -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=61623 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
