- 09 Sep, 2021 1 commit
-
-
Juliusz Chroboczek authored
-
- 05 Sep, 2021 1 commit
-
-
Juliusz Chroboczek authored
-
- 03 Sep, 2021 1 commit
-
-
Juliusz Chroboczek authored
-
- 23 Aug, 2021 6 commits
-
-
Juliusz Chroboczek authored
We will fail malicious paths in openDescriptionFile, but it doesn't harm to be paranoid early.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Thanks to Jeroen van Veen.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
It's no longer easy to test group expiration.
-
- 22 Aug, 2021 1 commit
-
-
Juliusz Chroboczek authored
Thanks to Jeroen van Veen for suggesting the feature.
-
- 19 Aug, 2021 1 commit
-
-
Juliusz Chroboczek authored
-
- 18 Aug, 2021 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 07 Aug, 2021 2 commits
-
-
Antonin Décimo authored
-
Antonin Décimo authored
Commit b527c875 added the `kind` parameter to `addToChatbox`, but the change wasn't reflected here.
-
- 06 Aug, 2021 3 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 04 Aug, 2021 3 commits
-
-
Juliusz Chroboczek authored
I'm not seeing any non-keyframe spatial sync frames, so simplify the code by only switching spatial layers on keyframes.
-
Mathieu authored
Adds a round black semi-transparent background to the white cross icon, making it visible in any situation.
-
Juliusz Chroboczek authored
Instead of buffering the last keyframe, we merely keep track of its seqno, and use the main cache for recovering. We also send the whole sequence of packets rather than just the keyframe itself.
-
- 03 Aug, 2021 7 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Rewriting is not useful for VP9, and even harmful, as it breaks the offsets in the scalability structure.
-
Juliusz Chroboczek authored
If the client requested a low-resolution stream and there is none, switch to SID=0.
-
Juliusz Chroboczek authored
The sync bits were incorrect. In addition, we need to set the marker at the new end of the frame when doing spatial decimation.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Otherwise we might act on outdated info, which could cause a spurious drop.
-
Juliusz Chroboczek authored
Left over from the old data structure.
-
- 02 Aug, 2021 3 commits
-
-
Juliusz Chroboczek authored
Now that we constrain tracks in offers properly, there is no need to manually check that the codecs have been matched correctly.
-
Juliusz Chroboczek authored
We now restrict the allowable codecs in the downstream direction, which leads to a clean failure instead of a silent track. We also allow multiple profiles for a single codec.
-
Juliusz Chroboczek authored
-
- 01 Aug, 2021 3 commits
-
-
Juliusz Chroboczek authored
The lower interval made us too sensible too scheduling.
-
Juliusz Chroboczek authored
Only used as a last-resort fallback.
-
Juliusz Chroboczek authored
-
- 31 Jul, 2021 5 commits
-
-
Juliusz Chroboczek authored
Pion is making incompatible changes, so stick with webrtc 3.0 and rtp 1.6 for now.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
We used to check the nick, which is not necessarily unique.
-
Juliusz Chroboczek authored
-
- 30 Jul, 2021 1 commit
-
-
Juliusz Chroboczek authored
-