GStreamer WebRTC Wrapper - Architecture - GstWebRTCWrapperBin XirsysIceServer

From RidgeRun Developer Connection
< GStreamer WebRTC Wrapper‎ | Architecture
Revision as of 10:08, 20 January 2023 by Jdelgado (talk | contribs) (Created page with "<noinclude> {{GStreamer WebRTC Wrapper/Head|next=Evaluating_GstWebRTCWrapper|previous=Architecture/GstWebRTCWrapperBin_BaseIceServers|keywords=}} </noinclude> === XirsysIceSe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search




Previous: Architecture/GstWebRTCWrapperBin_BaseIceServers Index Next: Evaluating_GstWebRTCWrapper




XirsysIceServer

The module to handle the ice serving for Xirsys CoTURN. This class is based on GstXirsysIceServer.

Properties

  • ident: Ident provided via Xirsys Account.
  • secret: Secret provided via Xirsys Account
  • channel': Channel provided via Xirsys Account
  • xirsys_path: Xirsys path provided via Xirsys Account

Methods

  • get_stun_servers(): Returns the list of STUN servers.
  • get_turn_servers(): Returns the list of TURN servers.


Previous: Architecture/GstWebRTCWrapperBin_BaseIceServers Index Next: Evaluating_GstWebRTCWrapper