blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
19.21k stars 1.76k forks source link

[Support]: No mp4 into clips folder and some ffmpeg error #2176

Closed RobertusIT closed 2 years ago

RobertusIT commented 3 years ago

Describe the problem you are having

Hi,

I use:

NUC8i3BEH Home Assistant into a Virtual Machine in Proxmox Frigate 0.9.4-26ae608 in LXC docker Frigate NVR Proxy Frigate installed from HACS v2.1.0 Google Coral USB with an HUB usb with DC. 4 Reolink RLC-520A - Last Firmware Version v3.0.0.494_21073000 1 Reolink RLC-410-5MP - Last Firmware Version v3.0.0.136_20121100 1 Amcrest AD410 Doorbell

RLC-520A Stream Settings image

RLC-410-5MP Stream Settings image

It worked fine, but since frigate got updated, the problems started.

Two issues:

1 - I don't have into clips folder, all .mp4 about events. I don't want record 24/7, only events. In clips folder I have only snapshots. Here there are my volume settings and folder map: image

Here we can see into HA that clips are into 192.168.178.77 that is the Frigate LXC ip, but i didn't found them and also I don't understand how to have them into another folder like in the past.

image image

2 - A lot of error about streaming.

I'm really lost a lot of hours without success :(

Version

0.9.4-26AE608

Frigate config file

########################################## MQTT SERVER 
database:
  path: /home/frigate.db
mqtt:
  host: 192.168.178.56
  user: mqtt_user
  password: mqtt_user
  topic_prefix: frigate
  client_id: frigate
########################################## GOOGLE CORAL USB
detectors:
  coral:
    type: edgetpu
    device: usb
########################################## GLOBAL SETTINGS
record:
  enabled: True
  retain_days: 0
  events:
    max_seconds: 300
    pre_capture: 5
    post_capture: 5
    objects:
      - person
    retain:
      default: 10

snapshots:
  enabled: True
  timestamp: False
  bounding_box: True
  retain:
    objects:
      person: 10

live:
  height: 1920
  quality: 1
########################################## INGRESSO
cameras:

  ingresso:
    ffmpeg:
      hwaccel_args:
        - -hwaccel
        - vaapi
        - -hwaccel_device
        - /dev/dri/renderD128
        - -hwaccel_output_format
        - yuv420p

      input_args:
        - -avoid_negative_ts
        - make_zero
        - -fflags
        - nobuffer+genpts+discardcorrupt
        - -flags
        - low_delay
        - -strict
        - experimental
        - -analyzeduration
        - 1000M
        - -probesize
        - 1000M
        - -rw_timeout
        - "5000000"
      output_args:
        record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
      inputs:
        - path: http://192.168.178.35/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=mypass
          roles:
            - rtmp
            - record
        - path: http://192.168.178.35/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=mypass
          roles:
            - detect

    detect:
      enabled: true
      width: 640
      height: 480
      fps: 7

########################################## BALCONE GRANDE
  balcone_grande:
    ffmpeg:
      hwaccel_args:
        - -hwaccel
        - vaapi
        - -hwaccel_device
        - /dev/dri/renderD128
        - -hwaccel_output_format
        - yuv420p

      input_args:
        - -avoid_negative_ts
        - make_zero
        - -fflags
        - nobuffer+genpts+discardcorrupt
        - -flags
        - low_delay
        - -strict
        - experimental
        - -analyzeduration
        - 1000M
        - -probesize
        - 1000M
        - -rw_timeout
        - "5000000"
      output_args:

        record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
      inputs:
        - path: http://192.168.178.49/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=mypass
          roles:
            - rtmp
            - record
        - path: http://192.168.178.49/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=mypass
          roles:
            - detect

    detect:
      enabled: true
      width: 640
      height: 480
      fps: 7

########################################## VERANDA
  veranda:
    ffmpeg:
      hwaccel_args:
        - -hwaccel
        - vaapi
        - -hwaccel_device
        - /dev/dri/renderD128
        - -hwaccel_output_format
        - yuv420p

      input_args:
        - -avoid_negative_ts
        - make_zero
        - -fflags
        - nobuffer+genpts+discardcorrupt
        - -flags
        - low_delay
        - -strict
        - experimental
        - -analyzeduration
        - 1000M
        - -probesize
        - 1000M
        - -rw_timeout
        - "5000000"
      output_args:
        record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
      inputs:
        - path: http://192.168.178.33/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=mypass
          roles:
            - rtmp
            - record
        - path: http://192.168.178.33/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=mypass
          roles:
            - detect

    detect:
      enabled: true
      width: 640
      height: 480
      fps: 7
