Difference between revisions of "GstWebRTC - GstWebRTCBin Features"

From RidgeRun Developer Connection
Jump to: navigation, search
(Replaced content with "{{GstWebRTC Page| GstRrWebRTCBin Properties| Evaluating GstRrWebRTC| This page: {| class...")
(Tag: Replaced)
m
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{GstWebRTC 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}}
[[GstWebRTC - GstWebRTCBin Properties | GstRrWebRTCBin Properties]]|
 
[[GstWebRTC - Evaluating GstWebRTC | Evaluating GstRrWebRTC]]|
 
  
This page:
+
== 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 [[GstWebRTC_-_Data_Channel|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 [[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.
  
{| class="wikitable" style="margin-right: auto; margin-left: auto; border: none;"
+
{{GstWebRTC/Foot|previous=GstWebRTCBin Properties|next=Data Channel}}
|-
 
! style="background: black; color: white;" | Features!! style="background: black; color: white;" | i.MX6 Quad / i.MX6 Dual
 
|-
 
! scope="row" | CPU
 
| style="text-align: left" | <li>(i.MX 6Quad) 4 x Cortex-A9</li><li>(i.MX 6Dual) 2 x Cortex-A9<li> || style="text-align: left" | Hola
 
|}
 
 
 
 
 
|keywords=Gstreamer WebRTC Basics,Plugin Overview,WebRTC Basics,Gstreamer WebRTC Plugin Overview,GstRrWebRTCBin element,GstRrWebRTCBin}}
 

Latest revision as of 10: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