frigate/docker/main/rootfs/usr/local/go2rtc
Sergey Krashevich 499d06c366
Add Unix socket support for go2rtc
This commit introduces Unix socket support for go2rtc. The configuration file for go2rtc has been updated to include a new key "unix_listen" with a value of "/tmp/go2rtc.sock". This change allows go2rtc to listen on a Unix socket instead of a TCP port.

Additionally, the nginx configuration has been updated to use the Unix socket for communication with go2rtc. The previous TCP server configuration has been removed. This change should improve performance by eliminating the TCP overhead.
2023-11-21 01:58:14 +03:00
..
create_config.py Add Unix socket support for go2rtc 2023-11-21 01:58:14 +03:00