Eyevinn / srt-whep

SRT to WHEP (WebRTC)
Apache License 2.0
80 stars 10 forks source link

Fix/support for safari #30

Closed Wkkkkk closed 1 year ago

Wkkkkk commented 1 year ago

Changes:

  1. Use timeout locks for easier debugging
  2. Add unit tests for sdp exchange
  3. Try to add rollback for failed connections (not finished yet.) The pipeline pauses in case of failure but the http server keeps running so we have better idea what's going on.
  4. Code fix.