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++.