Untitled

 avatar
user_4577084
plain_text
3 years ago
995 B
7
Indexable
  ### Reolink E1 Outdoor
  externa_1:
    ffmpeg:
      input_args:
      - -avoid_negative_ts
      - make_zero
      - -fflags
      - nobuffer+genpts+discardcorrupt
      - -flags
      - low_delay
      - -strict
      - experimental
      - -analyzeduration
      - 1000M
      - -probesize
      - 1000M
      - -rw_timeout
      - "5000000"      
      inputs: 
        - path: http://192.168.40.223/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=senha
          roles:
            - record
            - rtmp
        - path: http://192.168.40.223/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=admin&password=senha
         roles:
           - detect
    detect:
      width: 2560
      height: 1920
    objects:
      track:
        - person
        - car
        - bicycle
        - motorcycle
        - bus
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 500
Editor is loading...