Difference between revisions of "GstWebRTC - GstWebRTCBin"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 1: Line 1:
 
{{GstWebRTC Page|
 
{{GstWebRTC Page|
[[GstWebRTC - GstWebRTCSink|GstRrWebRTCSink Element]]|
+
[[GstWebRTC - Elements | Plugin Elements]]|
 
[[GstWebRTC - Evaluating GstWebRTC | Evaluating GstRrWebRTC]]|
 
[[GstWebRTC - Evaluating GstWebRTC | Evaluating GstRrWebRTC]]|
  
Line 85: Line 85:
 
===signaler-obj===
 
===signaler-obj===
  
Custom signaler object to use (Must only be called on NULL state). Leave this NULL if you want to use a predefined signaler.
+
This property is used to set a custom signaler. See [Custom Signalers https://developer.ridgerun.com/wiki/index.php?title=GstWebRTC_-_Custom_Signalers]
 +
The custom signaler object to use (Must only be called on NULL state). Leave it NULL if you want to use a predefined signaler.
  
 
===stun-server===
 
===stun-server===
STUN Server IP Address: address:port. Default: "webrtc.ridgerun.com:3478"
+
 
 +
Property used to set the STUN server address and port in case you want to change to use your own or a different one. Usage:
 +
<pre>
 +
<stun-server-address>:<stun-server-port>
 +
</pre>
 +
STUN Server IP Address: <pre>address:port</pre> Default: <pre>"webrtc.ridgerun.com:3478"</pre>
  
 
===turn-server===
 
===turn-server===
TURN Server IP Address: <pre>'user:password@address:port(?transport=[udp|tcp|tls])'</pre>. Default: <pre>"ridgerun:Gh3tVhVZam3SSqb@webrtc.ridgerun.com:3478:transport=tcp"</pre>
+
Property used to set the TURN server address and port in case you want to change to use your own or a different one. Usage:
 +
<pre>
 +
<user>:<password>@<turn-server-address>:<stun-server-port>
 +
</pre>
 +
TURN Server IP Address: <pre>'user:password@address:port(?transport=[udp|tcp|tls])'</pre> Default: <pre>"ridgerun:Gh3tVhVZam3SSqb@webrtc.ridgerun.com:3478:transport=tcp"</pre>
  
 
===certificate-pem===
 
===certificate-pem===

Revision as of 14:41, 22 February 2019