Faster frame rate for ffmpeg IP camera

The no-name IP camera works with HASSIO but the update frame rate is very long, 10 to 15 seconds just updates one frame. Does it have any “extra_arguments” configuration to make faster update frame rate to 1 FPS or 10 FPS? Thanks

ffmpeg:
  ffmpeg_bin: /usr/bin/ffmpeg

camera:
  - platform: ffmpeg
    input: rtsp://192.168.10.25:554/user=viewuser&password=xxxx&channel=0&stream=1.sdp

Any you talking about image or stream?

When you click on the camera preview image a window should open that updates more often.

2 Likes

Thank you. I clicked on the ffmpeg window, I got the real frame rate of IP camera. :smiley:

No problem. I think it’s done that way to prevent loading down the processor if a system has multiple cameras.

1 Like