Search found 3 matches

Go to advanced search

by term0r
19 Jul 2010 01:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: No audio when streaming using cvlc under debian squeeze
Replies: 3
Views: 3045

Re: No audio when streaming using cvlc under debian squeeze

Things are working just. The box I'm testing on doesn't really have enough grunt for the transcoding part. But now I've proved that the concept works I can now order some better hardware for the job.
by term0r
16 Jul 2010 06:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: No audio when streaming using cvlc under debian squeeze
Replies: 3
Views: 3045

Re: No audio when streaming using cvlc under debian squeeze

Adding v4l2 support seemed to be the key to fixing this.

I ended up using the following cmd line for now:

Code: Select all

vlc v4l2:///dev/video0:width=640:height=480:fps=6 :input-slave=alsa://hw:0,0 --sout '#transcode{vcodec=mp1v,acodec=mp3,vb=1024,ab=128}:standard{access=http,mux=ps,dst=172.20.0.92:8080}' -vv
by term0r
16 Jul 2010 01:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: No audio when streaming using cvlc under debian squeeze
Replies: 3
Views: 3045

No audio when streaming using cvlc under debian squeeze

Hi For two or three days I've been trying to get VLC streaming working using a webcam as input (/dev/video0) and a line-in as input (/dev/dsp0) or as an ALSA input. Initially I was using the Debian etch vlc, but hit many issues with the lack of codecs supported, especially with no mp3lame support. S...

Go to advanced search