<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi all, I was trying to record audio and video over the network. I wanted to check that separately and succeeded with the video recording, but i couldn't record the audio part. BTW, I want to record into avi file and I used h263p for the video and wanted to use either amr or gsm for the audio. I hope this is possible. The following is my code both from teh sender and reciever side.<br><br>Sender:<br>gst-launch-0.10 -v alsasrc ! queue ! audio/x-raw-int,rate=8000,channels=1,depth=8 ! audioconvert ! gsmenc ! rtpgsmpay ! queue ! udpsink port=5002<br><br>Receiver:<br><br>gst-launch-0.10 -v udpsrc port=5002 ! queue ! rtpgsmdepay ! audio/x-raw-int,rate=8000,channels=1,depth=8 ! avimux ! filesink location=audio.avi sync=false<br><br>and I got the following error and it terminates.&nbsp; "WARNING: erroneous pipeline: could not link rtpgsmdepay0 to avimux0. By the way, when i store both the video later, should i still put "sync=false" (the last statement in the reciever code)? <br><br><br>Please help me.<br><br><br>Thank you.<br><br>- Zelalem S. <br><br><br /><hr />Windows Live™: Keep your life in sync. <a href='http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_allup_explore_012009' target='_new'>Check it out!</a></body>
</html>