[Config Support]: Camera live view being cut off #22134
Replies: 1 comment
-
|
Based on the available sources, there's a known issue where live view displays can show cropping or incorrect dimensions in certain browsers(1). This appears to be related to how different browsers handle video stream rendering(1). For your specific case with Edge on Windows showing a cropped right side on a 3840x2160 stream while Edge on Mac displays correctly, this suggests a browser-specific rendering issue rather than a Frigate configuration problem(1). The documentation indicates that Frigate uses three different streaming technologies (jsmpeg, MSE, and WebRTC) and intelligently switches between them based on browser capabilities and network conditions(2). MSE requires certain audio codecs (PCMA/PCMU or AAC) and has varying support across browsers, with specific notes that iPhone requires iOS 17.1+ and Firefox is H.264 only(2). To troubleshoot this issue, you could try:
Since this is browser-specific behavior on Windows Edge with a high-resolution stream, it may be related to how that particular browser handles MSE playback of 4K content. 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
On 17.0-rc3, when I view a particular camera's record stream (higher quality - 3840x2160) the right side gets cut off, it's like the view is cropped.
The odd thing is that this only happens in Edge on Windows, not Edge on Mac. This doesn't happen on the low-res stream, nor does it happen when playing back recorded footage (at the full record stream resolution).
What could be going on here?
Version
17.0-rc3
Frigate config file
n/aRelevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Proxmox
Install method
Docker Compose
docker-compose file or Docker CLI command
n/aObject Detector
OpenVino
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions