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

Categories

0 votes
385 views
in Technique[技术] by (71.8m points)

node.js - Implement KURENTO on REACT JS

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

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

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...