webrtcbin: an element that handles the transport aspects of webrtc connections
SDP's are generated and consumed according to the W3C PeerConnection API available from https://www.w3.org/TR/webrtc/ The SDP is either created initially from the connected sink pads/attached transceivers as in the case of generating an offer or intersected with the connected sink pads/attached transceivers as in the case for creating an answer. In both cases, the rtp payloaded streams sent by the peer are exposed as separate src pads. The implementation supports trickle ICE, RTCP muxing, reduced size RTCP. With contributions from: Nirbheek Chauhan <nirbheek@centricular.com> Mathieu Duponchelle <mathieu@centricular.com> Edward Hervey <edward@centricular.com> https://bugzilla.gnome.org/show_bug.cgi?id=792523
ext/webrtc/Makefile.am
0 → 100644
ext/webrtc/fwd.h
0 → 100644
ext/webrtc/gstwebrtc.c
0 → 100644
ext/webrtc/gstwebrtcbin.c
0 → 100644
This diff is collapsed.
ext/webrtc/gstwebrtcbin.h
0 → 100644
ext/webrtc/gstwebrtcice.c
0 → 100644
This diff is collapsed.
ext/webrtc/gstwebrtcice.h
0 → 100644
This diff is collapsed.
ext/webrtc/gstwebrtcstats.c
0 → 100644
This diff is collapsed.
ext/webrtc/gstwebrtcstats.h
0 → 100644
This diff is collapsed.
ext/webrtc/icestream.c
0 → 100644
This diff is collapsed.
ext/webrtc/icestream.h
0 → 100644
This diff is collapsed.
ext/webrtc/meson.build
0 → 100644
This diff is collapsed.
Please register or sign in to comment