eroji / rtsp2mjpg

RTSP to MJPEG stream conversion using FFmpeg and FFserver
99 stars 41 forks source link

Auto-reconnect to stream #28

Open epheterson opened 2 years ago

epheterson commented 2 years ago

I have a RTSP camera that is able to stream only when there's activity (Eufy camera), alsol I may also want to turn camera power off/on manually. This causes the docker container to crash and not reconnect.

Would it be possible to have this project gracefully handle a stream going down without crashing, then start transcoding again when it's back up?