Ethan
Ethan
If mediasoup is newer than version 3.5.0, you may need to use this: https://mediasoup.org/documentation/v3/mediasoup/api/#PlainTransport
Are you running a Firewall etc.?
I think this occurs on linux? I can't reproduce it on my local mac. Will look into it, can you tell me the OS of the server?
The sample currently doesn't handle pause/resume. FFmpeg may resume if you get mediasoup to send a keyframe? Will look into adding this feature eventually so I'll leave this open.
Sorry, will take a look when I get time. >
Can you share the XCode logs?
After the calls did you close the Producers/Consumers/Transports?
Reproduced the issue, try and reduce the number of threads used.
@okwasi The number of threads may be reduced by creating one shared thread and having the library use that thread. Could affect performance though..
@okwasi Sorry I meant this will need to be implemented on the library side.