bonuzzz
bonuzzz
Thanks. I updated firmware, but unfortunately nothing is changed and audio/mic is not stable as I see in your video
@divadiow is something changed in video quality with new firmware?
``` if ($http_referer ~ ^http?://example.com/ts/) { rewrite ^ /ts$uri; } location /ts/ { proxy_pass http://torrserver:8090/; } ``` в нжинксе
@felipecrs as go2rtc has static config path in docker, you could parse config file and use it in healthcheck sh script. It's possibility describes here https://stackoverflow.com/questions/55375371/using-a-sh-script-for-docker-healthchecks Anyway I've never seen...
I mean I had never seen hanging go2rtc myself and I don't know what exactly needs to check like rtsp port or web port. What is staying accessed when process...
Probably it could be related to this pr https://github.com/AlexxIT/go2rtc/pull/440 to track for example sighup signal
@felipecrs unfortunately I don't know how to reproduce go2rtc hanging in my environment. I think more complex solution is needed here than just to check open ports, because we don't...
Very dirty solution for frigate is parsing /dev/shm/logs/go2rtc/current for phrase "sync.(*Mutex).Lock(...)", "goroutine" of "WRN [streams] json locked" like tail -f /dev/shm/logs/go2rtc/current | grep "json locked"