<div dir="auto">Yes, I understand that I should use RTP, my question is whether to mux audio and video to a single stream or to send two separate streams (with RTCP for every stream for synchronization). The first option seems more fail-safe to me in terms of audio/video synchronization.  However, I tested also the second option and its latency is lower. I guess that if you suggested to use WebRTC, I should stick with the second option, because AFAIK, WebRTC sends separate streams for video and audio. </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 19, 2021, 20:54 Nicolas Dufresne <<a href="mailto:nicolas@ndufresne.ca" rel="noreferrer noreferrer noreferrer" target="_blank">nicolas@ndufresne.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le mercredi 19 mai 2021 à 18:23 +0300, Gregory AE40 via gstreamer-devel a<br>
écrit :<br>
> Hi, thank you for the prompt response.<br>
> I wasn't specific enough, the application will run on a LAN, so I can use<br>
> multicast in order to send only one stream from each PC. <br>
> With WebRTC multicast is not possible, because it requires a separate stream<br>
> for each receiver.<br>
<br>
Yet, you should still use RTP for mulicast. For your use case, just creating an<br>
RTSP server (using gst-rtp-server library) seem sufficient no ?<br>
<br>
> <br>
> On Wed, May 19, 2021, 15:02 Mathieu Duponchelle <<a href="mailto:mathieu@centricular.com" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">mathieu@centricular.com</a>><br>
> wrote:<br>
> >  Hey,<br>
> >  <br>
> >  I would recommend using webRTC (webrtcbin in the GStreamer context) for<br>
> >  such an application :)<br>
> >  <br>
> >  Best,<br>
> >  <br>
> > _______________________________________________<br>
> > gstreamer-devel mailing list<br>
> > <a href="mailto:gstreamer-devel@lists.freedesktop.org" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
> > <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
</blockquote></div>