- 20 May, 2020 6 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
The reader and the writer now communicate through a channel and the packet cache. If the writer thread drops behind, we drop packets after inserting in the packet cache, which avoids building a backlog.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 18 May, 2020 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 17 May, 2020 4 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
For now, this is only used to request screen sharing as opposed to normal videos. In the future, it will be used for simulcasting.
-
Juliusz Chroboczek authored
-
- 14 May, 2020 2 commits
-
-
Juliusz Chroboczek authored
-
Antonin Décimo authored
Commit 8257a7ff "Remove dead variables." was wrong in that it deleted the 'diconnect' [sic] variable definition, and left the 'disconnectbutton' variable undefined.
-
- 12 May, 2020 3 commits
-
-
Juliusz Chroboczek authored
I'm an idiot.
-
Juliusz Chroboczek authored
We used to deadlock with large numbers of tracks. This should fix that.
-
Juliusz Chroboczek authored
-
- 11 May, 2020 4 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Thanks to Antonin Décimo.
-
Juliusz Chroboczek authored
-
- 10 May, 2020 6 commits
-
-
Antonin Décimo authored
> Rejeté. Ce n'est pas un escape. D’après mes tests, c’est considéré comme un escape. Doubler le caractère serait suffisant. const url = 'https://example\\.com'; const urlRegexp1 = /https?:\/\/[-a-zA-Z0-9@:%/._\+~#=?]+[-a-zA-Z0-9@:%/_\+~#=]/g; const urlRegexp2 = /https?:\/\/[-a-zA-Z0-9@:%/._\\+~#=?]+[-a-zA-Z0-9@:%/_\\+~#=]/g; console.log(url.length); // 20 console.log(urlRegexp1.exec(url)); // ["https://example"] console.log(urlRegexp2.exec(url)); // ["https://example\.com"]
-
Antonin Décimo authored
-
Antonin Décimo authored
-
-
Antonin Décimo authored
-
Antonin Décimo authored
-
- 09 May, 2020 4 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 07 May, 2020 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
The previous value caused statistics to occasionally timeout spuriously.
-
- 05 May, 2020 2 commits
-
-
Juliusz Chroboczek authored
We're closing and reopening the connection each time, we should be renegotiating instead.
-
Juliusz Chroboczek authored
-
- 04 May, 2020 1 commit
-
-
Juliusz Chroboczek authored
-
- 03 May, 2020 4 commits
-
-
Juliusz Chroboczek authored
That would be racy.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Don't take packet loss into account, just clamp at 384kbps.
-
Juliusz Chroboczek authored
-