Hi,
go2rtc version 1.9.14 (b5948cf) linux/amd64
my settings
api:
listen: ":1984"
origin: "*"
username: "XXXXX" # default "", Basic auth for WebUI
password: "XXXXX" # default "", Basic auth for WebUI
local_auth: true
log:
level: debug
api: trace
exec: trace
rtsp:
listen: ":8554"
default_query: "video&audio"
streams:
cam_32_stream_33:
- rtsp://user:passw@192.168.29.137/stream1
cam_37_stream_38:
- rtsp://192.168.101.11:8554/canchaelciruelo_acclineaferreavistanoreste_20260317135115_20260317135755_with_black_1
cam_40_stream_41:
- rtsp://192.168.101.11:8554/canchaelciruelo_acclineaferreavistanoreste_20260318065232_20260318065639_with_black_2
cam_42_stream_43:
- rtsp://user:passw@192.168.29.165/stream1
Then, when I access the Go2rtc home page, I have a series of streams that do not exist in the configuration:
rtsp://127.0.0.1:8554/cam_32_stream_33
rtsp://127.0.0.1:8554/cam_33_stream_34
rtsp://127.0.0.1:8554/cam_34_stream_35
rtsp://127.0.0.1:8554/cam_35_stream_36
rtsp://127.0.0.1:8554/cam_36_stream_37
rtsp://127.0.0.1:8554/cam_37_stream_38
rtsp://127.0.0.1:8554/cam_40_stream_41
rtsp://127.0.0.1:8554/cam_41_stream_42
rtsp://127.0.0.1:8554/cam_42_stream_43
rtsp://127.0.0.1:8554/cam_42_stream_434
Apparently, These streams correspond to client calls made to the system. I'm concerned that they persist and are only deleted when go2rtc restarts. I'm worried this could increase and cause a bug. In previous versions, I didn't see this behavior; only the configured streams appeared.
Changing the loglevel to error, for example, does not change this behavior.
Regards
Hi,
my settings
Then, when I access the Go2rtc home page, I have a series of streams that do not exist in the configuration:
rtsp://127.0.0.1:8554/cam_32_stream_33
rtsp://127.0.0.1:8554/cam_33_stream_34
rtsp://127.0.0.1:8554/cam_34_stream_35
rtsp://127.0.0.1:8554/cam_35_stream_36
rtsp://127.0.0.1:8554/cam_36_stream_37
rtsp://127.0.0.1:8554/cam_37_stream_38
rtsp://127.0.0.1:8554/cam_40_stream_41
rtsp://127.0.0.1:8554/cam_41_stream_42
rtsp://127.0.0.1:8554/cam_42_stream_43
rtsp://127.0.0.1:8554/cam_42_stream_434
Apparently, These streams correspond to client calls made to the system. I'm concerned that they persist and are only deleted when go2rtc restarts. I'm worried this could increase and cause a bug. In previous versions, I didn't see this behavior; only the configured streams appeared.
Changing the loglevel to error, for example, does not change this behavior.
Regards