GstWebRTC - GstWebRTCBin Features: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 4: Line 4:


== Features ==
== Features ==
<html>
    <table class='wikitable'>
    <tr>
      <th>Feature</th>
      <th>Description</th>
    </tr>
    <tr>
      <td>Datachannel</td>
      <td>Datachannel is a network channel which can be used for bidirectional peer-to-peer transfers of arbitrary data. For more information: <a href=https://developer.ridgerun.com/wiki/index.php?title=GstWebRTC_-_Data_Channel>GstRrWebRTCBin Data Channel</a> </td>
    </tr>
    <tr>
      <td>Ice-Trickle</td>
      <td>Ice-Trickle makes the whole process parallel by having the ability to send single ICE candidates</td>
    </tr>
    <tr>
      <td>Send-Receive </td>
      <td>Send-Receive makes possible to send and receive information of a pair at the same time</td>
    </tr>
    <tr>
      <td>Rtcp-Mux </td>
      <td>Rtcp-Mux enable that RTP and RTCP share the same socket and connection</td>
    </tr>
    <caption>Table 1. Features description </caption>
  </table>
  </html>
;Data Channel
;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]].
: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]].
Line 36: Line 9:
:Ice-Trickle speeds up the initial connection process by exchanging individual ICE candidates.
:Ice-Trickle speeds up the initial connection process by exchanging individual ICE candidates.
;Media Send+Receive
;Media Send+Receive
:TODO
:GstRrWebRTC is able to send and/or receive media or data of a pair at the same time.
;RTCP Muxing
;RTCP Muxing
:TODO
:GstRrWebRtc is able to enable that RTP and RTCP share the same socket and connection
;Codec Agnostic
;Codec Agnostic
:TODO
: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
;Extensible Signaler Support
:TODO
:TODO

Revision as of 20:47, 1 March 2019


GstRrWebRTCBin Properties


Home

GstRrWebRTCBin 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
TODO
Simultaneous Media and Data Support
Audio, Video, Data, or any combination of them.




GstRrWebRTCBin Properties


Home

GstRrWebRTCBin Data Channel