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
0
votes
1 answer

Motion Detection in Kurento WebRTC

we are working on Kurento Media Server . We run all example of node.js like platedetector,pointdetector , crowddetector etc We are facing problem how to detect motion . Let suppose if anything moves in front of camera and it detects any change then…
abhaygarg12493
  • 1,565
  • 2
  • 20
  • 40
0
votes
1 answer

install and Run Kurento Media server in Cent OS 6.6 using Docker

I need to install and run Kurento Media Server in a Cent OS to use it for Large Scale Webrtc Application for one to many conferences . I heard that it can be done through Docker. So if some can guide me through the steps to do so I will be…
0
votes
1 answer

Record webRTC session on server

I recently found out about a plugin for cordova called phoneRTC that allows for webrtc implementation. I build and run the demo provided and I am quite happy with the result. Now I want to know how I can record the webrtc sessions on a web server.…
PU2014
  • 323
  • 5
  • 17
0
votes
1 answer

Kurento Media Server Throwing " Unexpected error while processing method: Factory 'PlayerEndPoint'' not found"

I am Very new to Kurento. I went through its json-rpc documentation from this link. http://www.kurento.org/docs/5.0.3/mastering/kurento_protocol.html 1) I have installed a local kurento server which runs on the port 8888. 2) I used a tool called…
sathya Narrayanan
  • 499
  • 1
  • 5
  • 16
0
votes
1 answer

Selection of correct package to work with new Kurento release

I'm using kurento server v 5.1.0 to solve very simple scenario on my Java (spring.mvc) web application. It should capture short video and save for latter use. Could somebody point me what should be used as reference example for RecorderEndpoint -…
Dewfy
  • 23,277
  • 13
  • 73
  • 121
0
votes
1 answer

kurento: How record webcam to both webm and mp4 recordendpoint?

i modified kurento's one2many tutorial (https://github.com/Kurento/kurento-tutorial-java/blob/master/kurento-one2many-call/src/main/java/org/kurento/tutorial/one2manycall/CallHandler.java) examples to record the webcam stream to a mp4 or webm file…
John Doe
  • 2,746
  • 2
  • 35
  • 50
-1
votes
1 answer

remote media stream not available, webrtc and kurento media stream

I have started with https://doc-kurento.readthedocs.io/en/6.13.2/tutorials/java/tutorial-groupcall.html Currently, in UI i give user option to decide whether they want only audio or audio+video call. Based on the selection, the constraints for…
Rohit Patel
  • 148
  • 1
  • 8
-1
votes
1 answer

Kurento Media server 6.6 and one 2 one application behind Nat

I am running KMS server and kurento one to one call behind Nat. I can only connect my call when I am under VPN. Outside Vpn I am not able to connect the call.
Harish Lalwani
  • 754
  • 5
  • 20
-1
votes
1 answer

Not able connect Native Android device to kurento Media server

I have started developing live streaming using kurento media server. I have Installed kurento media server in Ubuntu 14.04TLS. It gets successfully Installed and also started successfully. I have used STUN server, I have uncommented these two lines …
Vivek Patel
  • 399
  • 4
  • 18
-1
votes
1 answer

I am trying to disable my own mic in kurento many-to-many tutorial but no success till now

I have tried this code participant.audioEnabled=false but nothing happens .I want to disable just mic not my speaker any idea ?
-1
votes
1 answer

Kurento disable video while video is streaming

How to disable video streaming while video streaming is already invoked? Like in Facebook Messenger, it can turn video call to voice call only.
-1
votes
1 answer

kurento's remote stream is not working

I installed kurento-media-server-6.0 and I turn on media-server and Hello World!(Tutorial 1, Version - node.js). But when I click a start button, Remote stream does not work. Console >>> TypeError: videoStream.addEventListener is not a…
-2
votes
0 answers

TypeError: this.generateOffer is not a function

user.rtcPeer = kurentoUtils.WebRtcPeerRecvonly(options, function(err) { if (err) { return console.log(err) } this.generateOffer(onOffer) }) output error: Uncaught (in promise) TypeError: this.generateOffer is not a…
-2
votes
1 answer

Deploying Kurento-media-server on GCP

We built a web conferencing app in which a custom filter is applied on the host of the meeting.We built the client using Java(Springboot) by following the kurento documentation.We built our own docker image that consists of the filter built using…
-2
votes
1 answer

Is there a way to access a div and make another div inside it, when I click a button in React JS?

I am trying to mimic what is mostly used in vanilla JS which is document.createElement(...) I have been trying to work with WebRTC and kurento which has brought me to this never ending loop of confusion. I am trying to follow their documentation…
1 2 3
33
34