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
0
votes
1 answer
Connect to kurento web app from Android
I have the SpringMvc web app integrated with kurento one2many web app. I want to connect to this from android app. How to do it if kurento Android SDK is not supported from over year ?
I need to user URL connection or something else ? Sorry for the…

Андрій Дзигар
- 19
- 4
0
votes
1 answer
Building Kurento on lubuntu 15.04
I am trying to build whole Kurento on my lubuntu 15.04 (same as ubuntu 15.04 vivid with different UI). I started by cloning all repos:
mkdir kurento
cd kurento
git clone https://github.com/Kurento/kms-jsonrpc.git
git clone…

Vahid
- 312
- 3
- 13
0
votes
2 answers
Does kurento support safari and ie?
I have googled some questions like this
link1 or this link2 and it seems from this answers that kurento and webrtc doesn't support safari and ie.
But I've heard from one person in skype ( this contact is already lost so can't ask any details now),…

user2950593
- 9,233
- 15
- 67
- 131
0
votes
1 answer
What options are there for a IP camera to webRTC/ORTC gateway? Onvif compatible or not
There was some discussion on this topic here but not specific to my questions. You can consider this as an extension to the question asked there. Googling gives only two possible solutions: Kurento and Janus. The questions I have are:
Are there…

Sunny
- 9,245
- 10
- 49
- 79
0
votes
1 answer
Kurento Video Streaming
I want to access the video stream being recorded by Kurento in Real-Time.
In the default implementation, I can only get hold of the video once the call is completed, but how can I access the file as it is being created?

Farai
- 180
- 2
- 12
0
votes
1 answer
Kurento returns null value in result
I am running a hello-world client example from localhost.
Kurento media server is installed on Amazon ec2 instance. All TCP and UDP ports are opened.
For kurento google STUN server is configured and public IP from Amazon assigned to HttpEndPoint…

Oleg Mezhv
- 13
- 4
0
votes
1 answer
Webcam orientation and flip in Kurento (WebRTC)
I am a newby in Kurento (WebRTC).
I want to use a webcam that is in portrait orientation as a mirror.
Basicly that means I need to rotate the webcamfeed 90 degrees and flip it.
How can this be done?

jcboutkan
- 63
- 6
0
votes
3 answers
Install error with Kurento on ubuntu
I have gone through all the Kurento questions on Stackoverflow and this error dose not seem to have arisen before.
I have installed the Kurento media-server and java client examples according the installation guides.
I have the media-server running.…

Bawn
- 509
- 3
- 13
- 36
0
votes
1 answer
WebRTC to Gstreamer Bridge
I'm trying to stream audio from a browser to a gstreamer pipeline on a server.
I'm currently using Kurento, and modifying the Hello World example to try to connect an RTP Endpoint to the pipeline -- but am having trouble.
I know the media is…

Jared
- 562
- 1
- 6
- 22
0
votes
1 answer
How to implement Kurento Client JS with your own "Tomcat signalling server" on Android using a secure SSL connection to KMS?
So this is a two part question:
Part a: I'm trying to implement a secure connection to the KMS. From the documentation, I've understood that KMS Configuration file would need to be updated with the SSL certificate and then the HTTPS connection from…

dranz3r
- 33
- 1
- 8
0
votes
2 answers
how to install kurento on debian?
I tried that:
add-apt-repository ppa:kurento/kurento
apt-get update
apt-get install kurento-media-server
and got 404 errors such as:
Err http://ppa.launchpad.net wheezy/main Sources
404 …

yarek
- 11,278
- 30
- 120
- 219
0
votes
2 answers
WebRTC Kurento Docker Image on EC2
I have setup a local Kurento MediaServer with Docker and tested the provided application locally on my home network. But at my work place it doesn't work. The clients can reach the web apps but I think the mediaserver IP-address is not accessible…

Sadik Hasan
- 173
- 3
- 18
0
votes
1 answer
How to get notified & access kurento media server recording?
I can successfully run the one2one-call-advanced java example. However I'm running the Kurento Media Server and the client (The example Java application) on different machines.
So I haven't figured out some things:
How can I get notified of a…

Madis Nõmme
- 1,264
- 2
- 15
- 25
0
votes
1 answer
Kurento 6 with Plumber Endpoint
Has anyone try the plumber endpoint function on KMS 6?
Does KMS 6 support Pulmber Endpoint?
If yes, can please provide the pulmber endpoint performance?
Such as streaming latency on second KMS?(quality, max connection number..)
And what kind of…

jam.chen1025
- 13
- 2
0
votes
1 answer
Kurento package dependencies currently broken
I install kurento-media-server on ubuntu 14.04 LTS
Followed the instructions:
sudo add-apt-repository ppa:kurento/kurento
sudo apt-get update
sudo apt-get install kurento-server**
Get this error:
Some packages could not be installed. This may…