Skip to content
Snippets Groups Projects
  1. Jun 08, 2020
  2. Jun 05, 2020
  3. May 31, 2020
  4. May 29, 2020
  5. May 28, 2020
  6. May 27, 2020
  7. May 26, 2020
  8. May 25, 2020
  9. May 24, 2020
  10. May 22, 2020
  11. May 21, 2020
  12. May 20, 2020
  13. May 15, 2020
  14. May 14, 2020
  15. May 13, 2020
  16. May 12, 2020
  17. May 11, 2020
  18. May 07, 2020
  19. May 06, 2020
    • Adrien Béraud's avatar
      videomanager: catch exceptions · eb571498
      Adrien Béraud authored
      Change-Id: Ic4a90183ae7589d4ddf7dd196e54cd6e8cba02f3
      eb571498
    • Sébastien Blin's avatar
      pjproject: avoid to fail the negotiation when TURN needs a retry · d10e7a1e
      Sébastien Blin authored
      This aims to fix the some negotiation failure when:
      UserA (TURN ipv4) calls UserB (ipv4 only)
      
      In fact, the first user will take some time to know the userB
      addresses to allow on the TURN. So, during this time, the TURN will
      give some EPIPE errors. EPIPE is code 32 defined by 120032 in pjsip
      (PJ_STATUS_FROM_OS(EPIPE)).
      
      So previous code was a mistake
      
      Change-Id: If38c5d36dc38bfe89e3b2ccfbf1b64c934639adb
      Unverified
      d10e7a1e
  20. May 01, 2020
    • Sébastien Blin's avatar
      pjproject: fix tls packet reconstruction · fe198fbe
      Sébastien Blin authored
      In the case whare two packets like this were received:
      
      P1
      +----------------+-------------+---------------+
      | data (X bytes) | header (2b) | data (1 byte) |
      +----------------+-------------+---------------+
      
      P2
      +----------------+
      | data (X bytes) |
      +----------------+
      
      The RTP loop used the last byte of p1 and the first
      byte of P2 as the header. Leading to malformed packets
      
      Change-Id: Ie714fcf0bab1e372f7433342ed60ed4e6d20aff3
      fe198fbe
  21. Apr 30, 2020
Loading