KlarkC

Results 54 comments of KlarkC

Maybe this is a issue with the bmdcapture buffer? I tested a lot here, in a live stream environment and bmdcapture won't drop old frames to use new ones, instead...

Hi lu-zero, I am using your fix strict=experimental:syncpoints=none. In a single pipe this fix completly the memory leak. But now I am trying to tee the pipe, see: ``` bmdcapture...

I am using the latest avconv from git (not ffmpeg, it is just a naming convention in my bash functions, sry).

Me too on Arch linux: ``` [klarkc@ssdarch ~]$ emoji-keyboard This doesn't look like a squashfs image. Cannot mount AppImage, please check your FUSE setup. You might still be able to...

+1 @alexfromapex solution did not worked for me. Jest 26.6.3 Node 14.15.4 Dump: https://pastebin.com/Mfwi2iiA It happens after some re-runs on any CI server (my runners are docker containers). Always after...

> It seems not happening with 8GB+ RAM hardware (my local machine). Update: It just happened in my local host with 8GB ram, but this time in watch mode and...

More findings, the library being currently used as wrapper to webRTC does not support Object RTC, and [it is out of plans](https://github.com/feross/simple-peer/issues/400#issuecomment-446373946).

[AdapterJS](https://github.com/Temasys/AdapterJS) is opensource (Apache license), but its browser extensions (that are only required for screensharing) are commercial products. Even with AdapterJS, in Edge, there is no support for `RTCDataChannel`, that...

For `RTCDataChannel` there is [this polyfill lib](https://github.com/ShareIt-project/DataChannel-polyfill) that implements it over websocket protocol