########################################## STUDIO
  studio:
    ffmpeg:
      hwaccel_args:
        - -hwaccel
        - vaapi
        - -hwaccel_device
        - /dev/dri/renderD128
        - -hwaccel_output_format
        - yuv420p

      input_args:
        - -avoid_negative_ts
        - make_zero
        - -fflags
        - nobuffer+genpts+discardcorrupt
        - -flags
        - low_delay
        - -strict
        - experimental
        - -analyzeduration
        - 1000M
        - -probesize
        - 1000M
        - -rw_timeout
        - "5000000"
      output_args:
        record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
      inputs:
        - path: http://192.168.178.50/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=mypass
          roles:
            - rtmp
            - record
        - path: http://192.168.178.50/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=mypass
          roles:
            - detect

    detect:
      enabled: true
      width: 640
      height: 480
      fps: 7

    motion:
      mask:
        - 93,280,99,206,130,42,147,138,180,217,384,222,434,480,302,480,175,480,87,380
########################################## CAMERA DA LETTO
  camera_da_letto:
    ffmpeg:
      hwaccel_args:
        - -hwaccel
        - vaapi
        - -hwaccel_device
        - /dev/dri/renderD128
        - -hwaccel_output_format
        - yuv420p

      input_args:
        - -avoid_negative_ts
        - make_zero
        - -fflags
        - nobuffer+genpts+discardcorrupt
        - -flags
        - low_delay
        - -strict
        - experimental
        - -analyzeduration
        - 1000M
        - -probesize
        - 1000M
        - -rw_timeout
        - "5000000"
      output_args:
        record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
      inputs:
        - path: http://192.168.178.53/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=mypass
          roles:
            - rtmp
            - record
        - path: http://192.168.178.53/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=mypass
          roles:
            - detect

    detect:
      enabled: true
      width: 640
      height: 480
      fps: 7

    motion:
      mask:
        - 347,480,347,446,342,458,340,418,339,387,331,334,291,79,310,0,196,0,197,82,203,308,183,300,153,87,127,276,122,480           
########################################## CAMPANELLO
  campanello:
    ffmpeg:
      hwaccel_args:
        - -hwaccel
        - vaapi
        - -hwaccel_device
        - /dev/dri/renderD128
        - -hwaccel_output_format
        - yuv420p

      input_args:
        - -avoid_negative_ts
        - make_zero

      inputs:
        - path: rtsp://admin:mypass@192.168.178.46:554/cam/realmonitor?channel=1&subtype=0
          roles:
            - detect
            - record
            - rtmp
    detect:
      enabled: true
      width: 2560
      height: 1920
      fps: 5

Relevant log output

[2021-11-03 15:35:17] peewee_migrate                 INFO    : There is nothing to migrate

[2021-11-03 15:35:17] frigate.mqtt                   INFO    : MQTT connected

[2021-11-03 15:35:17] detector.coral                 INFO    : Starting detection process: 217

[2021-11-03 15:35:17] frigate.app                    INFO    : Output process started: 219

[2021-11-03 15:35:17] ws4py                          INFO    : Using epoll

[2021-11-03 15:35:17] frigate.app                    INFO    : Camera processor started for ingresso: 224

[2021-11-03 15:35:17] frigate.edgetpu                INFO    : Attempting to load TPU as usb

[2021-11-03 15:35:17] frigate.app                    INFO    : Camera processor started for balcone_grande: 226

[2021-11-03 15:35:17] frigate.app                    INFO    : Camera processor started for veranda: 228

[2021-11-03 15:35:17] frigate.app                    INFO    : Camera processor started for studio: 230

[2021-11-03 15:35:17] frigate.app                    INFO    : Camera processor started for camera_da_letto: 231

[2021-11-03 15:35:17] frigate.app                    INFO    : Camera processor started for campanello: 233

[2021-11-03 15:35:17] frigate.app                    INFO    : Capture process started for ingresso: 234

[2021-11-03 15:35:17] frigate.app                    INFO    : Capture process started for balcone_grande: 240

[2021-11-03 15:35:17] frigate.app                    INFO    : Capture process started for veranda: 243

[2021-11-03 15:35:17] frigate.app                    INFO    : Capture process started for studio: 244

[2021-11-03 15:35:17] frigate.app                    INFO    : Capture process started for camera_da_letto: 252

[2021-11-03 15:35:17] frigate.app                    INFO    : Capture process started for campanello: 255

[2021-11-03 15:35:17] ws4py                          INFO    : Using epoll

[2021-11-03 15:35:20] frigate.edgetpu                INFO    : TPU found

[2021-11-03 15:35:28] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:5002 | Remote => 127.0.0.1:33814]

[2021-11-03 15:35:29] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36170]

[2021-11-03 15:35:31] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36170]

[2021-11-03 15:35:31] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36174]

[2021-11-03 15:35:33] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36174]

[2021-11-03 15:35:33] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36180]

[2021-11-03 15:35:35] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36180]

[2021-11-03 15:35:35] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36184]

[2021-11-03 15:35:36] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36184]

[2021-11-03 15:35:36] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36188]

[2021-11-03 15:35:38] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36188]

[2021-11-03 15:35:38] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36194]

