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
4
votes
1 answer
Kurento MS OpenCV-Python
I need to apply OpenCV filter(face recognition) to the video stream. Is there any possibility to use python for this? Or it must be C/C++?
If it is possible to use openCV-python could you please point me to an example.
Any help will be appreciated! …

andrey
- 1,867
- 3
- 21
- 34
4
votes
0 answers
CPU usage going too high using Kurento media server
I'm using kurento media server as MCU, while using kurento I connect each receiver's WebRtcEndPoint to sender's WebRtcEndPoint.
I had installed kurento on AWS m3-medium machine and I had connected 5 users in which only 2 of them are streaming their…

Akshay Rathore
- 819
- 1
- 9
- 23
4
votes
3 answers
Kurento Installation Unmet Dependencies
I am trying to install latest stable version of Kurento (V 6.0) in Ubutu Trusty (14.04). Unfortunately, I've got stranger messages:
Output:
The following packages have unmet dependencies:
kurento-media-server-6.0 : Depends: kms-core-6.0 (>= 6.4.0)…

hoanganh17b
- 867
- 1
- 11
- 25
4
votes
2 answers
Events not reaching kurento java server
I'm new to Kurento media server, I am trying to send an event from kurento media server to the java application which I have.
I have created an event using the following steps:
edited the interface json file:
"events": [{
"properties": [{
…

Sagar Pilkhwal
- 3,998
- 2
- 25
- 77
4
votes
1 answer
Can't connect kurento from mobile browser using mobile data connection
Working on the Webrtc technologies using Kurento Media Server as back-end.
Application working very smoothly on desktop and mobile via [Wifi/Ethernet].
But when I am trying to connect (Mobile) using mobile data connection its not connected. Can…

Santosh Shingare
- 281
- 2
- 16
4
votes
1 answer
Kurento Hello World Stuck after receiving candidates
I am trying to setup a Kurento media server behind an nginx proxy & testing with the Kurento-hello-world example. The TURN server is in place & Kurento is up.
I added the TURN url in file /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini as…

jbheren
- 516
- 3
- 11
4
votes
1 answer
How do I implement a simple OpenCV operation in Kurento OpenCV module
I am trying to process the frame (&Mat) received in the process method of the module. When I try run some simple OPENCV methods e.g.
The module will compile; after : debuild -us -uc...
As stated in the tutorial, I install the generated .deb file,…

Farai
- 180
- 2
- 12
4
votes
2 answers
How to modify answer SDP for record audio only with Kurento?
I'm able to record video+audio using Kurento Media Server. I'm having problems with recording audio-only stream. From How to use kurento-media-server for audio only stream? understand that the answer SDP has to be modified.
Currently I'm adding…

Madis Nõmme
- 1,264
- 2
- 15
- 25
4
votes
2 answers
How to detect when recording completes in Kurento Media Server (KMS)?
I have written code that successfully establishes the WebRTC connection from browser to Kurento Media Server (KMS). The stream is recorded on the server side. Recording file gets created almost instantly. When I close the PeerConnection, then after…

Madis Nõmme
- 1,264
- 2
- 15
- 25
4
votes
2 answers
local variable to global javascript
I have a problem with JavaScript, webRTC and Kurento. I'm not able to solve it by myself. I'm trying to put the remote stream from a local variable in a global variable but I have some troubles. I try to explain all steps to bring the problem…

MrDjToto
- 119
- 2
- 11
4
votes
2 answers
Broadcast RTP Stream with Kurento
I have the following setup:
Raspberry Pi with raspicam (CSI camera) sends an RTP stream to a Server in the same local network with gstreamer1.0.
I´m using the following pipeline:
raspivid -t 0 -h 720 -w 1080 -fps 25 -hf -b 2000000 -o - |…

d00d
- 514
- 10
- 20
3
votes
0 answers
Ice failed, add a TURN server and see about:webrtc for more details
While trying to live video stream through Kurunto media server, I am facing issue while live streaming multiple users vide to the admin user through mozilla firefox, although it is working perfectly fine with the Chrome web browser. Below is the…

Akash Prakash
- 81
- 2
- 11
3
votes
2 answers
Turn off/stop browser camera in my sample react video call application
I am developing a video chat web application using react.js and kurento utils SDK for the media server. The problem is that the camera/light is still ON even after the video call is ended.The camera stops only for the first time and the problem…

Saran Kumar
- 49
- 1
- 5
3
votes
1 answer
can't run kurento-examples-java
Available example: https://134.209.199.255:8443/
How I run KMS:
docker run -d --name kms -p 8888:8888 \
-v /root/kms/WebRtcEndpoint.conf.ini:/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini \
-e GST_DEBUG="Kurento*:5"…

degr
- 1,559
- 1
- 19
- 37
3
votes
2 answers
Kurento WebRTC Connection Fails in ~30% of Cases
I have spent days hunting down a connection problem without any luck. I'm trying to implement a relatively simple one2one Call with Kurento.
Below you will find a debug log of Kurento of a case where the connection could be established and a case…

omnibrain
- 533
- 2
- 6
- 18