<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:10pt"><DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>I can capture video played on desktop screen, encode and mux it before sending it out to a receiver system. For example, I can play a Youtube clip on desktop and the pipeline below can capture the entire desktop and send it out. The receiver can see the clip. However I don't know how to do similarly for audio. </DIV>
<DIV> </DIV>
<DIV>gst-launch -v ximagesrc ! video/x-raw-rgb,framerate=5/1 ! ffmpegcolorspace ! ffenc_mpeg2video ! flutsmux ! rtpmp2tpay ...</DIV>
<DIV> </DIV>
<DIV>Could somebody show me how to capture audio?</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>Dennis</DIV>
<DIV> </DIV></div></body></html>