[2021-11-03 15:35:40] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36194]

[2021-11-03 15:37:27] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:5002 | Remote => 127.0.0.1:33814]

[2021-11-03 15:39:21] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36298]

[2021-11-03 15:39:23] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:36298]

[2021-11-03 15:41:04] frigate.video                  INFO    : studio: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures

[2021-11-03 15:41:04] frigate.video                  INFO    : studio: ffmpeg process is not running. exiting capture thread...

[2021-11-03 15:41:04] frigate.video                  INFO    : balcone_grande: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures

[2021-11-03 15:41:04] frigate.video                  INFO    : balcone_grande: ffmpeg process is not running. exiting capture thread...

[2021-11-03 15:41:04] frigate.video                  INFO    : camera_da_letto: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures

[2021-11-03 15:41:04] frigate.video                  INFO    : camera_da_letto: ffmpeg process is not running. exiting capture thread...

[2021-11-03 15:41:04] frigate.video                  INFO    : ingresso: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures

[2021-11-03 15:41:04] frigate.video                  INFO    : ingresso: ffmpeg process is not running. exiting capture thread...

[2021-11-03 15:41:07] watchdog.balcone_grande        ERROR   : FFMPEG process crashed unexpectedly for balcone_grande.

[2021-11-03 15:41:07] watchdog.balcone_grande        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.

[2021-11-03 15:41:07] watchdog.balcone_grande        ERROR   : You may have invalid args defined for this camera.

[2021-11-03 15:41:07] ffmpeg.balcone_grande.detect   ERROR   : http://192.168.178.49/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxx: Connection timed out

[2021-11-03 15:41:07] watchdog.ingresso              ERROR   : FFMPEG process crashed unexpectedly for ingresso.

[2021-11-03 15:41:07] watchdog.ingresso              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.

[2021-11-03 15:41:07] watchdog.ingresso              ERROR   : You may have invalid args defined for this camera.

[2021-11-03 15:41:07] ffmpeg.ingresso.detect         ERROR   : http://192.168.178.35/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxx: Connection timed out

[2021-11-03 15:41:07] ffmpeg.ingresso.record_rtmp    ERROR   : http://192.168.178.35/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxx: Connection timed out

[2021-11-03 15:41:07] ffmpeg.ingresso.record_rtmp    ERROR   : [flv @ 0x558fcf0f0bc0] Failed to update header with correct duration.

[2021-11-03 15:41:07] ffmpeg.ingresso.record_rtmp    ERROR   : [flv @ 0x558fcf0f0bc0] Failed to update header with correct filesize.

[2021-11-03 15:41:07] watchdog.ingresso              INFO    : Terminating the existing ffmpeg process...

[2021-11-03 15:41:07] watchdog.ingresso              INFO    : Waiting for ffmpeg to exit gracefully...

[2021-11-03 15:41:07] ffmpeg.veranda.record_rtmp     ERROR   : http://192.168.178.33/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxx: Connection timed out

[2021-11-03 15:41:07] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x556a9a160180] Failed to update header with correct duration.

[2021-11-03 15:41:07] watchdog.studio                ERROR   : FFMPEG process crashed unexpectedly for studio.

[2021-11-03 15:41:07] watchdog.studio                ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.

[2021-11-03 15:41:07] watchdog.studio                ERROR   : You may have invalid args defined for this camera.

[2021-11-03 15:41:07] ffmpeg.studio.detect           ERROR   : http://192.168.178.50/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxxxx: Connection timed out

[2021-11-03 15:41:07] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x556a9a160180] Failed to update header with correct filesize.

[2021-11-03 15:41:07] watchdog.veranda               INFO    : Terminating the existing ffmpeg process...

[2021-11-03 15:41:07] watchdog.veranda               INFO    : Waiting for ffmpeg to exit gracefully...

[2021-11-03 15:41:07] watchdog.camera_da_letto       ERROR   : FFMPEG process crashed unexpectedly for camera_da_letto.

[2021-11-03 15:41:07] watchdog.camera_da_letto       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.

[2021-11-03 15:41:07] watchdog.camera_da_letto       ERROR   : You may have invalid args defined for this camera.

[2021-11-03 15:41:07] ffmpeg.camera_da_letto.detect  ERROR   : http://192.168.178.53/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxxxx: Connection timed out

[2021-11-03 15:41:09] frigate.video                  INFO    : veranda: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures

[2021-11-03 15:41:09] frigate.video                  INFO    : veranda: ffmpeg process is not running. exiting capture thread...

[2021-11-03 15:41:17] ffmpeg.balcone_grande.record_rtmp ERROR   : [flv @ 0x55822ae81e80] Packet corrupt (stream = 0, dts = 336438), dropping it.

[2021-11-03 15:41:17] ffmpeg.balcone_grande.record_rtmp ERROR   : http://192.168.178.49/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxxxxr: Connection timed out

