I have a linux server running WebRTC stream server from a webcam using uv4l with the next command
uv4l --external-driver --device-name=video0
I can see it perfectly on a browser but I want to see it in a C# application, like a picturebox in the form (of course picturebox is not for it, it's only like a refence).
If someone knows a C library, nuget package, or any other control or whatever, they will be welcome.
Thanks in advance.