Wiill it be upgraded for .Net 8
Thanks for your great product , but will it be upgraded for .Net 8?
Is it currently not compatible with your .NET 8 Project?
I'm using BlazorCameraStreamer in a Web assembly project and I just upgraded it from .Net 7 to 8. Now I'm getting the following error on Line 70 in CameraStreamer.js:
TypeError: Cannot read properties of null (reading 'play')
I'll continue to investigate but the only changes I made was to upgrade the .Net Framework and associated Nuget packages.
I can confirm this works in my .NET 8 Blazor Web App project. The only difference is that I had to add line "@using BlazorCameraStreamer;" in my .razor file
I tried to find solution to my problem so long.. and then wild baltermia appears and saves the day!
I can confirm this work in my .NET 8 Blazor Web App project. The only difference is that I had to add line "@using BlazorCameraStreamer;" in my .razor file
I tried to find solution to my problem so long.. and then wild baltermia appears and saves the day!
Hi @cvboucher did this solution change anything for you?
Hi @baltermia, yes I was able to get it working. A Ctrl+F5 in the browser seemed to fix things. Thanks.
The library seems to still work for .NET 8. I'm closing this issue since @sohnavcom provided no additional information and other users have offered possible solutions.