Hi,<br>        Here i am using to stream an axis camera from WAN . I just tried use rtsp first failed !! . Then i tried &quot;rtspt&quot;  then the problem arises is the synchronisation of audio and video. I created a pipeline in which the acdio and video decoded , encoded and pass throug a avimux. If the audio is connected to the fakesink then the video is recorded and and played normally. When the audio is connected to the avimux the recording is done ,but when playing the video rate is too high<br>
<br> Here is the pipeline i created( audio encoder connected to the avimux)<br><br>  gst-launh -e rtspsrc location=&quot;rtspt://<a href="http://spartan.dyndns.biz:554/axis-media/media.amp?videocodec=mpeg4&amp;resolution=320x240">spartan.dyndns.biz:554/axis-media/media.amp?videocodec=mpeg4&amp;resolution=320x240</a>&quot; name=rtsp  ! queue ! rtpmp4vdepay ! video/mpeg, width=320, height=240, framerate=30/1  ! ffdec_mpeg4  ! videorate ! ffenc_mpeg4 ! avimux name=avi ! filesink location=/root/s.avi sync=true rtsp.  ! queue ! rtppcmudepay ! mulawdec ! audioconvert ! audioresample ! audiorate ! faac ! avi.<br>
<br><br>Then the Ouput...!!<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>WARNING: from element /GstPipeline:pipeline0/GstFaac:faac0: Could not get/set settings from/on resource.<br>
Additional debug info:<br><br>gstfaac.c(484): gst_faac_configure_source_pad (): /GstPipeline:pipeline0/GstFaac:faac0:<br>bitrate 128000 exceeds maximum allowed bitrate of 48000 for samplerate 8000. Setting bitrate to 48000<br>
<br>WARNING: from element /GstPipeline:pipeline0: Internal GStreamer error: clock problem.  Please file a bug at <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a>.<br>
Additional debug info:<br><br>gstbin.c(2308): gst_bin_do_latency_func (): /GstPipeline:pipeline0:<br>Failed to configure latency of 0:00:03.033333333<br><br>Some problem with the bitrate problem in faac ; <br> Then i tried to set up the bitrate in faac by insrting the  ! faac bitrate=48000 ! ( failed).<br>
<br>Plz help on this...<br> <br><br>The entire log is             <a href="http://pastebin.com/m58034093">http://pastebin.com/m58034093</a><br><br>