[Support]: msjpeg stream distortion #13463
-
Checklist
Describe the problem you are havingWhen the ui drops back to msjpeg mode for live view I often see this: Notice how the color and I guess luminosity are out of sync. Live view and recordings do not show this issue. I am currently using two streams, one for recording (recording=1920x1080@8fps, live=856x480@24fps) but I think I've also seen this using just the 856x480@24fps for both live and record. Steps to reproduceNothing fancy - I'm just leaving the frigate live view running. I'm not sure exactly what causes it to drop back to msjpeg mode, I usually just refresh the page. Version0.15.0-6a0b5c3 (also various 0.14.1 builds) In which browser(s) are you experiencing the issue with?No response Frigate config filelive:
height: 480
record:
enabled: true
retain:
days: 3
mode: all
ffmpeg:
hwaccel_args: preset-vaapi
input_args: preset-rtsp-restream-low-latency
output_args:
record: preset-record-generic
go2rtc:
streams:
CAM-A20024:
- rtsp://CAM-A20024:554/stream
CAM-A20024_HQ:
- rtsp://CAM-A20024:553/stream
Surface_1:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CAM-A20024_HQ
roles:
- detect
- record
live:
stream_name: CAM-A20024 docker-compose file or Docker CLI commandfrigate:
container_name: frigate
restart: unless-stopped
#image: ghcr.io/blakeblackshear/frigate:stable
image: ghcr.io/blakeblackshear/frigate:6a0b5c3 # latest official build
shm_size: "256mb" # update for your cameras based on calculation above
volumes:
- /etc/localtime:/etc/localtime:ro
- ./frigate/config:/config
- /opt/media/frigate/:/media/frigate
- ./frigate/nginx.conf:/usr/local/nginx/conf/nginx.conf
# network_mode: host # may be required for udp-only cameras?
networks: [ localnet ]
ports:
- "127.0.0.1:8971:8971" # https
- "127.0.0.1:5000:5000" # http, Internal unauthenticated access. Expose carefully.
- "127.0.0.1:1984:1984" # go2rtc direct
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
devices:
- /dev/dri # HW acceleration: intel driver
cap_add:
- CAP_PERFMON # HW acceleration: intel gpu stats Relevant Frigate log outputnot sure what to look for here Relevant go2rtc log outputnothing out of the ordinary Operating systemOther Linux Install methodDocker Compose Network connectionWired Camera make and modelPacidal NMHD2290D Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
See the FAQ, Usage question 15. |
Beta Was this translation helpful? Give feedback.
See the FAQ, Usage question 15.