[2021-11-03 15:41:17] ffmpeg.balcone_grande.record_rtmp ERROR   : [flv @ 0x55822aead740] Failed to update header with correct duration.

[2021-11-03 15:41:17] ffmpeg.balcone_grande.record_rtmp ERROR   : [flv @ 0x55822aead740] Failed to update header with correct filesize.

[2021-11-03 15:41:17] watchdog.balcone_grande        INFO    : Terminating the existing ffmpeg process...

[2021-11-03 15:41:17] watchdog.balcone_grande        INFO    : Waiting for ffmpeg to exit gracefully...

[2021-11-03 15:41:17] watchdog.veranda               ERROR   : FFMPEG process crashed unexpectedly for veranda.

[2021-11-03 15:41:17] watchdog.veranda               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.

[2021-11-03 15:41:17] watchdog.veranda               ERROR   : You may have invalid args defined for this camera.

[2021-11-03 15:41:17] ffmpeg.veranda.detect          ERROR   : [flv @ 0x56154d53ba80] Packet corrupt (stream = 0, dts = 335538), dropping it.

[2021-11-03 15:41:17] ffmpeg.veranda.detect          ERROR   : http://192.168.178.33/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=kxxxxxxxxr: Connection timed out

[2021-11-03 15:41:17] ffmpeg.studio.record_rtmp      ERROR   : [flv @ 0x5591e5cb9e80] Packet corrupt (stream = 0, dts = 335905), dropping it.

[2021-11-03 15:41:17] ffmpeg.studio.record_rtmp      ERROR   : http://192.168.178.50/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxxxxxr: Connection timed out

[2021-11-03 15:41:17] ffmpeg.studio.record_rtmp      ERROR   : [flv @ 0x5591e5cea4c0] Failed to update header with correct duration.

[2021-11-03 15:41:17] ffmpeg.studio.record_rtmp      ERROR   : [flv @ 0x5591e5cea4c0] Failed to update header with correct filesize.

[2021-11-03 15:41:17] watchdog.studio                INFO    : Terminating the existing ffmpeg process...

[2021-11-03 15:41:17] watchdog.studio                INFO    : Waiting for ffmpeg to exit gracefully...

[2021-11-03 15:41:17] ffmpeg.camera_da_letto.record_rtmp ERROR   : [flv @ 0x55f889a64e80] Packet corrupt (stream = 0, dts = 336638), dropping it.

[2021-11-03 15:41:17] ffmpeg.camera_da_letto.record_rtmp ERROR   : http://192.168.178.53/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxx: Connection timed out

[2021-11-03 15:41:17] ffmpeg.camera_da_letto.record_rtmp ERROR   : [flv @ 0x55f889a8fd00] Failed to update header with correct duration.

[2021-11-03 15:41:17] ffmpeg.camera_da_letto.record_rtmp ERROR   : [flv @ 0x55f889a8fd00] Failed to update header with correct filesize.

[2021-11-03 15:41:17] watchdog.camera_da_letto       INFO    : Terminating the existing ffmpeg process...

[2021-11-03 15:41:17] watchdog.camera_da_letto       INFO    : Waiting for ffmpeg to exit gracefully...

[2021-11-03 15:46:07] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:5002 | Remote => 127.0.0.1:34246]

[2021-11-03 15:47:27] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:5002 | Remote => 127.0.0.1:34246]

[2021-11-03 15:51:21] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:5002 | Remote => 127.0.0.1:34402]

[2021-11-03 15:52:27] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:5002 | Remote => 127.0.0.1:34402]

FFprobe output from your camera

I don't understand how to

Frigate stats

{"balcone_grande":{"camera_fps":7.1,"capture_pid":236,"detection_fps":1.6,"pid":228,"process_fps":7.1,"skipped_fps":0.0},"camera_da_letto":{"camera_fps":7.0,"capture_pid":245,"detection_fps":0.0,"pid":233,"process_fps":7.0,"skipped_fps":0.0},"detection_fps":3.1,"detectors":{"coral":{"detection_start":0.0,"inference_speed":8.28,"pid":217}},"ingresso":{"camera_fps":7.1,"capture_pid":234,"detection_fps":0.0,"pid":224,"process_fps":7.1,"skipped_fps":0.0},"service":{"storage":{"/dev/shm":{"free":62.8,"mount_type":"tmpfs","total":67.1,"used":4.3},"/media/frigate/clips":{"free":353572.4,"mount_type":"cifs","total":491106.5,"used":137534.1},"/media/frigate/recordings":{"free":353572.4,"mount_type":"cifs","total":491106.5,"used":137534.1},"/tmp/cache":{"free":9045.4,"mount_type":"ext4","total":12573.6,"used":2867.2}},"uptime":314,"version":"0.9.4-26ae608"},"studio":{"camera_fps":7.0,"capture_pid":242,"detection_fps":0.0,"pid":231,"process_fps":7.0,"skipped_fps":0.0},"veranda":{"camera_fps":7.0,"capture_pid":239,"detection_fps":1.5,"pid":230,"process_fps":7.0,"skipped_fps":0.0}}

