how to add login/password to go2rtc streams #708
Replies: 5 comments 1 reply
-
did you check the go2rtc manual? our wiki artcle https://github.com/gtxaspec/wz_mini_hacks/wiki/Video-Streaming#go2rtc-information has a link to the go2rtc repo which describes how to add password authentication. |
Beta Was this translation helpful? Give feedback.
-
Posting the config link here as both a response and reminder to myself when I forget ! The yaml file can be found at SD_ROOT/wz_mini/etc/. You can also edit the file via the go2rtc web gui. BTW - thanks for all your efforts on this @gtxaspec and to AlexxIT! The new go2rtc server got rid of all the artifacts from my V3 camera in Frigate. |
Beta Was this translation helpful? Give feedback.
-
Thanks for posting that, I changed via the webui, so for RTSP u/p it worked great. webrtc: How do I secure the HTML links? |
Beta Was this translation helpful? Give feedback.
-
see https://github.com/AlexxIT/go2rtc?tab=readme-ov-file#module-api |
Beta Was this translation helpful? Give feedback.
-
Ok, I've figured this out. The api:
username: "admin"
password: "mypass" Then restart go2rtc: /opt/wz_mini/etc/network.d/S17go2rtc stop
/opt/wz_mini/etc/network.d/S17go2rtc start You can then access the camera and are forced to type a user/pass, or you can use the URL format:
|
Beta Was this translation helpful? Give feedback.
-
Hi there, is there an easy way to add a "global" loing/password for the go2rtc streams that are available by default?
by default if you click on Streams (once you go to http://IP:1984) there are 1080p/360p links to streams, and when you go there non have a login/password.
There is a config button that shows the code, I'm not getting how I can put a global login/password via that editor.
Is it even possible?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions