From 71173da5ad61028c2d8494192e8259b1fcf0ea3e Mon Sep 17 00:00:00 2001 From: Alex X Date: Wed, 26 Feb 2025 15:52:04 +0300 Subject: [PATCH] Add useful links to webrtc readme --- internal/webrtc/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/webrtc/README.md b/internal/webrtc/README.md index 4fb0072f..1dfe5569 100644 --- a/internal/webrtc/README.md +++ b/internal/webrtc/README.md @@ -11,7 +11,9 @@ If an external connection via STUN is used: - Uses [UDP hole punching](https://en.wikipedia.org/wiki/UDP_hole_punching) technology to bypass NAT even if you not open your server to the World - For about 20% of users, the techology will not work because of the [Symmetric NAT](https://tomchen.github.io/symmetric-nat-test/) -- UDP is not suitable for transmitting 2K and 4K high bitrate video over open networks because of the high loss rate +- UDP is not suitable for transmitting 2K and 4K high bitrate video over open networks because of the high loss rate: + - https://habr.com/ru/companies/flashphoner/articles/480006/ + - https://www.youtube.com/watch?v=FXVg2ckuKfs ## Default config