There are also a few open-source projects with this kind feature: StreamIt for example (https://github.com/twittemb/StreamIt), which also provides an MJPEG stream.
Not an answer, but this seems like it would be a fun, and fairly painless side-project. I've never tried writing something for streaming video over a network so it seems like it would be a good learning experience.
There are also a few open-source projects with this kind feature: StreamIt for example (https://github.com/twittemb/StreamIt), which also provides an MJPEG stream.
This would be the most basic stuff.
MJPEG is however not the most efficient (~200Kb/s networking). There are also some "video" streaming projects like https://github.com/shogo4405/HaishinKit.swift or https://github.com/wlanjie/lf.swift, which provide MP4/RTMP/HLS streams and could be processed with a camera monitoring software like Shinobi (https://shinobi.video).
I hope this helps!