I want to stream my webcam. How can I do that?
using var libVLC = new LibVLC(enableDebugLogs: true);
using var media = new Media(libVLC, new Uri("HD Webcam"));
using var mp = new MediaPlayer(media);
mp.Play();
Also want to use libVLCharp as audio/video devices as receivers and sources.