Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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?

question from:https://stackoverflow.com/questions/66058829/implement-kurento-on-react-js

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
388 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...