I would like to stream the video from one PC to another, programmatically using the VLC API if possible. I know how to use the VLC media player console to do open capture device from source-PC, stream it and play it from another target-PC. The question is whether I can do it programmatically so I ca...