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
0 answers
kurento-media-server Segmentation fault
I am using Kurento Media Server (6.4.0) and kurento-room.
Environment:
server:
os........: ubuntu14.04
cpu.......: Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz, 4core
memory....: 8G
clients:
Several MacBook Chrome browsers.
When we run with…
0
votes
3 answers
KMS Remote streaming issue in AWS Ubuntu instance
What i do:
1.I installed the KurentoMediaServer in my local machine using the link
http://doc-kurento.readthedocs.org/en/stable/installation_guide.html and started the KurentoMedia Server
sudo service kurento-media-server-6.0 start
2.Then…

Cibin William
- 303
- 1
- 3
- 17
0
votes
0 answers
Kurento Media Server Installation on Ubuntu 14.04 /15.04 gives unmet dependency error
I am installing Kurento Media Server 6.0 on my ubuntu machine 14.04. I am following this link
https://www.kurento.org/docs/6.0.0/installation_guide.html
Java installed on my machine is java 8
abhimanyu@abhimanyu:~$ java -version
java version…

Abhimanyu
- 705
- 7
- 20
0
votes
1 answer
Kurento hello world doesn't showed video
I am new in kurento. I have installed kurento 6.0 in my PC having ubuntu 14.04 (using the following procedure) and tried to run the hello world example. After installation,
1- I run kurento with:
sudo service kurento-media-server-6.0 start
To clone…

djougue basso
- 39
- 5
0
votes
3 answers
How to set up Kurento Media Server helpers?
I want to build Kurento Media Server against latest Fedora.
However, CMake fails to configure sources:
Could not find a package configuration file provided by "KurentoHelpers"
with any of the following names:
KurentoHelpersConfig.cmake
…

Kyrylo Polezhaiev
- 1,626
- 11
- 18
0
votes
1 answer
Kurento webRTC streaming server - Chrome issue
I installed a Kurento server on centos and Node.js. I'm facing some problems with streaming with Chrome browser, console reports the following error:
NavigatorUserMediaError
constraintName: ""
message: "Only secure origins are allowed…
0
votes
1 answer
cannot install Kurento Media Server on Cloud9-ide
Cannot get KMS ( Kurento Media Server ) to install properly on cloud9 running Ubuntu 14.04 and I tried for a long time.
When I try to start the KMS i get this response
/etc/init.d/kurento-media-server-6.0: 18: ulimit: error setting limit (Operation…

douglas
- 21
- 6
0
votes
1 answer
Kurento Java tutorial helloworld stuck during start
I try to run Kurento HelloWorld with
mvn exec:java
but it always stay here for a long time(several minutes) before the start going on. What operation is going at this point?
exec-maven-plugin:1.4.0:java (default-cli) @ kurento-hello-world ---
…

Elon Li
- 1
- 1
0
votes
1 answer
WebRTC 5 person conference with recording for playbacks?
I am working on a project for large group broadcasting in WebRTC since it needs to work on iOS and Android devices, I am using Kurento, and iOSWEBRTC cordvoa plugin to build this I am curious if anyone can help improve my plan, or if there is a…

Austin
- 23
- 4
0
votes
1 answer
Kurento one2one sample runs smoothly on local but lags heavily on server
I installed Kurento 6.0 one2one video call sample on my local machine and tested in local network. Chat worked smoothly. After that I put it on my dedicated server and tried it over internet. It starts to lag and freeze 10 or 15 seconds after the…

ctulu
- 444
- 1
- 6
- 23
0
votes
1 answer
How to control Kurento audio recorder quality
We recently built a demo application utilizing Kurento Media Server to record applicant video interview, but the audio quality is not well , some audio is not recognizable and some of it had high pitch noise. We've been test it on several models of…

Lopakhin
- 269
- 1
- 3
- 16
0
votes
1 answer
Kurento : Tutorial 4 - One to one video call not working on Azure
I have deployed kurento java tutorial on a virtual machine (Ubuntu-14.04) on Azure. I was able to execute/test Tutorial 1 to Tutorial 3 successfully, However Tutorial-4 & Tutorial-5 is not working. During one2one call I'm not able to receive peer…
0
votes
1 answer
Error while running a kurento sample
I am using this piece of code taken from Kurento website:
git clone https://github.com/Kurento/kurento-tutorial-node.git
cd kurento-tutorial-node/kurento-hello-world
git checkout 6.1.0
npm install
npm start
After running the third line, npm…

YAS
- 303
- 4
- 15
0
votes
1 answer
Kurento Helloworld mvncomplie error
I would like to run an application based on Kurento (the WebRTC MediaServer) according to this tutorial: http://www.kurento.org/docs/current/tutorials/java/tutorial-1-helloworld.html
After running these pieces of codes:
git clone…

YAS
- 303
- 4
- 15
0
votes
1 answer
changing the image source using jquery and Kurento
I use Kurento-magic-mirror and everytime i would change image, i am forced to change the name of the picture mario-Wings.png.
Here is the code shown
function getopts(args, opts)
{
var result = opts.default || {};
args.replace(
new…

Mane alioune
- 33
- 1
- 12