Operating system

Proxmox

Install method

Docker Compose

Coral version

USB

Network connection

Wired

Camera make and model

RLC-410-5MP - RLC-520A

Any other information that may be helpful

I reduce also bitrate but i wish to use the max settings anyway, to have the better quality as possible, and my HW i guess that can do that.

Anyway isn't stable, so I need to figure out

blakeblackshear commented 3 years ago

The latest version does not create any mp4 files in the clips directory, so you will only ever see snapshots in that folder. When watching events, the footage is dynamically assembled from the recording segments in the recordings folder. This is described in the release notes. You will also need to ensure you have updated to the latest version of the home assistant integration.

Your logs indicate that frigate is timing out when trying to connect to your cameras. Do you still have a copy of your config from 0.8.4?

RobertusIT commented 3 years ago

The latest version does not create any mp4 files in the clips directory, so you will only ever see snapshots in that folder. When watching events, the footage is dynamically assembled from the recording segments in the recordings folder. This is described in the release notes. You will also need to ensure you have updated to the latest version of the home assistant integration.

Your logs indicate that frigate is timing out when trying to connect to your cameras. Do you still have a copy of your config from 0.8.4?

In first thanks to reply,

but about .mp4, where are stored? I use a script that save them into a cloud, have mp4 locally isn't a good idea if someone can destroy them.

And also because mp4 can make out of space the drive where are stored.

I see also a problem, because when i receive notification about an events, and see quickly the events, video is only about 2 seconds, and i can't see the movement or person.

I need to wait, so maybe i'm wrong or what ?

About conf, this is my old conf. Now i change something, because i use now http in according to frigate docs, i don't know if can help or not, but same HW, same Reolink, only I wish to save events, no record 24/7.

I don't know if my doorbell AD410 Amcrest, cause this issue. ( and get crash for ffmpeg for AD410 but also for other cams ) I don't know if ffmpeg process comes down for a cam, is also for others cam. Maybe i can provide more info about streaming, i don't know how. ffprobe give me error in windows:

C: \ Users \ bob \ Desktop> ffprobe.exe -v panic -show_error -show_streams -of json rtmp: //192.168.178.35/bcs/channel0_main.bcs? Channel = 0 & stream = 0 & user = admin & password = mypass
{
    "error": {
        "code": -5,
        "string": "I / O error"
    }
}
"stream" is not recognized as an internal or external command,
 an executable program or batch file.
"user" is not recognized as an internal or external command,
 an executable program or batch file.
"password" is not recognized as an internal or external command,
 an executable program or batch file.

old conf

########################################## MQTT SERVER 
mqtt:
  host: 192.168.178.51
  user: mqtt_user
  password: mqtt_user
########################################## GOOGLE CORAL USB
detectors:
  coral:
    type: edgetpu
    device: usb
#detectors:
#  cpu1:
#    type: cpu
#  cpu2:
#    type: cpu
########################################## INGRESSO
cameras:

  ingresso:
    ffmpeg:
      hwaccel_args:
        - -hwaccel
        - vaapi
        - -hwaccel_device
        - /dev/dri/renderD128
        - -hwaccel_output_format
        - yuv420p
#    ffmpeg:
#      hwaccel_args:
#        - -hwaccel_output_format
#        - yuv420p    
      input_args:
        - -avoid_negative_ts
        - make_zero
      output_args:
##        rtmp: -c copy -f flv
        clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
        record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy

      inputs:
        - path: rtmp://192.168.178.35/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=mypass
          roles:
#            - detect
            - clips
#            - record
            - rtmp

        - path: rtmp://192.168.178.35/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=mypass    
          roles:
            - detect
#    width: 2560
#    height: 1920
    width: 640
    height: 480
    fps: 5
    detect:
      enabled: true
    clips:
      enabled: true
    record:
      enabled: false
    snapshots:
      enabled: true
########################################## BALCONE GRANDE
  balcone_grande:
    ffmpeg:
      hwaccel_args:
        - -hwaccel
        - vaapi
        - -hwaccel_device
        - /dev/dri/renderD128
        - -hwaccel_output_format
        - yuv420p

#    ffmpeg:
#      hwaccel_args:
#        - -hwaccel_output_format
#        - yuv420p
      input_args:
        - -avoid_negative_ts
        - make_zero
      output_args:
#        rtmp: -c copy -f flv
        clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
        record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
      inputs:
        - path: rtmp://192.168.178.49/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=mypass
          roles:
#            - detect
            - clips
#            - record
            - rtmp
        - path: rtmp://192.168.178.49/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=mypass
          roles:
            - detect        
#    width: 2560
#    height: 1920
    width: 640
    height: 480
    fps: 3
    detect:
      enabled: true
    clips:
      enabled: true
    record:
      enabled: false
    snapshots:
      enabled: true
