Skip to content
Snippets Groups Projects
  1. Oct 08, 2019
    • Cecylia Bocovich's avatar
      Connect pion library logger with snowflake log · 2b043575
      Cecylia Bocovich authored
      We need to set up the pion/webrtc logger to write output to the
      snowflake log, otherwise the warnings we are getting from the pion
      library are being lost.
      
      Note: this requires go version 1.13 and later in order to use the
      `log.Writer()` function.
      2b043575
    • Cecylia Bocovich's avatar
      Make sure command line ice servers are used · 97bab94e
      Cecylia Bocovich authored
      This commit fixes a small error introduced in a previous commit. Servers
      given by command line options weren't being added to the configuration
      because we were checking for `iceServers` to be nil instead of not nil.
      97bab94e
    • Cecylia Bocovich's avatar
      Ported snowflake client to work with pion/webrtc · b5c50b69
      Cecylia Bocovich authored
      Modified the snowflake client to use pion/webrtc as the webrtc library.
      This involved a few small changes to match function signatures as well
      as several larger ones:
      - OnNegotiationNeeded is no longer supported, so CreateOffer and
      SetLocalDescription have been moved to a go routine called after the
      other peer connection callbacks are set
      - We need our own deserialize/serialize functions
      - We need to use a SettingEngine in order to access the
      OnICEGatheringStateChange callback
      b5c50b69
  2. May 28, 2019
  3. May 21, 2019
  4. May 08, 2019
  5. Mar 25, 2019
  6. Nov 21, 2018
Loading