Difference between revisions of "GstWebRTC - Signaling"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 5: Line 5:
 
This pages explains the signaler requirement for GtsWebRTC.
 
This pages explains the signaler requirement for GtsWebRTC.
 
==Signaler==
 
==Signaler==
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 GstWebRTC it is required to use a Predefined or custom signaler.
+
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 GstWebRTC it is required to use a predefined or custom signaler. GstWebRTC elements use the properties '''signaler''' and '''signaler-obj''' to specify the predefined and custom signaler respectively. The following subsections give an overview of the signalers.  
  
 
<html>
 
<html>

Revision as of 17:54, 7 July 2017


WebRTC Fundamentals


Home

Evaluating GstWebRTC



This pages explains the signaler requirement for GtsWebRTC.

Signaler

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




WebRTC Fundamentals


Home

Evaluating GstWebRTC