#    motion:
#      mask:
#        - 563,193,355,480,240,480,0,480,0,428,0,331,0,181,0,0,252,0,563,0,640,0,640,91,640,447,640,198
########################################## VERANDA
  veranda:
    ffmpeg:
      hwaccel_args:
        - -hwaccel
        - vaapi
        - -hwaccel_device
        - /dev/dri/renderD128
        - -hwaccel_output_format
        - yuv420p
#    ffmpeg:
#      hwaccel_args:
#        - -hwaccel_output_format
#        - yuv420p
      input_args:
        - -avoid_negative_ts
        - make_zero
      output_args:
#        rtmp: -c copy -f flv
        clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
        record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
      inputs:
        - path: rtmp://192.168.178.33/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=mypass
          roles:
#            - detect
            - clips
#            - record
            - rtmp
        - path: rtmp://192.168.178.33/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=mypass
          roles:
            - detect        
#    width: 2560
#    height: 1920
    width: 640
    height: 480
    fps: 5
    detect:
      enabled: true
    clips:
      enabled: true
    record:
      enabled: false
    snapshots:
      enabled: true
########################################## STUDIO
  studio:
    ffmpeg:
      hwaccel_args:
        - -hwaccel
        - vaapi
        - -hwaccel_device
        - /dev/dri/renderD128
        - -hwaccel_output_format
        - yuv420p
#    ffmpeg:
#      hwaccel_args:
#        - -hwaccel_output_format
#        - yuv420p
      input_args:
        - -avoid_negative_ts
        - make_zero
      output_args:
#        rtmp: -c copy -f flv
        clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
        record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
      inputs:
        - path: rtmp://192.168.178.50/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=mypass
          roles:
#            - detect
            - clips
#            - record
            - rtmp
        - path: rtmp://192.168.178.50/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=mypass
          roles:
            - detect        
#    width: 2560
#    height: 1920
    width: 640
    height: 480
    fps: 5
    detect:
      enabled: true
    clips:
      enabled: true
    record:
      enabled: false
    snapshots:
      enabled: true
########################################## CAMERA DA LETTO
  camera_da_letto:
    ffmpeg:
      hwaccel_args:
        - -hwaccel
        - vaapi
        - -hwaccel_device
        - /dev/dri/renderD128
        - -hwaccel_output_format
        - yuv420p
#    ffmpeg:
#      hwaccel_args:
#        - -hwaccel_output_format
#        - yuv420p
      input_args:
        - -avoid_negative_ts
        - make_zero
      output_args:
#        rtmp: -c copy -f flv
        clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
        record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
      inputs:
        - path: rtmp://192.168.178.53/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=mypass
          roles:
#            - detect
            - clips
#            - record
            - rtmp
        - path: rtmp://192.168.178.53/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=mypass
          roles:
            - detect        
#    width: 2560
#    height: 1920
    width: 640
    height: 480
    fps: 5
    detect:
      enabled: true
    clips:
      enabled: true
    record:
      enabled: false
    snapshots:
      enabled: true
blakeblackshear commented 3 years ago

but about .mp4, where are stored?

The only mp4 files will be in the recordings folder. There is not an mp4 file created per event any longer. You can use the new http endpoint to have a clip created dynamically from the recording segments for an event if you want to download and store elsewhere.

when i receive notification about an events, and see quickly the events, video is only about 2 seconds, and i can't see the movement or person.

When you play the events from the UI later, are they still short? It may take 10 seconds for the latest segment to be available after the event ends.

RobertusIT commented 3 years ago

but about .mp4, where are stored?

The only mp4 files will be in the recordings folder. There is not an mp4 file created per event any longer. You can use the new http endpoint to have a clip created dynamically from the recording segments for an event if you want to download and store elsewhere.

when i receive notification about an events, and see quickly the events, video is only about 2 seconds, and i can't see the movement or person.

When you play the events from the UI later, are they still short? It may take 10 seconds for the latest segment to be available after the event ends.

About events from UI, but also from phone, if i press quickly, a few seconds clip, but if i wait more, i'll lucky and i can see the entire clip.

About endpoint http, I see in docs, so i guess this one right?

Needed to know the number of id event. And when an event comes, a script that see it and get the id event and launch this API, if is the way, is too complicated.

I think that is more simple, that i put the entire recordings folder, in cloud, but with google drive, there are api limit, so maybe isn't the right way.

And about error of my log that comes down ffmpeg ?

blakeblackshear commented 3 years ago

I would use the mqtt events topic and use an automation to download and upload on the end event type. I would add a 30s delay to make sure you get all available footage. The benefit will be that you can be more selective about which events you want to backup. You can choose to only backup events by object type, zone, time of day, alarm status, etc.

RobertusIT commented 3 years ago

