Shivendra Pratap Singh
Shivendra Pratap Singh
> * [ ] [Not Started] Look at how to implement function loading backed by I(InProcess)JSRuntime (-> Is it worth it supporting the async JSRuntime here [-> Blazor Server], I...
Hi, thanks for reporting this issue, If possible can you share the code so I could reproduce on my end. Generally speaking there is a way to catch these errors,...
For quick fix : 1. You can reference lib directly, 2. And you can wrap https://github.com/sps014/FFmpegBlazor/blob/7bc3fde9da68e34b7cbad4316e4915b222871c7f/FFmpegBlazor/wwwroot/blazorFfmpeg.js#L31 in try catch block 3. send js exception as string to c# side(if you...
I am rewriting FFMPEG with [BlazorBindGen](https://github.com/sps014/BlazorBindGen) which can catch exception from JS process and redirect it to C# process. It may take time as Blazor threads are coming in few...
Great roadmap, i am excited for this.
Same issue in MAUI .NET 8 rc 2 on Windows and Android also with StackLayout.
Still facing this issue in MAUI .NET 8 RC1.
Most of FFmpeg wasm exceptions are now catchable with https://github.com/sps014/FFmpegBlazor/commit/efb02a53476b7105b1c763f7fbfa73be47bb0740 commit.
Follow up work is done in this branch, currently added Neural Network sample https://github.com/sps014/BlazorML5/tree/ui-rewrite/SampleApp/Pages
Facing same issue in android, please add it in roadmap, it's really hard to get around it in android.