motioneyeos
motioneyeos copied to clipboard
Question: How to stream over RTSP or HLS?
trafficstars
I'm unable to stream due to security policy and need to make the motioneye stream via RTSP or HLS or HTTPS. Can someone please suggest where to start? Is it even possible to tweak the source and pull it off?
Thanks.
It (rtsp streaming) is available if using 'Fast Network Camera' and have a CSI camera attached. Otherwise, it is not available as a 'stock' option. You could go through the source to find it.
You could put it behind an NGINX server, also: https://github.com/ccrisan/motioneye/wiki/Running-Behind-Nginx for https.
Thank you very much for the nginx suggestion.