ayufan / camera-streamer

High-performance low-latency camera streamer for Raspberry PI's
293 stars 46 forks source link

Just a few small WebRTC ICE Server Fixes #72

Closed QuinnDamerell closed 1 year ago

QuinnDamerell commented 1 year ago

This change has a few minor fixes:

  1. webrtc_parse_ice_servers config is passed by ref, otherwise, it's a copy of the config, and the servers added don't get used.
  2. Turn servers don't require creds by the spec definition, so the creds are optional.
  3. If debug logging is turned on for camera-streamer, libdatachannel's logging is also enabled.
QuinnDamerell commented 1 year ago

Also added by @ayufan! Thank you so much!