<br><br>Hi, I am getting no soud in the recorder video.Getting only the video for the following pipeline.<br><br>gst-launch -e   rtspsrc location=&quot;rtsp://<a href="http://root:carinov1@10.0.0.100/axis-media/media.amp">root:carinov1@10.0.0.100/axis-media/media.amp</a>&quot; name=rtsp  ! queue ! rtph264depay ! video/x-h264, width=320, height=240, framerate=30/1  ! ffdec_h264  ! videorate ! ffenc_mpeg4 ! avimux name=avi ! filesink location=s.avi rtsp.  ! queue ! rtpmp4gdepay  !  aacparse ! avi.<br>
<br>Setting pipeline to PAUSED ...<br>Pipeline is live and does not need PREROLL ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br>^CCaught interrupt -- handling interrupt.<br>Interrupt: Stopping pipeline ...<br>
EOS on shutdown enabled -- Forcing EOS on the pipeline<br>Waiting for EOS...<br>WARNING: from element /GstPipeline:pipeline0/GstAviMux:avi: No or invalid input audio, AVI stream will be corrupt.<br>Additional debug info:<br>
gstavimux.c(1611): gst_avi_mux_stop_file (): /GstPipeline:pipeline0/GstAviMux:avi<br>Got EOS from object &quot;/GstPipeline:pipeline0&quot;.<br>EOS received - stopping pipeline...<br>Execution ended after 9806220692 ns.<br>
Setting pipeline to PAUSED ...<br>Setting pipeline to READY ...<br>^C<br><br><br><br><br><br>But for the following pipeline i got both audio and video.But they are not synchronized!!! first hearing the sound and then the video.(video is lacking behind the audio).<br>
<br> gst-launch -e   rtspsrc location=&quot;rtsp://<a href="http://root:carinov1@10.0.0.100/axis-media/media.amp">root:carinov1@10.0.0.100/axis-media/media.amp</a>&quot; name=rtsp  ! queue ! rtph264depay ! video/x-h264, width=320, height=240, framerate=30/1  ! ffdec_h264  ! videorate ! ffenc_mpeg4 ! avimux name=avi ! filesink location=s.avi rtsp.  ! queue ! rtpmp4gdepay  !  faad ! audioconvert ! audioresample !  avi.<br>
<br><br><br><br><br><br><br><br><br><br>