<html dir="ltr"><head></head><body style="text-align:left; direction:ltr;"><div>Le mardi 09 avril 2019 à 09:06 -0400, Andy Shutler a écrit :</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="auto">Hello,<div dir="auto"><br></div><div dir="auto">I am very new to Gstreamer and want to start an RTPS multicast server that is streaming a file that is dynamically switchable. When clients connect they all hear what is currently playing in sync.</div><div dir="auto"><br></div><div dir="auto">To start with, is it possible to feed an RTSP server from a playbin? Is this the best way to achieve what I want to do and is there a good example I could use on how best to implement it?</div></div></blockquote><div><br></div><div>Most of a time, I decouple the RTSP server from the source stream using appsink/appsrc. This makes switching file a bit easier, even though you need to keep track of the time to ensure continuity when switching. For the sync part, that's a tad more work, and I don't know all the details, but you need to setup a shared clock between your server and your receiver if you want perfect timing. Otherwise, it will only be approximately the same.</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="auto"><div dir="auto"><br></div><div dir="auto">Thanks</div><div dir="auto"><br></div><div dir="auto">Andy</div></div>
<pre>_______________________________________________</pre><pre>gstreamer-devel mailing list</pre><a href="mailto:gstreamer-devel@lists.freedesktop.org"><pre>gstreamer-devel@lists.freedesktop.org</pre></a><pre><br></pre><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"><pre>https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</pre></a></blockquote></body></html>