2

Currenrtly we are using Kurento for 1-many & many-many video calls using Node Js ( Kurento Tutorial ).

We are now planning to move to Jitsi-videobridge. Is there any example / tutorial of how to use Jitsi-videobridge with NodeJs?

All I could find is Jitsi-meet with nginx/apache without any explanation.

Any documentation / tutorial for Jitsi-Videobridge with Node will be great

Thanks

Hemanshu Belani
  • 199
  • 3
  • 13
  • Unfortunately we don't have much documentation in that area. Here is the REST API you'd need to implement: https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest.md Then you need to convert COLIBRI to SDP and do the usual WebRTC dance. It won't be a walk in the park, I'm afraid. – saghul Mar 27 '18 at 16:02
  • @sa I too would be interested in more documentation or tutorials on how to use just the Jitsi-videobridge portion. Documentation is pretty much non-existant. I like the idea of using the videobridge as a SFU only. – gimp3695 May 07 '18 at 05:14

0 Answers0