Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker on Synology NAS. #25

Open
ZeekWorld opened this issue Aug 16, 2021 · 3 comments
Open

Docker on Synology NAS. #25

ZeekWorld opened this issue Aug 16, 2021 · 3 comments

Comments

@ZeekWorld
Copy link

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

@psmith3
Copy link

psmith3 commented Dec 7, 2021

I was looking for this answer too...

@ecard0
Copy link

ecard0 commented Jan 17, 2022

I just installed it and it working on my Synology. I used the parms from the compose file.

@epheterson
Copy link

I also got this working on Synology no problem, these were my steps:

  1. Launch Docker app on Synology
  2. Search Registry for rtsp2mjpg, download
  3. On Image tab, double-click rtsp2mjpg after it's done downloading
  4. Choose default bridge network, next
  5. Assign name, enable Auto-Restart, then click Advanced Settings
  6. Modify the RTSP_URL variable to be your verified RTSP link (verify it with VLC or another app)
  7. Delete FFMPEG_INPUT_OPTS and FFMPEG_OUTPUT_OPTS, as they're empty and Synology complains
  8. Save, Next, Continue to Port Settings
  9. Add port, set 8090 as the remote port, and choose anything for local port (I set 8090 on both)
  10. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants