CloudWebRTC

Results 280 comments of CloudWebRTC

I get another error, it seems that the web package can't run correctly under the web worker when I try to print the `web.window.crypto` object ``` TypeError: null: type 'JSNull'...

The issue seems to occur at the flutter-webrtc level. It looks like an empty video track pointer is obtained when getUserMedia. Are there any reproducible steps?

The message size transmitted via UDP is limited to less than 1500 (MTU), but the SDP size generated by WebRTC usually exceeds the MTU, so the SDP message will be...

hey, you can follow this repo https://github.com/webrtc-sdk/libwebrtc to compile the debug version of libwebrtc for arm linux locally. This may help debugging

hey @thaidmfinnick , Sorry for the late reply, this should be caused by libwebrtc aligning the height x width to 4 times when collecting the change window. I will check...

Quick question, are you using an Intel or Apple silicon Mac? I remember there was a bug in early Intel computers where the capture width/height didn't align, but it seems...

It should be planned to be implemented after this issue is resolved https://github.com/livekit/client-sdk-flutter/issues/201

https://github.com/livekit/client-sdk-flutter/issues/201#issuecomment-2461519361

Released the initial version, please report if you encounter any issue. https://pub.dev/packages/livekit_noise_filter

Hi, `livekit_noise_filter` is a plugin that contains proprietary code from a third-party company. Sorry, we cannot make it open source. Also, this plugin will only work when connected to `livekit...