[Bug]: Significant flashing/strobing in iOS for some cameras in live view in 0.14 #12101
-
Describe the problem you are havingI'm seeing some significant strobing/flashing most of the time with my two Amcrest IP2M-841B cameras connected over Wifi only on my iPhone. I only see the flashing in the birdseye mode, live view for a single camera is fine. It seems related to when it thinks it's detecting motion (I can see the red dot in the upper-right corner that it's recording), but all forms of detection and recording are disabled for the two affected cameras. Sometimes it just stays on a black screen with the red dot in the corner and eventually refreshes to show static images for those two cameras, but eventually reverts to flashing. I do not see this behavior with my 3 PoE-connected Loryta cameras. When it's flashing, I can see from the logs that it's continuously requesting a refresh of the page very quickly. It often flashes a white frame and sometimes shows a zoomed-in view of a portion of the frame, and sometimes a complete frame before flashing again. See the attached video for an example. Steps to reproduceAdd two Amcrest IP2M-841B cameras to the Frigate configuration, enable Birdseye view and view the birdseye view on an iPhone in Safari. I don't see this on Safari on the desktop, or on Chrome on the desktop. I've only tried to repro on the iPhone and Mac. I'm currently running the latest dev build from today. Version0.14.0-3410290, but I saw the same with beta3 and previous dev versions. Frigate config filemqtt:
host: xxx
user: '{FRIGATE_MQTT_USER}'
password: '{FRIGATE_MQTT_PASSWORD}'
detectors:
coral:
type: edgetpu
device: usb
model:
path: xxx
logger:
logs:
frigate.record.maintainer: debug
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
hwaccel_args: preset-vaapi
birdseye:
enabled: true
mode: continuous
snapshots:
enabled: true
cameras:
upstairshallway:
ffmpeg:
inputs:
- path: rtsp://xxx:8554/upstairshallway_live
input_args: preset-rtsp-restream
roles:
- record
onvif:
host: 192.168.1.137
port: 80
user: admin
password: xxx
motion:
mask: 0.717,0.043,0.966,0.04,0.966,0.078,0.717,0.076
office:
ffmpeg:
inputs:
- path: rtsp://xxx:8554/office_live
input_args: preset-rtsp-restream
roles:
- record
onvif:
host: 192.168.1.138
port: 80
user: admin
password: xxx
motion:
mask: 0.715,0.04,0.964,0.039,0.966,0.075,0.716,0.076
backdoor:
ffmpeg:
inputs:
- path: rtsp://xxx:8554/backdoor
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://xxx:8554/backdoor_live
input_args: preset-rtsp-restream
roles:
- record
detect:
width: 1280
height: 720
stationary:
interval: 10
fps: 5
motion:
contour_area: 20
threshold: 40
mask:
- 797,65,1220,62,1220,24,797,26
objects:
mask:
- 481,305,519,368,640,363,676,474,922,468,1000,403,1010,305,928,281,469,193
- 1078,385,1113,315,1228,410,1174,464
- 0,720,552,720,552,642,322,419,275,352,226,307,0,338
track:
- person
- dog
frontdoor:
ffmpeg:
inputs:
- path: rtsp://xxx:8554/frontdoor
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://xxx:8554/frontdoor_live
input_args: preset-rtsp-restream
roles:
- record
detect:
width: 1280
height: 720
stationary:
interval: 10
fps: 5
motion:
contour_area: 20
threshold: 40
mask:
- 1217,28,1218,59,797,60,798,28
objects:
filters:
person:
min_area: 100000
track:
- person
- dog
- amazon
- ups
- fedex
frontpath:
ffmpeg:
inputs:
- path: rtsp://xxx:8554/frontpath
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://xxx:8554/frontpath_live
input_args: preset-rtsp-restream
roles:
- record
detect:
width: 1280
height: 720
stationary:
interval: 10
fps: 5
motion:
contour_area: 20
threshold: 40
mask:
- 1226,23,1223,62,795,62,796,27
objects:
track:
- person
- car
- motorcycle
- dog
- amazon
- fedex
- ups
go2rtc:
streams:
upstairshallway_live:
- rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.1.137:554/live
- ffmpeg:upstairshallway_live#audio=opus
office_live:
- rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.1.138:554/live
- ffmpeg:office_live#audio=opus
backdoor:
- rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.1.113:554/cam/realmonitor?channel=1&subtype=2
backdoor_live:
- rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.1.113:554/live
- ffmpeg:backdoor_live#audio=opus
frontdoor:
- rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.1.114:554/cam/realmonitor?channel=1&subtype=2
frontdoor_live:
- rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.1.114:554/live
- ffmpeg:frontdoor_live#audio=opus
frontpath:
- rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.1.115:554/cam/realmonitor?channel=1&subtype=2
frontpath_live:
- rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.1.115:554/live
- ffmpeg:frontpath_live#audio=opus
webrtc:
listen: xxx:8555 # address of your local server (TCP)
objects:
filters:
person:
# min_area: 50000
threshold: 0.95
min_score: 0.85
dog:
min_area: 20000
threshold: 0.95
min_score: 0.90
car:
min_area: 25000
threshold: 0.90
min_score: 0.85
motorcycle:
threshold: 0.90
min_score: 0.85
record:
enabled: true
retain:
days: 7
mode: motion
events:
retain:
default: 14
mode: active_objects
camera_groups: {}
version: 0.14 Relevant log output2024-06-21 12:42:32.932926313 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:32 -0700] "GET /api/office/latest.webp?h=297&cache=1718998952817 HTTP/1.1" 200 16380 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.056400632 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998952612 HTTP/1.1" 200 133014 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.093051981 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998952955 HTTP/1.1" 200 14562 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.096185902 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998952955 HTTP/1.1" 200 16338 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.131777629 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953013 HTTP/1.1" 200 16350 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.143588436 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953015 HTTP/1.1" 200 16350 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.296906212 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998952817 HTTP/1.1" 200 131486 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.307657539 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998952955 HTTP/1.1" 200 131486 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.323102010 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953123 HTTP/1.1" 200 16350 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.364333091 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998953123 HTTP/1.1" 200 14592 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.364727942 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953194 HTTP/1.1" 200 16350 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.368842106 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953196 HTTP/1.1" 200 16244 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.534558694 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953345 HTTP/1.1" 200 16244 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.544021231 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998953345 HTTP/1.1" 200 14640 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.550622776 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998953015 HTTP/1.1" 200 132068 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.560844990 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953428 HTTP/1.1" 200 16230 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.562109268 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998953123 HTTP/1.1" 200 132068 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.570080889 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953430 HTTP/1.1" 200 16230 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.647306574 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953541 HTTP/1.1" 200 16230 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.657926189 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998953541 HTTP/1.1" 200 14640 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.708435774 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953594 HTTP/1.1" 200 16230 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.709538553 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998953196 HTTP/1.1" 200 132242 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.719104850 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953597 HTTP/1.1" 200 16230 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.840820886 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998953430 HTTP/1.1" 200 127366 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.848158380 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953721 HTTP/1.1" 200 16366 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.870148926 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998953721 HTTP/1.1" 200 14548 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.934055400 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953812 HTTP/1.1" 200 16366 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:33.952174221 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:33 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953814 HTTP/1.1" 200 16366 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.009221773 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998953597 HTTP/1.1" 200 130234 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.034306114 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998953721 HTTP/1.1" 200 130234 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.094311145 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=297&cache=1718998953959 HTTP/1.1" 200 16336 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.096480392 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998953959 HTTP/1.1" 200 14496 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.126230643 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=297&cache=1718998954013 HTTP/1.1" 200 16336 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.134571397 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=297&cache=1718998954011 HTTP/1.1" 200 16316 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.243128354 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998954138 HTTP/1.1" 200 14496 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.244448599 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998953814 HTTP/1.1" 200 130356 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.294005016 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=297&cache=1718998954138 HTTP/1.1" 200 16316 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.320589740 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=297&cache=1718998954194 HTTP/1.1" 200 16316 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.330805717 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=297&cache=1718998954196 HTTP/1.1" 200 16300 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.437194810 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998954013 HTTP/1.1" 200 130752 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.467593208 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998954138 HTTP/1.1" 200 130752 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.553911688 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=297&cache=1718998954453 HTTP/1.1" 200 16350 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.559982189 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=297&cache=1718998954465 HTTP/1.1" 200 16350 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.568531648 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998954453 HTTP/1.1" 200 14530 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.676681700 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998954196 HTTP/1.1" 200 131250 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.710876869 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=297&cache=1718998954615 HTTP/1.1" 200 16350 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.714586119 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=297&cache=1718998954613 HTTP/1.1" 200 16350 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.860168569 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998954721 HTTP/1.1" 200 14572 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:34.862972918 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:34 -0700] "GET /api/office/latest.webp?h=297&cache=1718998954721 HTTP/1.1" 200 16370 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.012254257 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998954615 HTTP/1.1" 200 131766 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.045137141 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998954924 HTTP/1.1" 200 16392 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.052432249 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998954924 HTTP/1.1" 200 14576 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.061820084 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998954721 HTTP/1.1" 200 131766 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.206494428 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955107 HTTP/1.1" 200 16350 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.220159652 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998955107 HTTP/1.1" 200 14546 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.222469086 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998954924 HTTP/1.1" 200 133182 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.291327108 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955202 HTTP/1.1" 200 16350 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.306528430 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955200 HTTP/1.1" 200 16350 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.389328579 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998955107 HTTP/1.1" 200 131618 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.425943634 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955327 HTTP/1.1" 200 16416 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.437559636 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998955327 HTTP/1.1" 200 14544 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.499003844 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955401 HTTP/1.1" 200 16416 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.501416417 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955403 HTTP/1.1" 200 16416 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.597497907 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998955202 HTTP/1.1" 200 132526 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.628439567 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998955523 HTTP/1.1" 200 14538 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.646308492 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955523 HTTP/1.1" 200 16236 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.700026440 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955584 HTTP/1.1" 200 16236 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.715606357 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955586 HTTP/1.1" 200 16236 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.801711657 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998955403 HTTP/1.1" 200 127146 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.835697633 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955729 HTTP/1.1" 200 16194 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.859981191 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998955523 HTTP/1.1" 200 127146 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.872330333 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998955729 HTTP/1.1" 200 14546 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.899826949 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955803 HTTP/1.1" 200 16194 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:35.913735001 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:35 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955805 HTTP/1.1" 200 16194 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.039230419 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998955586 HTTP/1.1" 200 128370 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.045703217 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998955937 HTTP/1.1" 200 14380 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.088652966 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998955937 HTTP/1.1" 200 16276 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.117832110 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956001 HTTP/1.1" 200 16276 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.135993516 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956002 HTTP/1.1" 200 16276 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.215963198 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998955805 HTTP/1.1" 200 128250 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.248672667 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998955937 HTTP/1.1" 200 128250 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.283513142 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998956138 HTTP/1.1" 200 14564 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.311061335 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956138 HTTP/1.1" 200 16172 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.333940548 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956209 HTTP/1.1" 200 16090 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.343361335 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956211 HTTP/1.1" 200 16090 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.437287189 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998956002 HTTP/1.1" 200 127342 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.440700694 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998956138 HTTP/1.1" 200 127342 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.452583921 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998956321 HTTP/1.1" 200 14464 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.482328835 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956321 HTTP/1.1" 200 16090 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.534825888 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956411 HTTP/1.1" 200 16090 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.544216432 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956414 HTTP/1.1" 200 16228 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.603810971 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998956211 HTTP/1.1" 200 127548 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.700956449 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998956571 HTTP/1.1" 200 14560 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.772482723 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956613 HTTP/1.1" 200 16148 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.780289399 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998956321 HTTP/1.1" 200 127548 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.788998232 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956571 HTTP/1.1" 200 16228 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.817990573 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956615 HTTP/1.1" 200 16148 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.931831133 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998956414 HTTP/1.1" 200 128910 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:36.945524043 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:36 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998956571 HTTP/1.1" 200 128910 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:37.145652434 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:37 -0700] "GET /api/office/latest.webp?h=297&cache=1718998956963 HTTP/1.1" 200 16222 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:37.162135290 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:37 -0700] "GET /api/office/latest.webp?h=297&cache=1718998957044 HTTP/1.1" 200 16132 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:37.164272871 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:37 -0700] "GET /api/office/latest.webp?h=297&cache=1718998957021 HTTP/1.1" 200 16222 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:37.170313748 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:37 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998956963 HTTP/1.1" 200 14568 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:37.174950867 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:37 -0700] "GET /api/office/latest.webp?h=297&cache=1718998957046 HTTP/1.1" 200 16132 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:37.325860102 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:37 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998957171 HTTP/1.1" 200 14586 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:37.326007842 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:37 -0700] "GET /api/office/latest.webp?h=297&cache=1718998957171 HTTP/1.1" 200 16132 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:37.451358606 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:37 -0700] "GET /api/office/latest.webp?h=297&cache=1718998957349 HTTP/1.1" 200 16038 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:37.456833929 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:37 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998957046 HTTP/1.1" 200 128816 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:37.461915208 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:37 -0700] "GET /api/upstairshallway/latest.webp?h=297&cache=1718998957349 HTTP/1.1" 200 14570 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34"
2024-06-21 12:42:37.482525400 ::ffff:172.27.0.1 - - [21/Jun/2024:12:42:37 -0700] "GET /api/office/latest.webp?h=1080&cache=1718998957171 HTTP/1.1" 200 128816 "https://xxx/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1" "192.168.1.34" Operating systemDebian Install methodDocker Compose Network connectionWireless Camera make and modelAmcrest IP2M-841B Any other information that may be helpfulScreenRecording_06-21-2024.12-19-10_1.mov |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 17 replies
-
When a camera detects motion, Frigate 0.14 will attempt to load a live video player to play the stream. While the player is loaded and buffering, Frigate fetches static images from the camera at 5fps until the player is ready. We haven't seen this reported before. I'm wondering if it has anything to do with beta iOS 18? Would be curious if you have another mobile device that you can test this on. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I had this too but I made a fresh config file and one of the changes was adding the Setting Stream For Live UI to the cameras but unsure if this was the setting that fixed it. |
Beta Was this translation helpful? Give feedback.
-
This should be fixed by #12202 |
Beta Was this translation helpful? Give feedback.
This should be fixed by #12202