Jump to content

GstWebRTC - Data Channel: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 16: Line 16:


* '''data-port:'''
* '''data-port:'''
Specify the desired SCTP port to use for data transfer. Its value must be defined in the range: '''0 - 65535'''. If not used, the port '''5000''' is assigned by default.
Specify the desired SCTP port to use for data transfer. Its value must be defined in the range: '''[0 - 65535]'''. If not used, the port '''5000''' is assigned by default.


* '''data-channel-id:'''
* '''data-channel-id:'''
Specify an identifier for each data channel stream. Default: Its value must be defined in the range: '''0 - 65535'''. If not used, a '''random''' port in that range is assigned by default.
Specify an identifier for each data channel stream. Default: Its value must be defined in the range: '''[0 - 65535]'''. If not used, a '''random''' port in that range is assigned by default.


* '''enable-data:'''
* '''enable-data:'''
Line 32: Line 32:


===Options===
===Options===
* '''-c, --channel=C''':      <br>Channel to register (The session ID)
* '''-c, --channel=C''':      Channel to register (The session ID)
* '''-p, --peer-channel=P''': <br>Peer channel
* '''-p, --peer-channel=P''': Peer channel
* '''-a, --no-audio''':      <br>Don't use audio in the WebRTC session
* '''-a, --no-audio''':      Don't use audio in the WebRTC session
* '''-v, --no-video''':      <br>Don't use video in the WebRTC session
* '''-v, --no-video''':      Don't use video in the WebRTC session
* '''-d, --no-data''':        <br>Don't use data in the WebRTC session
* '''-d, --no-data''':        Don't use data in the WebRTC session
* '''-o, --owr-signaler''':  <br>Use OWR signaler (by default Pubnub signaler is used)
* '''-o, --owr-signaler''':  Use OWR signaler (by default Pubnub signaler is used)
* '''-s, --start-call''':    <br>Start the call from this endpoint (Disabled by default)
* '''-s, --start-call''':    Start the call from this endpoint (Disabled by default)


===Example===
===Example===
932

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.