Hi all,<br><br>I have written an application to receive rtsp stream from live555 media server.<br>The audio and video are not in sync in my application.<br><br>My application is equivalent to the below pipeline:<br><br>gst-launch rtspsrc location=rtsp://192.168.1.531:8554/collateral.ts name=src ! rtpmp2tdepay ! \<br>
mpegtsdemux name=demux ! queue ! viddec ! videosink  \<br>demux. ! queue ! auddec ! queue ! audiosink<br><br>Is there any particular property I need to set or reset to get the sync. bcoz when <br>received on vlc the same stream plays properly and with sync.<br>
<br>Thanks,<br>Jyoti<br>