<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 1 nov. 2019 17 h 25, dhquero <<a href="mailto:dhquero@gmail.com">dhquero@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I am working in a live video and audio. The video and audio frames are<br>
received from security camera (via SKD) and retransmited in RTSP server<br>
(gstreamer rtsp server). My pipiline in gstreamre server is:<br>
<br>
appsrc name=appvideo is-live=true do-timestamp=true ! h264parse ! rtph264pay<br>
perfect-rtptime=true name=pay0 pt=96 appsrc name=appaudio do-timestamp=false<br>
caps=audio/x-alaw,rate=8000,channels=1 ! rawaudioparse use-sink-caps=true !<br>
rtppcmapay perfect-rtptime=true name=pay1 pt=97<br>
<br>
The problem is after a few seconds when video and audio aren't more<br>
synchronized. My connection is estabilished by VLC player. I have a delay<br>
only in my video. Audio is working fine.<br>
<br>
Please, how to sync video and audio? What am I doning wrong?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Using do-timestamp never yields long term good results. Make sure to disable that and produce GstBuffer with a reliable timestamp source (ideally one that isn't affected by your OS scheduler) and in a way that audio and video can be correlated.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>