Skip to content
Snippets Groups Projects
  1. Jul 26, 2021
  2. Jul 23, 2021
    • prlanzarin's avatar
      fix(webcams): avoid leaving dangling HTMLMediaElements in paused state · 8b48de56
      prlanzarin authored
      Should fix an issue with the recent Chrome 92 intervention that limits
      the number of concurrent WebMediaPlayers (an inner element of
      HTMLMediaElements) to 75/40.
      
      Webcam video elements were being left dangling in paused state despite
      the elements themselves being cleaned up from the component. That
      generated a skewed accounting of WebMediaPlayers in the session.
      8b48de56
  3. Jul 19, 2021
  4. Jul 15, 2021
  5. Jul 14, 2021
  6. Jul 09, 2021
  7. Jul 08, 2021
  8. Jul 07, 2021
  9. Jul 06, 2021
  10. Jul 05, 2021
  11. Jul 02, 2021
  12. Jul 01, 2021
    • Mario Jr's avatar
      feat(audio): use kurento's trickle-ice to improve mic negotiation · 287c4eb6
      Mario Jr authored
      Here's what we do when user activates mic:
      1 - When we do something similar to listenonly's joining process
      until we find a valid candidate-pair. The information about this
      local candidate is store.
      2 - We then start a new userAgent, and as soon as browser finds
      a candidate with the same local ip address, we leave only this
      candidate in the SDP and send this to FreeSWITCH. SDP should
      contain only a single candidate.
      3 - The rest of signaling process is basically the same.
      287c4eb6
  13. Jun 30, 2021
  14. Jun 22, 2021
  15. Jun 17, 2021
  16. Jun 16, 2021
  17. Jun 15, 2021
  18. Jun 14, 2021
  19. Jun 11, 2021
  20. Jun 10, 2021
  21. Jun 08, 2021
  22. Jun 07, 2021
  23. Jun 04, 2021
Loading