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
6
votes
1 answer
How to build a WebRTC media server for a Twitch-like application
I am trying to build an application like twitch (i.e. many-to-many real-time video streams). I want to use WebRTC because I want to make the app accessible from all platforms (I am planning to either go with Nativescript or the PWA road). My plan is…

Nikolay Nikolov
- 473
- 1
- 6
- 8
6
votes
1 answer
Is there a WebRTC Java peer client library?
Is there a peer client for Java to use for WebRTC? I'm currently using Kurento to stream video/audio between to browser clients. In addition, I want to attach another peer client to receive the video stream in my Java service. Is this possible? I…

Hello Ward
- 169
- 1
- 7
6
votes
0 answers
What does this code mean, “404=Not Found; 404;-32601”? This occurs while joining a room in the Kurento media server
I am working in android Application where i have stream a video. I am using kurento media server for Streaming .
I am Connecting to KMS by using the following Code:
executor = new LooperExecutor();
executor.requestStart();
String…

Vivek Patel
- 399
- 4
- 18
6
votes
0 answers
Support for HLS in Kurento something as HLSEndpoint
We are trying to achieve HTTP live streaming through kurento Media Server-6.5, being a kurento GStreamer module something as HLSEndpoint as part of kms itself and not through some 3rd party server (e.g wowza or a nginx hls module).
It could be…

mohsin
- 61
- 2
6
votes
1 answer
iOS client for Kurento tutorials
I'm trying to get an iOS client running one of the Kurento tutorials, e.g. this one: https://github.com/Kurento/kurento-tutorial-node/tree/master/kurento-hello-world. I haven't been able to find a lot about Kurento on iOS, other than the Kurento-iOS…

wumbo
- 746
- 9
- 21
6
votes
1 answer
How to disable video encoding In Kurento Media Server?
I am using Kurento media server for video streaming, I have h264 video source over RTSP. I am creating PlayerEndpoint using below code.
pipeline.create('PlayerEndpoint', {uri: 'rtsp://hostaddress:8554/stream', useEncodedMedia: false},…

Nilesh Wagh
- 940
- 1
- 12
- 26
6
votes
1 answer
Renegotiation in Kurento Media Server
I'm using Kurento Media Server 6.0 as MCU to do one-to-many communication. I'm trying to renegotiate the SDP for mediaStreams switching. For this I'm using following code :
Let webRtcEndPoint is the created endPointUser on certain MediaPipeline
…

Akshay Rathore
- 819
- 1
- 9
- 23
6
votes
3 answers
How to use kurento-media-server for audio only stream?
I want to have only audio stream communication between peers , I changed the parts of kurento.utils.js to get only audio stream via getusermedia
but it's not working
I used this example node-hello-world…

Sina Sharafzadeh
- 93
- 2
- 7
5
votes
0 answers
Remote video doesn't load when onAddStream() is called
I am implementing a webRTC android application, and the servers that i am communicating with are a signaling server(via websockets) and a kurento media server.
Time sequence is:
clients subscribe to the server
every client sent sdpOffer
every…

Thelouras
- 852
- 1
- 10
- 30
5
votes
3 answers
Convert RTMP to RTP in iOS application for sending it to Kurento Media Server
Working on implementing Screen Sharing(Replay Kit) in iOS app using Kurento Media Server. I get CMSampleBuffer which follows RTMP protocol. But Kurento doesn't support RTMP. It does support RTP. Is there a way to convert from RTMP to RTP. I read…

utkarsh agarwal
- 71
- 3
5
votes
2 answers
Safari does not send ice candidates
don't work example in safari
https://github.com/Kurento/kurento-tutorial-node/tree/master/kurento-one2many-call
In chrome, everything is fine.
Safary does not send ice candidates in view mode. Presenter mode is ok
====================
update
In the…

вася Злыдень
- 87
- 5
5
votes
1 answer
webrtc to rtp to hls with kurento and AWS Elemental MediaLive
I would like to create webrtc to hlt.
Using Wawza is a good solution, but I cannot manage it.
I want to use aws eternal medialive.
I caught up with a solution with kurento mediaserver that converts webrtc to rtp and, aws converts rtp to htl.
Is it…

ouiouiouioui
- 91
- 1
- 7
5
votes
0 answers
coturn in Docker Swarm does not connect (kurento)
When I try to connect to my app I can connect and start sending and receiving ICE candidates. But the negotiation does not complete the rtc connection state eventually gets to "Checking", and then after about 30 seconds drops to "Failed"
I have this…

bzmw
- 5,897
- 3
- 22
- 31
5
votes
1 answer
Streaming RTSP to WebRTC using Kurento
I have been testing out Kurento for a while now.
I have gone through one2many sample, and got everything working.
Now I would like to do the same, but have the "presenter" be an RTSP source.
I don't have much experience with RTSP, so I might be…

Elad Lachmi
- 10,406
- 13
- 71
- 133
5
votes
0 answers
Has anyone managed to get group calls working with Kurento on iOS with IPv6 only networks as required by Apple?
For past few weeks I am trying to get the Kurento group calls to work with IPv6. However no success so far.
It seems that till M52 release of WebRTC (https://bugs.chromium.org/p/webrtc/issues/detail?id=5871), the WebRTC framework didn't support…

Pritam Barhate
- 765
- 7
- 22