GstWebRTC - GstWebRTCBin Features: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This page:
{{GstWebRTC/Head|previous=GstWebRTCBin Properties|next=Data Channel|metakeywords=Gstreamer WebRTC Basics,Plugin Overview,WebRTC Basics,Gstreamer WebRTC Plugin Overview,GstRrWebRTCBin element,GstRrWebRTCBin,signaling}}


{| class="wikitable" style="margin-right: auto; margin-left: auto; border: none;"
== Features ==
|-
;Data Channel
! | Boot Source!! | PIN
:Datachannel is a network channel which can be used for bidirectional peer-to-peer transfers of arbitrary data. For more information visit our [[GstWebRTC_-_Data_Channel|GstRrWebRTC Data Channel page]].
|-
;ICE Trickle
! scope="row" | Serial Downloader
:Ice-Trickle speeds up the initial connection process by exchanging individual ICE candidates.
| | ON 
;Media Send+Receive
|-
:GstRrWebRTC is able to send and/or receive media or data of a pair at the same time.
! scope="row" | Internal Boot
;RTCP Muxing
| | OFF
:GstRrWebRtc is able to enable that RTP and RTCP share the same socket and connection
|}
;Codec Agnostic
:GstRrWebRtc is not forced to use only some kinds of encoders or decoders, it could use any kind of codec while the messages can be understood
;Extensible Signaler Support
:GstRrWebRTC has 4 different signalers and also allows you to create a different one and use it with GstRrWebRTC. For more information visit our [[GstWebRTC_- Signaler |GstRrWebRTC Signaler page]].
;Simultaneous Media and Data Support
:With GstWebRc you can send and/or recieve Audio, Video, Data, or any combination of them.
;Candidates Filtering
:This support allows you to remove not needed ICE candidates to speed connection process.
 
{{GstWebRTC/Foot|previous=GstWebRTCBin Properties|next=Data Channel}}

Latest revision as of 15:15, 9 March 2023




Previous: GstWebRTCBin Properties Index Next: Data Channel




Features

Data Channel
Datachannel is a network channel which can be used for bidirectional peer-to-peer transfers of arbitrary data. For more information visit our GstRrWebRTC Data Channel page.
ICE Trickle
Ice-Trickle speeds up the initial connection process by exchanging individual ICE candidates.
Media Send+Receive
GstRrWebRTC is able to send and/or receive media or data of a pair at the same time.
RTCP Muxing
GstRrWebRtc is able to enable that RTP and RTCP share the same socket and connection
Codec Agnostic
GstRrWebRtc is not forced to use only some kinds of encoders or decoders, it could use any kind of codec while the messages can be understood
Extensible Signaler Support
GstRrWebRTC has 4 different signalers and also allows you to create a different one and use it with GstRrWebRTC. For more information visit our GstRrWebRTC Signaler page.
Simultaneous Media and Data Support
With GstWebRc you can send and/or recieve Audio, Video, Data, or any combination of them.
Candidates Filtering
This support allows you to remove not needed ICE candidates to speed connection process.


Previous: GstWebRTCBin Properties Index Next: Data Channel