Files
screego/docs/faq.md
2025-12-22 11:38:16 +01:00

807 B

Frequently Asked Questions

Stream doesn't load

Check that

  • you are using https to access Screego.
  • SCREEGO_EXTERNAL_IP is set to your external IP. See Configuration
  • you are using TURN for NAT-Traversal. See NAT-Traversal. On app.screego.net it's enabled without login; when self-hosting it requires user login
  • your browser doesn't block WebRTC (extensions or other settings)
  • you have opened ports in your firewall. By default 5050, 3478 and any UDP port when using TURN.

Automatically create room on join

Sometimes you want to reuse the screego room, but always have to recreate it. By passing create=true in the url, you can automatically create the room if it does not exist.

Example: https://app.screego.net/?room=not-existing-room&create=true