rtsp2mjpg
rtsp2mjpg copied to clipboard
Docker on Synology NAS.
Is there a way to get this working on Synology NAS with docker. I played with the docker variables of the container but had no luck. Let me know if anyone has it running. Thanks!
Zeek
I was looking for this answer too...
I just installed it and it working on my Synology. I used the parms from the compose file.
I also got this working on Synology no problem, these were my steps:
- Launch Docker app on Synology
- Search Registry for rtsp2mjpg, download
- On Image tab, double-click rtsp2mjpg after it's done downloading
- Choose default bridge network, next
- Assign name, enable Auto-Restart, then click Advanced Settings
- Modify the RTSP_URL variable to be your verified RTSP link (verify it with VLC or another app)
- Delete FFMPEG_INPUT_OPTS and FFMPEG_OUTPUT_OPTS, as they're empty and Synology complains
- Save, Next, Continue to Port Settings
- Add port, set 8090 as the remote port, and choose anything for local port (I set 8090 on both)
- Next, no Volumes needed, click Next again, then Done.
That's it! Works great, use the URLs on the main github page in Octoprint or wherever.
Live stream: http://<IP>:8090/live.mjpg
Still snapshot: http://<IP>:8090/still.jpg