satoren

Results 65 comments of satoren

@PaulOlteanu Are you using SCTP(DataProducer/DataConsumer)? This has been an issue since versions before 0.15, but there is an open issue where it crashes when turning on sctp. So maybe this...

When I investigated, it appeared that SCTP was running on the thread of the first Worker that executed. And other Workers are sharing it. So I think it is possible...

@ibc https://github.com/versatica/mediasoup/blob/af7fb8ca079a380da381e335547fe8cb2bc84e41/worker/src/DepUsrSCTP.cpp#L76 Although I cannot be sure because it has been some time since our investigation, it appeared that this callback (`onSendSctpData`) was being executed in the thread of the...

You have two ways with conditional. - You can use nvglu\* functions if you using OpenGL backend. - If fill area wider than clipping area. (e.g. Draw textured text) 1....

I am write example with "Hollow out clipping area". https://github.com/satoren/nanovg/blob/clipping_example/example/example_clip_gl3.c#L51 https://github.com/satoren/nanovg/blob/clipping_example/example/screenshot-clip.png

@TyOverby Unfortunately, there are no codes left. I believe it could be implemented in a similar way to HTML5 canvas clipping with nvgGlobalCompositeOperation. It's been six years and my memory...

The built-in lua interpreter is built in wasm and runs on node js, so it cannot load DLLs. I know I am not explaining it well enough, but see [here](https://github.com/satoren/LRDB).

Yes, Install the debugging module by luarocks or integrate the C++ code into the host program. (C++ compiler is required) https://github.com/satoren/LRDB#code Please note [this](https://github.com/satoren/vscode-lrdb/issues/249) issue.

@gossidog Thanks for the report. Based on the problem and the workaround, I would guess that it is probably due to a version update of Node.js inside VSCode that changed...

Thank you for report.