Gavin Hamill wrote: > On Wednesday 07 September 2005 12:43, C.Y.M wrote: > > >>Thanks, Gavin. What about the audio? Can we get audio from /dev/dsp* if we >>loop the FF card back into the sound card? > > > Yep exactly - the PC I was using didn't have enough CPU to encode both video + > audio, and the PDA was also maxed out CPU-wise when I included audio... > I am able to get video, but the audio isnt working for some reason.. vlc -vvv v4l:/dev/video0:adev=/dev/dsp:audio=1:norm=ntsc:size=352x240 --sout '#transcode{vcodec=DIV3,vb=756,acodec=mp3,ab=192,deinterlace}:std{access=http,mux=asf,url=:1234}' Any ideas? I can play the audio just fine through the sound card. Here is some of the debug I get from running the command above: --SNIP-- [00000277] stream_out_transcode private debug: creating audio transcoding from fcc=`s16l' to fcc=`mp3 ' [00000337] main decoder debug: looking for decoder module: 23 candidates [00000337] araw decoder debug: samplerate:44100Hz channels:2 bits/sample:16 [00000103] main module debug: using decoder module "araw" [00000338] main encoder debug: looking for encoder module: 8 candidates [00000338] ffmpeg encoder debug: libavcodec already initialized [00000338] ffmpeg encoder debug: found encoder MPEG Audio layer 1/2/3 [00000017] main module debug: using encoder module "ffmpeg" [00000286] main private debug: adding a new input [00000286] mux_asf private debug: adding input [00000286] mux_asf private debug: adding mp3 header --SNIP-- Best Regards,