scottlamb / moonfire-nvr

Moonfire NVR, a security camera network video recorder
Other
1.2k stars 138 forks source link

Stream from OBS #194

Closed fgadaleta closed 2 years ago

fgadaleta commented 2 years ago

Is there a way to stream from software like OBS? Is there an RTSP server that is launched? Or does moonfire simply connect to an IP camera for recording?

scottlamb commented 2 years ago

Moonfire connects to an RTSP stream and records it (and allows live view via its web UI). If OBS can export a RTSP stream, then yes Moonfire NVR should be able to record it, though I've never tried.

valpackett commented 2 years ago

You could try the obs-rtspserver plugin, or stream via RTMP to a server like rtsp-simple-server that would host an RTSP stream for Moonfire to consume.