I wonder if it is possible, (and if there is any example):
Server side is an aspnet core website. It can access an rtsp camera (or any video file on the server)
Client runs angular and has a HTML5 video tag.
When the client request a video to be streamed, LibVLCSharp sends a stream (either from the rtsp camera or from a server video file) that can be rendered in the HTML5 video tag