Dr. Ralf S. Engelschall
Dr. Ralf S. Engelschall
So, this is still the case with the version 3.1.1 you made available, right? Because I see that one can select a scene or source in the global Tools/VirtualCam window,...
You are using ES6 fat arrow operators in the ES5 code snippets. This cannot be right.
Hmmmm... correct, yes. But I cannot do anything here as the reduced version is automatically generated from the semicolon-based source.
You are right, the example is wrong. I'll try to fix it soon.
The line height issue is now fixed. The fixed TypedArray example still not (still coming).
Yes, either MDN and/or MDN links are a good idea. If I find time, I'll try to add those.
I'm using ESM on imports in nearly all libraries and intentionally the good old CJS export for compatibility reasons and I've not seen any trouble with Webpack until now. Can...
Your example is NOT a valid JSON file as the keys "captcha" und "isRequired" are not written with quotes. I guess this makes trouble and as a result the merge...
Yes, correct: the "await" for the initial injected HTTP message might need more time than the arrival of the first Websocket message. But the solution is not such easy as...
Indeed, VP9 is a real CPU eater and usually does not benefit from GPU acceleration. That's why I originally switched to just H264. But if wished, I can add an...