<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 29 avr. 2019 04 h 25, kevin_yang <<a href="mailto:sxsnyk@126.com">sxsnyk@126.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Everyone,<br>
<br>
I'm new to the gstreamer, and I need to use gst-rtsp-server in our project.<br>
The use case is there is a camera, and I can get the camera video data by<br>
socket. And I need to use rtsp server to handle those video data and<br>
boardcast them.<br>
I tried to use appsrc, but it has large landency and caton. "appsrc<br>
name=mysrc is-live=true do-timestamp=true ! h264parse ! decodebin ! x264enc<br>
tune=zerolatency ! rtph264pay name=pay0 pt=96"<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Can you specify how large ? Which client is being used ?</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>
I searched a lot on Google, but didn't make sence.<br>
<br>
Should I continue using appsrc? If yes, how to use it? if no, which compent<br>
is good for me?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Appsrc should be fine, but you may want to configure the appsrc queue with a limit. Specially when using do-timestamp</div><div dir="auto">Since queued buffer ends up with burst of timestamp (close by).</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>
Thank you very much.<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>