0

Essentially I'm trying to use VLC to stream an existing video source over a local network to another computer. I'm trying to find a way to create a video source out of that network stream so I can use it in different applications.

So to visualize:

comp1 video source --> vlc --> network stream --> unknown program on comp2 --> new video source --> any program of my choosing on comp2

Anyone know how I can do this?

taylorthurlow
  • 2,953
  • 3
  • 28
  • 42

1 Answers1

2

You expose a video feed to applications via virtual DirectShow camera/device. There is a number of questions already asked and answered on this:

VLC alone is not capable to register itself as a virtual camera.

Community
  • 1
  • 1
Roman R.
  • 68,205
  • 6
  • 94
  • 158