From eddbf42ea7394e0d8bf361fbaa194ac736834960 Mon Sep 17 00:00:00 2001 From: sergystepanov Date: Thu, 20 May 2021 20:53:55 +0300 Subject: [PATCH] Update STREAMING.md --- docs/STREAMING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/STREAMING.md b/docs/STREAMING.md index 2d7385e8..5eeb54ad 100644 --- a/docs/STREAMING.md +++ b/docs/STREAMING.md @@ -45,7 +45,3 @@ The streaming process begins when a user opens the main application page (index. - Workers should not have any closed UDP ports to be able to provide suitable ICE candidates. - Coordinator should have at least one non-blocked TCP port (default: 8000) for HTTP/WebSocket signaling connections from users and workers. - Browser should not block WebRTC and support it (check [here](https://test.webrtc.org/)). -#### Possible streaming initialization failures -- Worker server should not have any closed UDP ports in order to be able to provide suitable ICE candidates. -- Coordinator should have at least one non-blocked TCP port (default: 8000) for HTTP/WebSocket signaling connections from users and workers. -- Browser should not block WebRTC and support it (check [here](https://test.webrtc.org/)).