GStreamer WebRTC Wrapper - Architecture - GstWebRTCWrapperBin BaseIceServers BaseIceServers

From RidgeRun Developer Wiki




Previous: GstWebRTCWrapperBin_BaseSignaler Index Next: Evaluating GstWebRTCWrapper




BaseIceServers

The module to handle the ice serving mechanisms.

Methods

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

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 Index Next: Evaluating_GstWebRTCWrapper