I am making a project which has requirements of live streaming and video conference with a minimum of 100 users. I thought to implement it with webRTC and socket.io but by doing research I found that to implement what I require a lot of bandwidth and instead of sending one WebRTC stream to a Kurento gateway and kurento will restream it. So I am trying to implement it with kurento as it looks cnovienet to me.
I have followed the link for the backend which is in node js: https://github.com/Kurento/kurento-tutorial-node/blob/master/kurento-one2many-call/server.js
And for the front end which is in react, I followed these two links: https://github.com/Kurento/kurento-tutorial-node/blob/master/kurento-one2many-call/static/index.html and https://github.com/Kurento/kurento-tutorial-node/blob/master/kurento-one2many-call/static/js/index.js
Please help me out where I mistaken!! Is it possible to achieve what I want for my project?
2.1m questions
2.1m answers
60 comments
57.0k users