frigate: [Config Support]: rtsp cameras dont work after update to 0.12

Describe the problem you are having

After update to Frigate 0.12 my cameras stop working on frigate.

Version

0.12

Frigate config file

detect:
  fps: 5
  stationary:
    interval: 0

record:
  enabled: true
  expire_interval: 60
  events: 
    retain:
      default: 2
      mode: active_objects
    pre_capture: 3
    post_capture: 5
      
snapshots:
  enabled: true
  clean_copy: False
  bounding_box: true
  retain:
    default: 2
    
ffmpeg:
  input_args: preset-rtmp-generic
  output_args: 
    record: preset-record-generic-audio-copy

cameras:
  frente:
    ffmpeg:
      inputs:
        - path: rtsp://********:********@***.***.***.***:554/ch0_1.264
          roles:
            - detect
            - record
    objects:
      track:
        - person
        - cat

Relevant log output

2023-04-10 11:08:38.381335289  [2023-04-10 12:08:38] frigate.app                    INFO    : Camera processor started for frente: 310
2023-04-10 11:08:38.383351474  [2023-04-10 12:08:38] frigate.app                    INFO    : Capture process started for frente: 314
2023-04-10 11:08:38.418902485  [2023-04-10 12:08:38] frigate.video                  ERROR   : frente: Unable to read frames from ffmpeg process.
2023-04-10 11:08:38.419255791  [2023-04-10 12:08:38] frigate.video                  ERROR   : frente: ffmpeg process is not running. exiting capture thread...

Frigate stats

No response

Operating system

HassOS

Install method

HassOS Addon

Coral version

CPU (no coral)

Any other information that may be helpful

No response

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 24

Most upvoted comments

Okay, this is a difference. Just to noted, on 0.12 we need to put pass with special characters in clear text. - path: 'rtsp://user:pass@IP:554/ch0_1.264'

Thanks for your support @NickM-27

in 0.11 you had to block out the special characters. However, in 0.12 that is handled for you. So you should just enter the special characters in the config as they actually are in the password