floe / surfacecast

SurfaceCast: merge and distribute surface streams and webcam chat via WebRTC
GNU Lesser General Public License v3.0
11 stars 3 forks source link

More than 4 clients is not supported #24

Closed floe closed 2 years ago

floe commented 2 years ago

(and will probably crash the server due to the hardcoded video offsets in client.py).

floe commented 2 years ago

Update: > 4 clients is possible, but the front streams from client 5+ will draw over the older ones.

floe commented 2 years ago

OTOH, things on the surface are already confusing enough with 4 clients, so this might not actually be needed.