Todd Tanner
Todd Tanner
Same problem here. I'm getting the same "Duplicate ... attribute" errors and then the "failed with result '1'" when I run with --debug. I'm not sure how to post my...
Trying to use the same example and it does not work unless you remove the 'apiKey' parameter as stated by @DustinWehr. Thank you @DustinWehr
## To reproduce the bug The below code can be pasted into a website console to test for the bug. The example uses the jsdelivr site to load the ```webtorrent.min.js```...
I added a WebTorrent bug fix that was made apparent while testing my initial pull request,
If using with Blazor WASM: Use System.IO.File.WriteAllText and related methods of System.IO.File. In Blazor WASM the System.IO file methods are using Emscripten [MEMFS](https://emscripten.org/docs/api_reference/Filesystem-API.html#file-systems). The OpenCVSharp4 WASM runtime also uses MEMFS....
I did not answer this above... ```c df
@Aiprovide Current workaround, in the browser, is to use an Image element to load the image, then draw it onto a canvas, read the canvas imageData, create a Mat of...
I am using [SpawnDev.BlazorJS](https://github.com/LostBeard/SpawnDev.BlazorJS) and below is an example of a working way to load an image's pixel data into a Mat. Essentially just using an Image to parse the...
I am having the same issue as @michak89 where it locks up and I have to end the process after pressing the key to exit spectate mode. I am wondering...
@Willy-JL Same issue using ffmpeg.wasm with Blazor WASM, but using ffmpeg files from unpkg does work after a simple patch (very similar to pull #562) I am able to use...