Questions tagged [kurento-media-server]

23 questions
0
votes
1 answer

how to fix black video streaming on ios - kurento

i have a video conference app built in nodejs and kurento. when i connect my camera on desktop/Android everything is ok. when i connect camera on iphone, i can see the shared video on iphone (locally) very well, but the camera on other devices…
0
votes
1 answer

Kurento one-to-many broadcast with recording

I am following this tutorial:- https://doc-kurento.readthedocs.io/en/latest/tutorials/node/tutorial-one2many.html for one to many broadcasting. Now I need to add code to recording on server side. Any ideas how? There is tutorial for recording:-…
Mtsaha
  • 1
  • 1
0
votes
1 answer

How to check Kurento media server traffic

Can you tell me how to check Kurento media server traffic? I can't find it no matter how much I search. Help me plesae. Thank you.
0
votes
1 answer

RTSP to WebRTC Video Streaming using Kurento Media Server(Docker Image) and Coturn(Docker Image) in GCP: TURN Server Blocking at FIRST TIME?

I'm developing web streaming client and server. Technical stacks are follows: GCP Docker, Docker Compose Kurento Media Server Coturn Node.js (Backend) React.js (Frontend) NGINX In GCP, I dockerized Node.js and React.js projects, and pull docker…
0
votes
1 answer

Screen Sharing in kurento issues

facing issues in screen sharing in kurento media server i am following kurento-java-tutorials (one2many). here is my presenter function at client side function presenter() { if (!webRtcPeer) { showSpinner(video); var constraints = { …
0
votes
1 answer

No Output when transcoding RTP to HLS with ffmpeg

I am running ubuntu 18.04(bionic) and i have generated a live RTP stream from kurento-media-server and i am converting it to HLS with this command of ffmpeg: ffmpeg -protocol_whitelist file,udp,rtp -i rtp://127.0.0.1:55000 -vcodec libx264 -acodec…
0
votes
1 answer

kurento utils not found?

I installed kurento media server on a ubuntu machine. I instanciated the hello world example provided here : https://doc-kurento.readthedocs.io/en/latest/tutorials/node/tutorial-helloworld.html When running the application in Chrome, I'm getting the…
Thomas Carlton
  • 5,344
  • 10
  • 63
  • 126
-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…
1
2