Re: [slim] Streaming to Squeezebox using VLC.

2008-10-30 Thread eLR!C
Using VLC 8.6h on Debian, mp3 encoder should be replaced with "mpga". i.e., to stream a CD in your drive (in my case /dev/hda), you can use : Code: vlc -vvv cdda:///dev/hda --sout "#transcode{acodec=mpga,ab=128}:standard{access=http,mux=raw,url=:8080/vlcstream.mp3}"

Re: [slim] Streaming to Squeezebox using VLC.

2008-10-23 Thread bpa
based on the experience of previous posters - the mux should be raw. - access should be http - you had "htt p" which could be a typo causing a problem If you have some coding skills you may eb able to update this plugin for 7.0. http://forums.slimdevices.com/showthread.php?t=18904 I have a mor

Re: [slim] Streaming to Squeezebox using VLC.

2008-10-23 Thread pmbsa
thanks, what should mux be, and what should the access be if not http. thanks Paul -- pmbsa pmbsa's Profile: http://forums.slimdevices.com/member.php?userid=19755 View this thread: http://forums.slimdevices.com/showthread

Re: [slim] Streaming to Squeezebox using VLC.

2008-10-08 Thread bpa
I don't think you can use mux=asf with stream.mp3. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=48568

Re: [slim] Streaming to Squeezebox using VLC.

2008-10-08 Thread pmbsa
nobody have any ideas? -- pmbsa pmbsa's Profile: http://forums.slimdevices.com/member.php?userid=19755 View this thread: http://forums.slimdevices.com/showthread.php?t=48568 ___

Re: [slim] Streaming to Squeezebox using VLC.

2008-09-22 Thread pmbsa
Hi, I am doing something similar using VLC to stream a radio signal from a PVR150 card on a linux box, I can get VLC to open the stream no problem but with any of my squeeze devices I just get the odd click coming through, nothing that sounds like music anyway. this is my command line for VLC vl

Re: [slim] Streaming to Squeezebox using VLC.

2008-06-05 Thread dangerdave
The problem appears to be that SB3 isn't happy with the URL, which has nothing after the port number (aka the url was http://foo:9000/). Changing the VLC command line to this: vlc movie.avi --sout "#transcode{acodec=mp3,ab=256,channels=2}:duplicate{dst=std{access=http,mux=raw,url=:9000/vlcstream

[slim] Streaming to Squeezebox using VLC.

2008-06-05 Thread dangerdave
I want to watch a movie on my laptop, but listen to the audio on my SB3-based sound system. I have figured out how to do this on my OSX machine using both VLC (to watch the movie) and NiceCast (to broadcast the audio coming from VLC as a shoutcast stream.) It works! And what's better, because VLC