rtcmulticonnection

RTCMultiConnection scalable screenshare


I am working on a project to create a scalable screen sharing application using WebRTC. I started with RTCMultiConnection library, which seems excellent, and stumbled upon the following:

https://rtcmulticonnection.herokuapp.com/demos/Video-Scalable-Broadcast.html this example includes screensharing, but doesn't work at all.

https://rtcmulticonnection.herokuapp.com/demos/Screen-Sharing.html this one works, but not scalable

attempt to simply rework one code into another fails, seemingly scalable screenshare works in a completely different way from scalable video. Anyone was able to make it work?

Thanks for any directions at inputs!

P.S.: I am fine even if this works only in Chrome. I will pack this into Electron anyway so browser compatibility will never be a problem.


Solution

  • Here is Scalable-Screen-Broadcast demo:

    And here it its source:

    The demo supports both Chrome & Firefox.