Update STREAMING.md

This commit is contained in:
sergystepanov 2021-05-20 20:53:55 +03:00 committed by GitHub
parent f7f9190875
commit eddbf42ea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
docs/STREAMING.md vendored
View file

@ -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/)).