Hello, I have a new query problem, I just configured go2rtc, the cameras look much better but I can only see them through the computer browser, I can not see them in large on any mobile device or tablet from any browser, if I can see them in small and recordings correctly but if you click on any camera that I have test are not seen they remain loading forever.
However without go2rtc configuration if I can see them on the mobile but the view on any device is much worse, I attach my configuration file with go2rtc, the logs show no errors.
Best regards and thanks.
mqtt:
enabled: false
ffmpeg:
hwaccel_args: preset-vaapi
input_args: preset-rtsp-restream
go2rtc:
streams:
camara_volvo:
- rtsp://xxxx:xxxx@xxxxx:554/Streaming/Channels/1
camara_volvo_sub:
- rtsp://xxxxx:xxxxxxx@xxxxxx:554/Streaming/Channels/3
camara_zafira:
- rtsp://xxxxx:xxxxxx@xxxxxx:554/Streaming/Channels/1
camara_zafira_sub:
- rtsp://xxxx:xxxxxx@xxxxx:554/Streaming/Channels/3
record:
enabled: true
retain:
days: 7
mode: motion
events:
retain:
default: 30
mode: motion
snapshots:
enabled: true
retain:
default: 30
detectors:
coral_pci:
type: edgetpu
device: pci
cameras:
camara_volvo: # <--- this will be changed to your actual camera later
enabled: true
onvif:
host: xxxxx
port: 80
user: xxx
password: xxxxx
ffmpeg:
inputs:
- path: rtsp://xxxxx:8554/camara_volvo_sub
roles:
- detect
- path: rtsp://xxxxx:8554/camara_volvo
roles:
- record
detect:
width: 1280
height: 720
stationary:
interval: 30
threshold: 30
objects:
track:
- car
- person
- bicycle
- motorcycle
zones:
zone_0:
coordinates: 839,375,0,336,0,720,537,720,854,611,1143,461
camara_zafira: # <--- this will be changed to your actual camera later
enabled: true
onvif:
host: xxxxxx
port: 80
user: xxxx
password: xxxx
ffmpeg:
inputs:
- path: rtsp://xxxxx:8554/camara_zafira
roles:
- record
- path: rtsp://xxxxxx:8554/camara_zafira_sub
roles:
- detect
detect:
width: 1280
height: 720
stationary:
interval: 30
threshold: 35
objects:
track:
- car
- person
- bicycle
- motorcycle
zones:
zone_0:
coordinates: 1280,552,735,567,0,537,0,351,1280,235
version: 0.14