Questions tagged [kurento]

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.

498 questions
3
votes
0 answers

Coturn server incomplete logs

I have a Corturn server installed and working fine for most of the scenarios. However there are some error scenarios which I need to investigate through logs. However it doesnt print any logs in log file after startup logs. Your suggestions really…
DarshanaR
  • 31
  • 2
3
votes
1 answer

Kurento Media Server is running but unable to connect kurento media server websocket

I have installed latest stable version of Kurento Media Server(KMS) on local machine with specification Ubuntu 16.04 Xenial following this documentation. I have verified everything and it is working fine and getting same traces as mentioned in this…
3
votes
0 answers

Only able to play audio in video file recorded video using Kurento Media Server and WebRTC from my iPhone to local server machine

I am trying to record the video from my iPhone and Android device. I am using Kurento media server and WebRTC to achieve this. I am able to record the video in my local server machine with extension of .webm formate. Problem- When trying to play…
Abhishek singh
  • 415
  • 7
  • 20
3
votes
2 answers

kurento android client library: how to get video stream from sdp offer?

In kurento android, after joining the room for group video call, whenever someone connects and starts streaming, the function onRemoteStreamAdded(MediaStream mediaStream, NBMPeerConnection nbmPeerConnection) is called, and I can simply attach the…
aditya sista
  • 131
  • 1
  • 12
3
votes
0 answers

WebSocket closed with code: 1001 reason:Stream end encountered wasClean:0

I am trying to run AppRTC-iOS(native iOS video chat app based on WebRTC) I am able to connect web socket connection and also WebRTC able to receive sdpOffer. When I am receive the call and video starts then web socket connection is getting close by…
Abhishek singh
  • 415
  • 7
  • 20
3
votes
1 answer

Is it possible to deliver RTSP stream via Kurento. WebRTC to RTSP

I want to use Kurento as media server which takes WebRTC as an input and provides RTSP stream as url: rtsp://kurento/streamName Is this possible? I saw https://github.com/lulop-k/kurento-rtsp2webrtc/ project which does opposite thing. My final goal…
Stan Reshetnyk
  • 1,986
  • 1
  • 13
  • 31
3
votes
3 answers

Maven Error Resolving version for plugin

I am trying to run a kurento-java client hello world example as given in this link http://doc-kurento.readthedocs.io/en/stable/tutorials/java/tutorial-helloworld.html I am providing a kurento media server url while compiling the code as mvn…
Sourabh Joshi
  • 66
  • 1
  • 6
3
votes
0 answers

High CPU usage in Kurento media server

I am running Kurento with kurento player tutorial and see that kurento-media-server process takes about 20-25% CPU per stream. Is it way to reduce CPU usage? Thanks.
Victor
  • 81
  • 8
3
votes
1 answer

Multiple stun/turn servers on Kurento/elasticRTC

Is it possible (or any hack) to configure multiple stun/turn servers on the WebRtcEndpoint.conf.ini or through our signaling servers? So that if one stun fails it falls back to another? If the feature is not available what would be the closest…
avijendr
  • 3,958
  • 2
  • 31
  • 46
3
votes
2 answers

SimpleWebRTC, EasyRTC and Kurento .. what's the difference?

Hello I am new learning WebRTC and i am a bit confused, i understood that WebRTC works peer to peer but we need signaling, which of SimpleWebRTC, EasyRTC and Kurento can help doing that and why do we need them if node.js can do it? if they are not…
h_h10a
  • 449
  • 5
  • 18
3
votes
1 answer

Nginx proxy webrtc kurento media server configuration

I'm trying to configure o proxy for my website that is using webrtc kurento media server. Everything works except that i can't connect to media server when using nginx proxy. Here my nginx configuration server { listen 80; …
Dimitris Konomis
  • 326
  • 3
  • 13
3
votes
1 answer

Basic difference between kurento's WebRtcEndpoint and RtpEndpoint

I read about both in kurento's java doc webrtcendpoint and rtpendpoint. But both of them indicate that they function in a very similar way. Both can be used as offerer and offeree to exchange media. I also refered to a similar question where a use…
Akshay Kasar
  • 156
  • 12
3
votes
1 answer

How to get stream object from kurento utils when using kurento java tutorial samples

Using kurento tutorials java samples. I Want to handle stream events like onended etc on the webrtcpeer object. Following is my sample code from where i want to fetch the stream object. var options = { localVideo: video, …
Akshay Kasar
  • 156
  • 12
3
votes
2 answers

Understandng kurento.conf.json file parameters

Can someone please explain various parameters which we have in kurento.conf.json file. Resources usage limit for raising an exception when an object creation is attempted "exceptionLimit": "0.8" but i see this parameter is commented in the…
Sagar Pilkhwal
  • 3,998
  • 2
  • 25
  • 77
3
votes
1 answer

Can Kurento-client.js be used in an app server without using kurento-utils.js in browser?

I want to use Kurento primarily as a WebRTC to RTP gateway and for some of the filters. In the browser, I am using the browser's native WebRTC API. I want to create a WebRTCEndpoint (as that term is used in Kurento) in my Node application server…
Sunny
  • 9,245
  • 10
  • 49
  • 79