How to display camera stream in Blazor

I would like some advice on how to display video from webcam in div container. I am able to view the video from the camera via the url in webbrowser. Part of the url is the auth parameter, containing access data in base64 (http://192.168.1.12:10800/v1/camera?auth=3690ea86174beb9ca35c43bde5ba7f1cc450ed5=).
The question is, is it possible to display this as part of the me page?

I’ve tried using the <video> tag and setting the url to the src parameter, but nothing shows up.