<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 24 avr. 2021 21 h 45, StreaminBaby via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you for the extremely helpful response! <br>
<br>
Editing the alsasrc line to: <br>
    alsasrc device=plug:myTest provide-clock=false \ <br>
was exactly what I needed!<br>
<br>
One minor side effect of this approach is that, as expected, the audio is<br>
out of sync with the video by about 0.5 seconds. Do you have any suggestions<br>
on getting the two to sync up a little better or is this just one of the<br>
inevitable tradeoffs when trying to use a dsnoop device with gstreamer? For<br>
my application, this asynchronicity is manageable, but just curious if you<br>
have any pointers.</blockquote></div></div><div dir="auto"><br></div><div dir="auto">Most libalsa Plugins are terrible in providing feedback about their introduced latency. Best you can do is to reduce your audio patch latency. Try and reduce the buffer-time in alsasrc (as it's tied to the allowed drift, and same for the playback is any, as it's tied to the reported latency.</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>
Thanks for all that you do!<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><br>
</blockquote></div></div></div>