Questions tagged [mediasoup]
64 questions
0
votes
1 answer
Error - transports.recv.connectionState stuck in new status - Mediasoup (3.7)
Trying to deploy https://github.com/fmeringdal/nettu-meet which uses mediasoup lib. Medisoup version tried are 3.7 and 3.8
When a user turns on his/her video or audio in the meeting room then getting this message on the console "transport connstate…

abhima9yu
- 143
- 1
- 8
0
votes
2 answers
Making group video call application wrtc vs mediasoup
I am making a group video call nodejs application.
I come to know about two npm packages
wrtc - from this video https://www.youtube.com/watch?v=GMbdEnK8h3U
mediasoup
the mediasoup is very large 167 mb (https://www.npmjs.com/package/mediasoup)…

Squiba
- 57
- 6
0
votes
0 answers
Typescript class malfunctions when used as a type in another class's property
I'm using mediasoap and typescript in an express server application and here's the Broadcast type that i defined which has a property of type Router (a class defined in mediasoup module) and here's the problem:
Upon creating an instance of…

Omid
- 301
- 1
- 2
- 12
0
votes
1 answer
Problem recording RTP from mediasoup router using ffmpeg
I have a mediasoup server setup where I now need recording feature. To accomplish this I am doing the following -
On getting the event to start recording I call this function :
async handleStartRecording(peer, router)
{
let transports =…

Scramjet
- 347
- 2
- 11
0
votes
1 answer
how to host nestjs application in windows iis server
i want to host nestjs application in windows iis server. i generated dist file using npm build. these are the files generated
files after generating dist
added my application in iis
web.config
…

Vishal E
- 1
- 1
- 1
0
votes
0 answers
no audio from server using nodejs mediasoup and port bind error with Docker
I reviewed this mediasoup v3 with Docker and have something slightly different in that I am getting a different error:
ERROR: for voice_server Cannot start service voice_server: Ports are not available: listen tcp 0.0.0.0:49163: bind: address…

reactor
- 1,722
- 1
- 14
- 34
0
votes
1 answer
How do I force Mediasoup to use vp9 codec?
We have an installation of Mediasoup working without problems. We are using a mediasoup version that is compatible with vp9 codec. The issue we have is that it uses h.264 codec by default and we run on bandwidth constrained environments and we need…

G A
- 571
- 3
- 6
- 18
0
votes
2 answers
Do I have the wrong ports open for mediasoup?
I'm trying to launch this on AWS Ubuntu.
It works fine under Chrome on localhost. (There was an issue with Firefox, hopefully running remotely with HTTPS will make the problem disappear. But that's unrelated to this question.)
I opened the ports…

harry young
- 600
- 1
- 8
- 24
0
votes
1 answer
Unable to record mediasoup producer using FFmpeg on real server
I have built a nice app in react native for audio calling, many thanks to MediaSoup!!
To take it to next level, I need to record some of my calls.
I used this tutorial for reference:
mediasoup recording demo
I followed the FFmpeg way and have…

NaGaBaBa
- 93
- 5
0
votes
1 answer
mediasoup node server.js error( worker process failed [pid:undefined])
When I build mediasoup environment, come into dir "server". I use the command node server.js which results in the following error:
mediasoup:ERROR:Worker worker process failed [pid:undefined]: spawn…

libai
- 1
- 2
0
votes
2 answers
I'm just trying to use mediasoup npm but don't know how to record streams / conversations from mediasoup npm
I'm just building a demo webrtc app with mediasoup npm. I am just trying to record the conversation for recording feature. but there is no docs related to this feature in mediasoup readme.
Is there any way to accomplish this using this npm or any…

Yuvaraj V
- 1,020
- 2
- 16
- 28
0
votes
1 answer
WebRTC 'playoutDelayHint' automaticle synchronizes all tracks
I wrote a simple application that streams from one master to several clients. Since the Master may use something like an IP-Webcam (Has ~1sec Latency) but the internal microphone (No Latency) i wanted to add a delay to the audiotrack. Unfortunately…

morxw
- 13
- 3
0
votes
1 answer
Server side real time analysis of video streamed from client
I'm trying to build a system for real-time analysis on server for video streamed from the client using WebRTC.
Here is what I currently have in mind. I would capture the webcam video stream from the client and send it (compressed using H.264?) to my…

Théo Champion
- 1,701
- 1
- 21
- 46
0
votes
1 answer
WebRTC server (mediasoup) throws SSL error, but only for Firefox (?!)
I'm running the popular open-source mediasoup WebRTC server on a standalone box with no firewalls, fresh SSL certs installed and literally nothing else running on the machine (no web server, no database server, nothing). When my video chat app tries…

Eric
- 5,104
- 10
- 41
- 70
-1
votes
1 answer
mediasoup webRTC Remote video stream showing blank on ubuntu server
I have developed a Video chat application using angular , node.js , webRTC , mediasoup with pipe transport .
The remote video streams are working fine on localhost but they are not working after deployment to Ubuntu server .enter image description…

Dev 1
- 3
- 3