im having problems getting a video stream with audio using gst-launch-0.10.<br>
video goes out well, but when i try to get audio from alsa i get a:<br>
<br>
ERROR: from element /pipeline0/alsasrc0: Internal data flow error.<br>
Additional debug info:<br>
gstbasesrc.c(1614): gst_base_src_loop (): /pipeline0/alsasrc0:<br>
<br>
the pipeline im trying is:<br>
<br>
gst-launch-0.10 v4lsrc device=/dev/video0 !
&quot;video/x-raw-yuv&quot;,width=320,height=240 ! ffmpegcolorspace ! theoraenc
bitrate=80 ! oggmux name=mux ! shout2send ip=<a href="http://son0p.tv">son0p.tv</a> port=8000
password=XXXXX streamname=<a href="http://son0p.tv">http://son0p.tv</a> description=&quot;alej00d live
transmission&quot; mount=son0p.ogg&nbsp; alsasrc !
audio/x-raw-int,width=16,depth=16,rate=44100,channels=2 ! audioconvert
mux.<br>
<br>
can someone please help get audio running along with the video stream that already flows out.<br>
<br>
Tx,<br>
/a<br>