This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM368 RTSP Networking Streaming (audio+video)

Hi,

Can any one help me out of this issue. During the rtsp streaming audio+video ,first 3 to 4 mins the audio and video are sync with each other and then slowly audio is out of sync and after certain time audio get lost(no audio) and after certain time video also get lost(no video).

  • Are you trying with streamer? Can you post your software version and gst commands?

  • Hi,

    I am using the Gstreamer and command i used is

    /usr/bin/rr_rtsp_server "v4l2src always-copy=FALSE input-src=composite chain-ipipe=true ! video/x-raw-yuv,format=(fourcc)NV12,width=1280, height=720 ! queue ! dmaiaccel ! dmaienc_h264 encodingpreset=2 targetbitrate=3000000 ! rtph264pay name=pay0 ! sync=false enable-last-buffer=false alsasrc buffer-time=800000 latency-time=30000 ! audio/x-raw-int,rate=22050 ! dmaienc_aac outputBufferSize=3131072 bitrate=128000 enable-last-buffer=true sync=true ! queue ! rtpmp4apay name=pay1 "