Multicast WebRTC

Matthew Waters ystreet00 at gmail.com
Fri May 14 01:20:02 UTC 2021


No, Multicast (the UDP multicast meaning) is not possible in WebRTC as 
WebRTC is not designed for that.

WebRTC is a peer-to-peer specification.

There are however e.g. SFU solutions (intermediaries) that allow sending 
a streams to multiple peers.

Cheers
-Matt

On 13/5/21 11:18 pm, leaonidas via gstreamer-devel wrote:
> Hello,
>
> I have a gstreamer program that sends video using WebRTC to a browser.
> I was wondering if it is possible to use multicast to send the same signal
> to several browsers concurrently, and would appreciate some hints on how to
> do it.
>
> The pipeline bellow is the one I am using:
> videotestsrc pattern=ball ! video/x-raw,width=320,height=240 ! videoconvert
> ! queue ! vp8enc deadline=1 ! rtpvp8pay !
>   queue ! application/x-rtp,media=video,encoding-name=VP8,payload=97
>
> Thanks in advance!
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210514/7760a687/attachment.sig>


More information about the gstreamer-devel mailing list