screen sharing for developers https://screego.net/
https://github.com/screego/server
719 forks.
10,503 stars.
16 open issues.
Recent commits:
- Merge pull request #250 from swindi-dev/fix/transient-disconnectedfix: don't close peer connection on transient 'disconnected' state, GitHub
- fix: don't close peer connection on transient 'disconnected' stateBoth connectionstatechange handlers treated 'disconnected' the same as'closed' and 'failed' and immediately called peer.close().Per the WebRTC spec, 'disconnected' only means that ICE connectivity checksare currently failing. The connection frequently recovers on its own — briefnetwork hiccups, Wi-Fi roaming between access points, or NAT rebinding alltrigger it. Calling close() makes that recovery impossible, because a closedRTCPeerConnection cannot be reopened.The result was that a short network glitch permanently killed the stream andthe viewer had to reload the page. Leaving 'disconnected' unhandled lets thebrowser's own ICE recovery do its job.Refs #53, Jannis Mattheis
- fix: remove badges, Jannis Mattheis
- Merge pull request #245 from dongdigua/masterAdd support for riscv64, GitHub
- fix: disable window arm, Jannis Mattheis
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.