Difference between revisions of "GstWebRTC - Signaling"

From RidgeRun Developer Connection
Jump to: navigation, search
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{GstWebRTC Page|
+
{{GstWebRTC/Head|previous=GstWebRTC Basics|next=Predefined Signaling|metakeywords=Gstreamer WebRTC Basics,Plugin Overview,Gstreamer WebRTC Plugin Overview,WebRTC Basics,Signaler,WebRTC Signaler,signaler-obj,signaling}}
[[GstWebRTC - GstWebRTC Basics|GstRrWebRTC Basics]]|
 
[[GstWebRTC - Predefined Signalers | Predefined Signalers]]|
 
  
 
__TOC__
 
__TOC__
  
This pages explains the signaler requirement for GstRrWebRTC.
+
This pages explains the signaling requirement for GstRrWebRTC.
==Signaler==
+
==Signaling==
 
As mentioned in the [[GstWebRTC - WebRTC Fundamentals|WebRTC Fundamentals section]], the signaler takes care of the initial handshaking in a WebRTC application, so in order to use GstRrWebRTC it is required to use a predefined or custom signaler. GstRrWebRTC elements use the properties '''signaler''' and '''signaler-obj''' to specify the predefined and custom signaler respectively. The following subsections give an overview of signalers.  
 
As mentioned in the [[GstWebRTC - WebRTC Fundamentals|WebRTC Fundamentals section]], the signaler takes care of the initial handshaking in a WebRTC application, so in order to use GstRrWebRTC it is required to use a predefined or custom signaler. GstRrWebRTC elements use the properties '''signaler''' and '''signaler-obj''' to specify the predefined and custom signaler respectively. The following subsections give an overview of signalers.  
  
Line 12: Line 10:
 
   <div class="toc" style="font-size:80%;">
 
   <div class="toc" style="font-size:80%;">
 
     <ol>
 
     <ol>
       <li> <a href=http://developer.ridgerun.com/wiki/index.php?title=GstWebRTC_-_Predefined_Signalers>Predefined Signalers</a></li>
+
       <li> <a href=http://developer.ridgerun.com/wiki/index.php?title=GstWebRTC_-_Predefined_Signalers>Predefined Signaling</a></li>
       <li> <a href=http://developer.ridgerun.com/wiki/index.php?title=GstWebRTC_-_Custom_Signalers>Custom Signalers</a></li>
+
       <li> <a href=http://developer.ridgerun.com/wiki/index.php?title=GstWebRTC_-_Custom_Signalers>Custom Signaling</a></li>
 
     </ol>
 
     </ol>
 
   </div>
 
   </div>
 
</html>
 
</html>
  
|keywords=Gstreamer WebRTC Basics,Plugin Overview,Gstreamer WebRTC Plugin Overview,WebRTC Basics,Signaler,WebRTC Signaler,signaler-obj}}
+
{{GstWebRTC/Foot|previous=GstWebRTC Basics|next=Predefined Signaling}}

Latest revision as of 10:13, 9 March 2023



Previous: GstWebRTC Basics Index Next: Predefined Signaling




Contents

This pages explains the signaling requirement for GstRrWebRTC.

Signaling

As mentioned in the WebRTC Fundamentals section, the signaler takes care of the initial handshaking in a WebRTC application, so in order to use GstRrWebRTC it is required to use a predefined or custom signaler. GstRrWebRTC elements use the properties signaler and signaler-obj to specify the predefined and custom signaler respectively. The following subsections give an overview of signalers.


Previous: GstWebRTC Basics Index Next: Predefined Signaling