[Bug]: Firefox only - Masks/Zones #12230
-
Describe the problem you are havingOn Firefox (this works on Chrome-based browsers) the mask/motion view remains frozen after an initial display. Steps to reproduceClick on a camera to get the live view Versionlast dev (commit f050c7b) Frigate config filego2rtc:
streams:
camera1:
- rtsp://{FRIGATE_CAMERA1_USER}:{FRIGATE_CAMERA1_PASSWORD}@{FRIGATE_CAMERA1_HOST}:{FRIGATE_CAMERA1_PORT_RTSP}/stream1
lowres:
- rtsp://{FRIGATE_CAMERA1_USER}:{FRIGATE_CAMERA1_PASSWORD}@{FRIGATE_CAMERA1_HOST}:{FRIGATE_CAMERA1_PORT_RTSP}/stream2
cameras:
camera1:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/lowres
roles:
- detect
live:
stream_name: camera1
Operating systemDebian Install methodDocker Compose Network connectionWireless Camera make and modelTapo Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is just because Firefox's cache policy is different from Chrome-based browsers. Fixed in #12232 |
Beta Was this translation helpful? Give feedback.
This is just because Firefox's cache policy is different from Chrome-based browsers.
Fixed in #12232