I've got VLC sending a webcam stream from my PC to another on my LAN.
That PC is also sending a webcam stream which I receive, so we have a 2-way video chat setup.
Now I wanna get rid of the interface & run the a simplified viewer with the 2 videos side by side.
So I can see myself, and the other person in 1 neat little window, with 2 viewer windows inside.
Now I haven't tried the ActriveX control yet, but I don't imagine I'd have any problem setting it up 2 play the incoming stream.
But can the ActiveX control also OUTPUT THE WEBCAM STREAM as the VLC player can.
I don't see any obviously named method of the control that implies it can stream out.
Failing that, my first appraoch wud be to shell VLC, and then use SetParent to steal the video windows while hiding the VLC window, but I prefer sumthing not so hackish.
Can anyone show me the way to streaming out with the ActiveX control?
Is it possible?