Kurento is a open source WebRTC media server and a set of client APIs making simple the development of advanced video applications for WWW and smartphone platforms.
Questions tagged [kurento]
498 questions
-2
votes
1 answer
How to implement screen sharing option WebRTC using Kurento media server
we are trying to implement the screen sharing option in WebRTC using the Kurento media sever.
can any one share me the reference.
-2
votes
3 answers
Ejecting key, value from object
I want to get the key, value of the recorderEndpoint from the object.
presenter[6] outputs undefined
presenter = {
id : sessionId,
pipeline : null,
webRtcEndpoint : null,
presenterRoomNum : roomNum,
roomName : presenterRoomName,
…

sera
- 73
- 1
- 9
-3
votes
1 answer
Open Meetings + Kurento. Video and audio doesn't work
After numerous attempts to follow online documentation and configuration examples via forums we are not successfull in establishing video and audio conferencing with apache openmeetings/kurento on Ubuntu 18.04 Server. When we try to work in LAN -…