[ create a conference call applcation using webrtcbin element]

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[ create a conference call applcation using webrtcbin element]

kiran
Hello All,

I am trying to create a sample application to have a conference call using gstreamer webrtcbin element. There are not much of links available on internet on this topic.

I am referring to http://blog.nirbheek.in/2018/02/gstreamer-webrtc.html and moving ahead. Any pointers on what a pipeline would look like or any links which would make my way simpler would be highly appreciated.

Thank you and Sorry if i have spammed your inbox with this mail :)

Regards,
Kiran 

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [ create a conference call applcation using webrtcbin element]

Nirbheek Chauhan
On Thu, May 24, 2018 at 11:58 AM Kiran ND <[hidden email]> wrote:

> Hello All,

> I am trying to create a sample application to have a conference call
using gstreamer webrtcbin element. There are not much of links available on
internet on this topic.

> I am referring to http://blog.nirbheek.in/2018/02/gstreamer-webrtc.html
and moving ahead. Any pointers on what a pipeline would look like or any
links which would make my way simpler would be highly appreciated.


A good start would be to look at the multiparty-sendrecv implementation
here:

https://github.com/centricular/gstwebrtc-demos/

That implements an audio-only peer-to-peer 'conference room' where people
can join and leave at any point. It can be extended to also do video, but
p2p multiparty video is usually bandwidth-intensive.

Hope that helps!

Nirbheek
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [ create a conference call applcation using webrtcbin element]

kiran
Thank you... your inputs are very much appreciated.
Will try to build this application and understand its working.



On Thu, May 24, 2018 at 12:21 PM, Nirbheek Chauhan <[hidden email]> wrote:
On Thu, May 24, 2018 at 11:58 AM Kiran ND <[hidden email]> wrote:

> Hello All,

> I am trying to create a sample application to have a conference call
using gstreamer webrtcbin element. There are not much of links available on
internet on this topic.

> I am referring to http://blog.nirbheek.in/2018/02/gstreamer-webrtc.html
and moving ahead. Any pointers on what a pipeline would look like or any
links which would make my way simpler would be highly appreciated.


A good start would be to look at the multiparty-sendrecv implementation
here:

https://github.com/centricular/gstwebrtc-demos/

That implements an audio-only peer-to-peer 'conference room' where people
can join and leave at any point. It can be extended to also do video, but
p2p multiparty video is usually bandwidth-intensive.

Hope that helps!

Nirbheek
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel