Questions tagged [mediasoup]
64 questions
2
votes
0 answers
Not able to return a desired value inside a overidden method using coroutines in kotlin
I am new to kotlin and coroutines.I have been working on a client-server part of an android app.I am using mediasoup-client-android library for this.
I am trying to intialize the sendtransports using createSendTransport() method.This method does…

Satyasai Neelapala
- 23
- 4
2
votes
1 answer
mediasoup-client TypeError: Cannot read property '_createTransport' of null at createRecvTransport
I've got an error in mediasoup-client while executing "device.createRecvTransport" in the Redux SAGA (I know this is not the best practice, but no choice).
"device.createRecvTransport" is actually an abstraction which holds a webRTC…

Amir Gorji
- 2,809
- 1
- 21
- 26
1
vote
1 answer
Mediasoup installation failed on windows
I am trying to install mediasoup version 3, and here is the error that occurs during the installation:
$ npm i mediasoup --save
some dependencies like ninja and meson are installed…

hydraCode
- 77
- 10
1
vote
0 answers
mediasoup installation failed on windows with a meson error
npm ERR! code 1
npm ERR! path C:\Users\USER\Documents\video-conferencing\node_modules\mediasoup
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node npm-scripts.js postinstall
npm ERR! npm-scripts.js [INFO] running…

Dunkwu Alex
- 11
- 1
1
vote
1 answer
Is It possible to mute all participants audio and video in mediasoup in flutter?
I am developing a video-conferencing application in flutter using mediasoup WebRTC. I can implement producer and consumer mute and unmute audio/video by themself. I would like to implement mute all participants through a host. So Please provide an…

Dipak Pakhale
- 11
- 2
1
vote
1 answer
Why is there an error when running the command "npm i mediasoup@3" error on windows?
Trying to install the mediasoup library on a Windows machine via:
npm install mediasoup@3
The app that needs this library is being developed on a MacOS machine and works fine when being installed. The live app will be hosted on a Windows…

cnrhgn
- 703
- 4
- 18
1
vote
0 answers
Send mixed audio through webrtc using mediasoup
What I want to do is to receive sound from one mediasoup server. Mix it and then send it to another server. This seemed like a simple task, but for a couple days I have been struggling with it.
How I do it? I put audio I receive in

Michał Bogusz
- 376
- 2
- 12
1
vote
0 answers
No RTP retransmission when injecting video and audio from Gstreamer to Mediasoup
I am trying to inject stream from an RTMP source to Mediasoup with the following Gstreamer command:
gst-launch-1.0 -v \
rtpbin name=rtpbin \
rtmpsrc location=${RTMP_URL} \
! flvdemux name=demux \
…

HM Moniruzzaman
- 135
- 1
- 11
1
vote
0 answers
Mediasoup inject stream freezes
I am using the following ffmpeg command to inject an rtmp stream to mediasoup.
ffmpeg \
-re \
-v info \
-stream_loop -1 \
-i rtmp://3.126.121.45:1935/live/stream \
-map 0:a:0 \
-acodec libopus -ab 128k -ac 2 -ar 48000 \
-map 0:v:0 \
…

HM Moniruzzaman
- 135
- 1
- 11
1
vote
0 answers
record mediasoup RTP stream using FFmpeg for Firefox
I am trying to record WebRTC stream using mediasoup. I could record successfully on chrome and safari 13/14/15. However on Firefox the does not work.
Client side code is a vue js component which gets rtp-compabilities using socket.io and create…

Hadi Aghandeh
- 765
- 6
- 24
1
vote
1 answer
while installation mediasoup it showing error
Trying to install by Command prompt in window7 64bit
after npm cache --force clean

Imbharat420
- 206
- 2
- 11
1
vote
0 answers
Connecting client to the mediasoup server via webrtc
I have a video conferencing application which contains two servers 1) Main server which contains the business logic. 2) Media server (mediasoup). Basically clients connects to the main server via websockets. When they make a request for joining a…

Faheel Mohammad
- 85
- 1
- 9
1
vote
0 answers
FFMPEG stop live stream to Youtube
I have a problem...FFMPEG starts live streaming at Youtube live and arround 20 to 40 seconds it stop to recording.
My terminal print :
Delay between the first packet and last packet in the muxing queue
is 10008000 > 10000000: forcing output

Louis Hudson
- 25
- 1
- 4
1
vote
0 answers
SFU with Kinesis video stream SDK js
I built a React.js and Node.js app, inspired by KVS example .
It is working for a few participants, a Master can stream his webcam video & audio via WebRTC, and get every viewer webcam video. But we realized it won't be suitable for 50 people as the…

Rin3
- 119
- 1
- 10
1
vote
0 answers
Error MSB4186: Invalid sta tic method invocation syntax
I am trying to setup MediaSoup on one of my NodeJS projects. In my PC I have Visual Studio 2019 Community version running, I followed the instructions as described in the MediaSoup documentation, but I keep getting this error when trying to install…

Ogbonna Vitalis
- 7,969
- 2
- 11
- 21