I would use the mqtt events topic and use an automation to download and upload on the end event type. I would add a 30s delay to make sure you get all available footage. The benefit will be that you can be more selective about which events you want to backup. You can choose to only backup events by object type, zone, time of day, alarm status, etc.

Thanks, is possible an example ? I never use it

And for these errors ?

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch 0 4150314 1349750931

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch 854846527 131626 1349882557

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -1585941932 7052586 1356935143

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -1969081529 3616298 1360551441

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch 395652878 7017514 1367568955

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -1235505551 3657514 1371226469

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -1038761585 3779114 1375005583

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -518880456 131626 1375137209

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -674289860 3851818 1378989027

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -1989864971 7142954 1386131981

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch 1518147791 4968491 1391100472

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -1192983117 8727339 1399827811

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -1613590691 131627 1399959438

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -2016485812 3858475 1403817913

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -1269044750 3784235 1407602148

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch 163411105 7356203 1414958351

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -681733577 131627 1415089978

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch 1467401314 4043307 1419133285

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch 760394418 3807275 1422940560

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch 1437208209 4286251 1427226811

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Packet mismatch -1598426396 131628 1427358439

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44366e80] Unable to seek to the next packet

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : http://192.168.178.33/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxxx: Invalid data found when processing input

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44390240] Failed to update header with correct duration.

[2021-11-04 09:03:43] ffmpeg.veranda.record_rtmp     ERROR   : [flv @ 0x561d44390240] Failed to update header with correct filesize.

[2021-11-04 09:03:43] watchdog.veranda               INFO    : Terminating the existing ffmpeg process...

[2021-11-04 09:03:43] watchdog.veranda               INFO    : Waiting for ffmpeg to exit gracefully...

[2021-11-04 09:03:44] frigate.video                  INFO    : camera_da_letto: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures

[2021-11-04 09:03:44] frigate.video                  INFO    : camera_da_letto: ffmpeg process is not running. exiting capture thread...

[2021-11-04 09:03:44] frigate.video                  INFO    : balcone_grande: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures

[2021-11-04 09:03:44] frigate.video                  INFO    : balcone_grande: ffmpeg process is not running. exiting capture thread...

[2021-11-04 09:03:44] frigate.video                  INFO    : studio: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures

[2021-11-04 09:03:44] frigate.video                  INFO    : studio: ffmpeg process is not running. exiting capture thread...

[2021-11-04 09:03:44] frigate.video                  INFO    : ingresso: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures

[2021-11-04 09:03:44] frigate.video                  INFO    : ingresso: ffmpeg process is not running. exiting capture thread...

[2021-11-04 09:03:44] frigate.video                  INFO    : veranda: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures

[2021-11-04 09:03:44] frigate.video                  INFO    : veranda: ffmpeg process is not running. exiting capture thread...

[2021-11-04 09:03:53] watchdog.ingresso              ERROR   : FFMPEG process crashed unexpectedly for ingresso.

[2021-11-04 09:03:53] watchdog.ingresso              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.

[2021-11-04 09:03:53] watchdog.ingresso              ERROR   : You may have invalid args defined for this camera.

[2021-11-04 09:03:53] ffmpeg.ingresso.detect         ERROR   : http://192.168.178.35/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxxxxxr: Connection timed out

[2021-11-04 09:03:53] ffmpeg.ingresso.record_rtmp    ERROR   : http://192.168.178.35/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxxxxr: Connection timed out

[2021-11-04 09:03:53] ffmpeg.ingresso.record_rtmp    ERROR   : [flv @ 0x558e20b28bc0] Failed to update header with correct duration.

[2021-11-04 09:03:53] ffmpeg.ingresso.record_rtmp    ERROR   : [flv @ 0x558e20b28bc0] Failed to update header with correct filesize.

[2021-11-04 09:03:53] watchdog.ingresso              INFO    : Terminating the existing ffmpeg process...

[2021-11-04 09:03:53] watchdog.ingresso              INFO    : Waiting for ffmpeg to exit gracefully...

[2021-11-04 09:03:53] watchdog.balcone_grande        ERROR   : FFMPEG process crashed unexpectedly for balcone_grande.

[2021-11-04 09:03:53] watchdog.balcone_grande        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.

[2021-11-04 09:03:53] watchdog.balcone_grande        ERROR   : You may have invalid args defined for this camera.

[2021-11-04 09:03:53] ffmpeg.balcone_grande.detect   ERROR   : http://192.168.178.49/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxxxxx: Connection timed out

[2021-11-04 09:03:53] ffmpeg.balcone_grande.record_rtmp ERROR   : http://192.168.178.49/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=kxxxxx: Connection timed out

[2021-11-04 09:03:53] ffmpeg.balcone_grande.record_rtmp ERROR   : [flv @ 0x55c499426d00] Failed to update header with correct duration.

[2021-11-04 09:03:53] ffmpeg.balcone_grande.record_rtmp ERROR   : [flv @ 0x55c499426d00] Failed to update header with correct filesize.

