Replicate Live Video Feed?

Is there a way to replicate an input video feed over the network?

I’d like the server to connect a camera feed and replicate it to the clients.

EDIT: I already know about StreamMediaSource, Agora, and the VLC plugin.
None of those are sufficient for what I’m trying to accomplish.

Agora is very close but it requires me to use C++.

you can use the free plugin object deliverer on marketplace.
there are a few exemples on how to use it on their website, and there is a shared memory you can use to do it.
pretty easy to use.