[2021-11-04 09:03:53] watchdog.balcone_grande        INFO    : Terminating the existing ffmpeg process...

[2021-11-04 09:03:53] watchdog.balcone_grande        INFO    : Waiting for ffmpeg to exit gracefully...

[2021-11-04 09:03:53] watchdog.veranda               ERROR   : FFMPEG process crashed unexpectedly for veranda.

[2021-11-04 09:03:53] watchdog.veranda               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.

[2021-11-04 09:03:53] watchdog.veranda               ERROR   : You may have invalid args defined for this camera.

[2021-11-04 09:03:53] ffmpeg.veranda.detect          ERROR   : http://192.168.178.33/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxxxx: Connection timed out

[2021-11-04 09:03:53] watchdog.camera_da_letto       ERROR   : FFMPEG process crashed unexpectedly for camera_da_letto.

[2021-11-04 09:03:53] watchdog.camera_da_letto       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.

[2021-11-04 09:03:53] watchdog.camera_da_letto       ERROR   : You may have invalid args defined for this camera.

[2021-11-04 09:03:53] ffmpeg.camera_da_letto.detect  ERROR   : http://192.168.178.53/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&passwordxxxxxx: Connection timed out

[2021-11-04 09:03:53] ffmpeg.camera_da_letto.record_rtmp ERROR   : http://192.168.178.53/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=kxxxxx3r: Connection timed out

[2021-11-04 09:03:53] ffmpeg.camera_da_letto.record_rtmp ERROR   : [flv @ 0x563ee84f4740] Failed to update header with correct duration.

[2021-11-04 09:03:53] ffmpeg.camera_da_letto.record_rtmp ERROR   : [flv @ 0x563ee84f4740] Failed to update header with correct filesize.

[2021-11-04 09:03:53] watchdog.camera_da_letto       INFO    : Terminating the existing ffmpeg process...

[2021-11-04 09:03:53] watchdog.camera_da_letto       INFO    : Waiting for ffmpeg to exit gracefully...

[2021-11-04 09:03:53] watchdog.studio                ERROR   : FFMPEG process crashed unexpectedly for studio.

[2021-11-04 09:03:53] watchdog.studio                ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.

[2021-11-04 09:03:53] watchdog.studio                ERROR   : You may have invalid args defined for this camera.

[2021-11-04 09:03:53] ffmpeg.studio.detect           ERROR   : http://192.168.178.50/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=kxxxxxx Connection timed out

[2021-11-04 09:03:53] ffmpeg.studio.record_rtmp      ERROR   : http://192.168.178.50/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxxr: Connection timed out

[2021-11-04 09:03:53] ffmpeg.studio.record_rtmp      ERROR   : [flv @ 0x5583ca3c9740] Failed to update header with correct duration.

[2021-11-04 09:03:53] ffmpeg.studio.record_rtmp      ERROR   : [flv @ 0x5583ca3c9740] Failed to update header with correct filesize.

[2021-11-04 09:03:53] watchdog.studio                INFO    : Terminating the existing ffmpeg process...

[2021-11-04 09:03:53] watchdog.studio                INFO    : Waiting for ffmpeg to exit gracefully...

[2021-11-04 09:04:13] watchdog.campanello            INFO    : No frames received from campanello in 20 seconds. Exiting ffmpeg...

[2021-11-04 09:04:13] watchdog.campanello            INFO    : Waiting for ffmpeg to exit gracefully...

[2021-11-04 09:04:13] frigate.video                  INFO    : campanello: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures

[2021-11-04 09:04:13] frigate.video                  INFO    : campanello: ffmpeg process is not running. exiting capture thread...

[2021-11-04 09:04:23] watchdog.campanello            ERROR   : FFMPEG process crashed unexpectedly for campanello.

[2021-11-04 09:04:23] watchdog.campanello            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.

[2021-11-04 09:04:23] watchdog.campanello            ERROR   : You may have invalid args defined for this camera.

[2021-11-04 09:04:23] ffmpeg.campanello.detect       ERROR   : [aac @ 0x55a08846ef00] Too many bits 8832.000000 > 6144 per frame requested, clamping to max

[2021-11-04 09:04:23] ffmpeg.campanello.detect       ERROR   : [segment @ 0x55a088470b80] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2021-11-04 09:04:23] ffmpeg.campanello.detect       ERROR   : [flv @ 0x55a08847bf80] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2021-11-04 09:04:23] ffmpeg.campanello.detect       ERROR   : [rtsp @ 0x55a088448f00] RTP: PT=60: bad cseq 847a expected=6a29

[2021-11-04 09:04:23] ffmpeg.campanello.detect       ERROR   : [flv @ 0x55a08847bf80] Failed to update header with correct duration.

[2021-11-04 09:04:23] ffmpeg.campanello.detect       ERROR   : [flv @ 0x55a08847bf80] Failed to update header with correct filesize.
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.