Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Support]: Timelapse file size is huge #9800

Closed
mike2307 opened this issue Feb 11, 2024 · 5 comments
Closed

[Support]: Timelapse file size is huge #9800

mike2307 opened this issue Feb 11, 2024 · 5 comments

Comments

@mike2307
Copy link
Contributor

Describe the problem you are having

I'm in the process of trying the timelapse export feature.

I customized the timelapse_args config parameter to have a speed-up of 60x; meaning that 1 hour of recording should result in 1 minute of timelapse.
The export works sometimes with some troubles (see also #9798) but the created file is huge. I would expect that the resulting timelapse video would also be roughly just 1/60th of the normal exported (realtime) size.

It seems as if it just speeds up the video but keeps all the frames internally.
ffprobe shows an astonishing bitrate of 78446 kb/s.

I'm using the global configuration parameter "hwaccel_args: preset-vaapi".

Version

0.13.1-34fb1c2

Frigate config file

mqtt:
  enabled: false

birdseye:
  enabled: true
  restream: false
  mode: continuous
  width: 1280
  height: 360

ui:
  live_mode: mse
  timezone: UTC
  date_style: medium

ffmpeg:
  hwaccel_args: preset-vaapi
  output_args:
    record: preset-record-generic-audio-copy

detectors:
  openvino:
    type: openvino
    device: GPU

model:
  path: /custom_models/yolov8s.xml
  labelmap_path: /custom_models/coco_80cl.txt
  width: 416
  height: 416
  input_pixel_format: bgr
  input_tensor: nchw
  model_type: yolov8

detect:
  enabled: true
  width: 1280
  height: 720
  fps: 5

record:
  enabled: true
  retain:
    days: 30
    mode: all
  export:
    # fits 1 hour into 1 minute (1/60), 15 FPS
    timelapse_args: "-vf setpts=PTS/60 -r 15"
  events:
    retain:
      default: 365
      mode: motion
  sync_recordings: true

snapshots:
  enabled: true
  retain:
    default: 365

go2rtc:
  streams:
    Bach_HD:
    - rtsp:https://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
    Bach_SD:
    - rtsp:https://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
    Werkzeughuette_HD:
    - rtsp:https://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
    Werkzeughuette_SD:
    - rtsp:https://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0

cameras:
  Bach:
    ffmpeg:
      inputs:
      - path: rtsp:https://127.0.0.1:8554/Bach_HD
        input_args: preset-rtsp-restream
        roles:
        - record
        - detect
    live:
      stream_name: Bach_SD
    record:
      retain:
        days: 15
    motion:
      mask:
      - 1280,469,880,356,728,331,564,320,470,309,471,260,675,245,878,241,974,177,1280,132,1280,0,0,0,0,720,1280,720
    objects:
      filters:
        person:
          mask:
          - 1200,280,1200,320,1170,320,1170,280
        dog:
          mask:
          - 1200,280,1200,320,1170,320,1170,280

  Werkzeughuette:
    ffmpeg:
      inputs:
      - path: rtsp:https://127.0.0.1:8554/Werkzeughuette_HD
        input_args: preset-rtsp-restream
        roles:
        - record
        - detect
    live:
      stream_name: Werkzeughuette_SD
    motion:
      mask:
      - 0,66,111,64,114,207,210,208,334,198,544,195,695,198,917,188,1066,206,1027,104,1084,63,1187,114,1221,223,1280,246,1280,0,0,0
    objects:
      filters:
        bear:
          mask:
          - 375,155,430,155,430,195,375,195
          - 25,345,150,345,150,490,25,490

objects:
  track:
  - person
  - car
  - bird
  - cat
  - dog
  - horse
  - sheep
  - cow
  - elephant
  - bear
  - zebra
  - giraffe

Relevant log output

2024-02-11 14:35:32.515498205  10.1.0.1 - - [11/Feb/2024:14:35:32 +0000] "POST /api/export/Werkzeughuette/start/1707564600/end/1707568199 HTTP/1.1" 200 59 "http:https://10.1.0.5:5000/exports" "Mozilla/5.0 (X11; Linux x86_64; rv:122.0) Gecko/20100101 Firefox/122.0" "-"
2024-02-11 14:35:32.661357142  127.0.0.1 - - [11/Feb/2024:14:35:32 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/index.m3u8 HTTP/1.1" 200 7710 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:32.663817776  127.0.0.1 - - [11/Feb/2024:14:35:32 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-1-v1-a1.ts HTTP/1.1" 206 716280 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:32.665379313  127.0.0.1 - - [11/Feb/2024:14:35:32 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-2-v1-a1.ts HTTP/1.1" 206 526776 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:32.773837089  127.0.0.1 - - [11/Feb/2024:14:35:32 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-3-v1-a1.ts HTTP/1.1" 206 842616 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:32.833436800  127.0.0.1 - - [11/Feb/2024:14:35:32 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-4-v1-a1.ts HTTP/1.1" 206 541816 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:32.928204889  127.0.0.1 - - [11/Feb/2024:14:35:32 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-5-v1-a1.ts HTTP/1.1" 206 935864 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.001188318  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-6-v1-a1.ts HTTP/1.1" 206 626040 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.075031740  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-7-v1-a1.ts HTTP/1.1" 206 1026104 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.107076495  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-8-v1-a1.ts HTTP/1.1" 206 647096 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.150236918  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-9-v1-a1.ts HTTP/1.1" 206 1008056 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.184326288  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-10-v1-a1.ts HTTP/1.1" 206 653112 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.223340097  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-11-v1-a1.ts HTTP/1.1" 206 980984 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.245445947  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-12-v1-a1.ts HTTP/1.1" 206 641080 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.283732325  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-13-v1-a1.ts HTTP/1.1" 206 929848 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.302013568  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-14-v1-a1.ts HTTP/1.1" 206 644088 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.340980489  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-15-v1-a1.ts HTTP/1.1" 206 1131384 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.383077098  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-16-v1-a1.ts HTTP/1.1" 206 677176 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.412095061  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-17-v1-a1.ts HTTP/1.1" 206 938872 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.447106718  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-18-v1-a1.ts HTTP/1.1" 206 650104 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.480149702  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-19-v1-a1.ts HTTP/1.1" 206 971960 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.498122302  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-20-v1-a1.ts HTTP/1.1" 206 638072 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.540508774  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-21-v1-a1.ts HTTP/1.1" 206 1002040 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.558345999  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-22-v1-a1.ts HTTP/1.1" 206 659128 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.600467912  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-23-v1-a1.ts HTTP/1.1" 206 1065208 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.620497996  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-24-v1-a1.ts HTTP/1.1" 206 680184 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.652701906  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-25-v1-a1.ts HTTP/1.1" 206 962936 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.672284025  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-26-v1-a1.ts HTTP/1.1" 206 647096 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.704098367  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-27-v1-a1.ts HTTP/1.1" 206 929848 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.742950321  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-28-v1-a1.ts HTTP/1.1" 206 614008 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.777254661  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-29-v1-a1.ts HTTP/1.1" 206 935864 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.803533395  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-30-v1-a1.ts HTTP/1.1" 206 635064 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.829906414  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-31-v1-a1.ts HTTP/1.1" 206 1074232 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.850843906  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-32-v1-a1.ts HTTP/1.1" 206 698232 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.886209028  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-33-v1-a1.ts HTTP/1.1" 206 977976 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.919053679  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-34-v1-a1.ts HTTP/1.1" 206 647096 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.959231465  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-35-v1-a1.ts HTTP/1.1" 206 947896 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:33.987136426  127.0.0.1 - - [11/Feb/2024:14:35:33 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-36-v1-a1.ts HTTP/1.1" 206 635064 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.023504584  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-37-v1-a1.ts HTTP/1.1" 206 896760 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.044951578  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-38-v1-a1.ts HTTP/1.1" 206 641080 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.079910480  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-39-v1-a1.ts HTTP/1.1" 206 947896 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.099405967  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-40-v1-a1.ts HTTP/1.1" 206 677176 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.126509065  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-41-v1-a1.ts HTTP/1.1" 206 1089272 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.148964380  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-42-v1-a1.ts HTTP/1.1" 206 632056 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.195917897  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-43-v1-a1.ts HTTP/1.1" 206 884728 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.234744700  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-44-v1-a1.ts HTTP/1.1" 206 577912 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.261413968  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-45-v1-a1.ts HTTP/1.1" 206 845624 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.287973071  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-46-v1-a1.ts HTTP/1.1" 206 607992 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.314496069  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-47-v1-a1.ts HTTP/1.1" 206 851640 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.346389020  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-48-v1-a1.ts HTTP/1.1" 206 604984 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.392144205  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-49-v1-a1.ts HTTP/1.1" 206 996024 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.409122759  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-50-v1-a1.ts HTTP/1.1" 206 547832 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.455137641  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-51-v1-a1.ts HTTP/1.1" 206 962936 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.475885267  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-52-v1-a1.ts HTTP/1.1" 206 617016 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.508490878  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-53-v1-a1.ts HTTP/1.1" 206 836600 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.536467204  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-54-v1-a1.ts HTTP/1.1" 206 553848 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.575185445  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-55-v1-a1.ts HTTP/1.1" 206 923832 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.602838167  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-56-v1-a1.ts HTTP/1.1" 206 689208 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.629122836  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-57-v1-a1.ts HTTP/1.1" 206 1047160 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.650424114  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-58-v1-a1.ts HTTP/1.1" 206 635064 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.687066543  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-59-v1-a1.ts HTTP/1.1" 206 968952 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.703726977  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-60-v1-a1.ts HTTP/1.1" 206 586936 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.729567257  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-61-v1-a1.ts HTTP/1.1" 206 944888 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.743848795  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-62-v1-a1.ts HTTP/1.1" 206 532792 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.764227326  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-63-v1-a1.ts HTTP/1.1" 206 848632 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.785892964  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-64-v1-a1.ts HTTP/1.1" 206 656120 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.814165700  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-65-v1-a1.ts HTTP/1.1" 206 974968 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.834120130  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-66-v1-a1.ts HTTP/1.1" 206 713272 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.864051955  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-67-v1-a1.ts HTTP/1.1" 206 977976 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.888027536  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-68-v1-a1.ts HTTP/1.1" 206 638072 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.921588326  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-69-v1-a1.ts HTTP/1.1" 206 872696 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.937350651  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-70-v1-a1.ts HTTP/1.1" 206 635064 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.958245231  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-71-v1-a1.ts HTTP/1.1" 206 968952 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:34.971105722  127.0.0.1 - - [11/Feb/2024:14:35:34 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-72-v1-a1.ts HTTP/1.1" 206 665144 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.000877981  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-73-v1-a1.ts HTTP/1.1" 206 956920 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.019503221  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-74-v1-a1.ts HTTP/1.1" 206 674168 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.053060137  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-75-v1-a1.ts HTTP/1.1" 206 947896 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.074089941  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-76-v1-a1.ts HTTP/1.1" 206 665144 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.097833189  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-77-v1-a1.ts HTTP/1.1" 206 990008 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.113195412  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-78-v1-a1.ts HTTP/1.1" 206 659128 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.135389339  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-79-v1-a1.ts HTTP/1.1" 206 977976 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.149888245  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-80-v1-a1.ts HTTP/1.1" 206 656120 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.170795114  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-81-v1-a1.ts HTTP/1.1" 206 980984 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.197084611  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-82-v1-a1.ts HTTP/1.1" 206 803512 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.221956952  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-83-v1-a1.ts HTTP/1.1" 206 999032 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.244007837  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-84-v1-a1.ts HTTP/1.1" 206 653112 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.274963373  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-85-v1-a1.ts HTTP/1.1" 206 962936 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.291339735  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-86-v1-a1.ts HTTP/1.1" 206 638072 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.316580273  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-87-v1-a1.ts HTTP/1.1" 206 935864 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.329863036  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-88-v1-a1.ts HTTP/1.1" 206 629048 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.357769077  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-89-v1-a1.ts HTTP/1.1" 206 947896 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.371617767  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-90-v1-a1.ts HTTP/1.1" 206 716280 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.406645059  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-91-v1-a1.ts HTTP/1.1" 206 1053176 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.434488505  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-92-v1-a1.ts HTTP/1.1" 206 653112 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.460874397  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-93-v1-a1.ts HTTP/1.1" 206 996024 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.481423499  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-94-v1-a1.ts HTTP/1.1" 206 653112 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.502675772  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-95-v1-a1.ts HTTP/1.1" 206 977976 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.523969878  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-96-v1-a1.ts HTTP/1.1" 206 656120 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.543939001  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-97-v1-a1.ts HTTP/1.1" 206 990008 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.558344540  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-98-v1-a1.ts HTTP/1.1" 206 644088 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.582169934  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-99-v1-a1.ts HTTP/1.1" 206 1170488 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.596663125  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-100-v1-a1.ts HTTP/1.1" 206 653112 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.617136553  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-101-v1-a1.ts HTTP/1.1" 206 980984 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.630925021  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-102-v1-a1.ts HTTP/1.1" 206 641080 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.650656966  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-103-v1-a1.ts HTTP/1.1" 206 977976 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.663231420  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-104-v1-a1.ts HTTP/1.1" 206 635064 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.684951920  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-105-v1-a1.ts HTTP/1.1" 206 1011064 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.698503740  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-106-v1-a1.ts HTTP/1.1" 206 635064 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.725280545  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-107-v1-a1.ts HTTP/1.1" 206 1823224 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.741052074  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-109-v1-a1.ts HTTP/1.1" 206 1609656 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.780006274  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-111-v1-a1.ts HTTP/1.1" 206 1597624 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.816533345  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-113-v1-a1.ts HTTP/1.1" 206 1615672 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.850741561  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-115-v1-a1.ts HTTP/1.1" 206 1823224 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.888229667  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-117-v1-a1.ts HTTP/1.1" 206 1624696 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.929527719  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-119-v1-a1.ts HTTP/1.1" 206 1663800 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:35.963572972  127.0.0.1 - - [11/Feb/2024:14:35:35 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-121-v1-a1.ts HTTP/1.1" 206 1624696 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.001353347  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-123-v1-a1.ts HTTP/1.1" 206 1681848 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.035958853  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-125-v1-a1.ts HTTP/1.1" 206 1594616 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.072935782  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-127-v1-a1.ts HTTP/1.1" 206 1645752 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.107613718  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-129-v1-a1.ts HTTP/1.1" 206 1558520 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.144420578  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-131-v1-a1.ts HTTP/1.1" 206 1805176 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.181193928  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-133-v1-a1.ts HTTP/1.1" 206 1600632 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.222774528  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-135-v1-a1.ts HTTP/1.1" 206 1772088 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.260960646  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-137-v1-a1.ts HTTP/1.1" 206 1690872 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.304658389  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-139-v1-a1.ts HTTP/1.1" 206 1829240 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.347654624  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-141-v1-a1.ts HTTP/1.1" 206 1597624 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.387947714  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-143-v1-a1.ts HTTP/1.1" 206 1666808 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.425366691  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-145-v1-a1.ts HTTP/1.1" 206 1669816 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.464377884  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-147-v1-a1.ts HTTP/1.1" 206 1826232 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.500184653  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-149-v1-a1.ts HTTP/1.1" 206 1651768 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.539820490  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-151-v1-a1.ts HTTP/1.1" 206 1639736 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.598096758  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-153-v1-a1.ts HTTP/1.1" 206 1745016 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.640797530  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-155-v1-a1.ts HTTP/1.1" 206 1714936 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.676283923  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-157-v1-a1.ts HTTP/1.1" 206 1522424 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.717535482  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-159-v1-a1.ts HTTP/1.1" 206 1420152 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.751639756  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-161-v1-a1.ts HTTP/1.1" 206 1525432 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.796622818  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-163-v1-a1.ts HTTP/1.1" 206 1781112 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.845715387  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-165-v1-a1.ts HTTP/1.1" 206 1642744 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.882318052  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-167-v1-a1.ts HTTP/1.1" 206 1609656 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.925949485  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-169-v1-a1.ts HTTP/1.1" 206 1591608 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:36.958928660  127.0.0.1 - - [11/Feb/2024:14:35:36 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-171-v1-a1.ts HTTP/1.1" 206 1642744 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.015199914  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-173-v1-a1.ts HTTP/1.1" 206 1615672 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.053522306  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-175-v1-a1.ts HTTP/1.1" 206 1603640 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.089440856  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-177-v1-a1.ts HTTP/1.1" 206 1597624 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.129028942  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-179-v1-a1.ts HTTP/1.1" 206 1937528 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.166391197  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-181-v1-a1.ts HTTP/1.1" 206 1714936 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.215572654  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-183-v1-a1.ts HTTP/1.1" 206 1591608 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.256309078  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-185-v1-a1.ts HTTP/1.1" 206 1600632 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.290937144  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-187-v1-a1.ts HTTP/1.1" 206 1748024 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.331041742  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-189-v1-a1.ts HTTP/1.1" 206 1621688 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.364868132  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-191-v1-a1.ts HTTP/1.1" 206 1609656 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.411468892  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-193-v1-a1.ts HTTP/1.1" 206 1338936 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.460552452  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-195-v1-a1.ts HTTP/1.1" 206 1353976 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.497339118  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-197-v1-a1.ts HTTP/1.1" 206 1702904 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.539766598  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-199-v1-a1.ts HTTP/1.1" 206 1498360 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.584732670  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-201-v1-a1.ts HTTP/1.1" 206 1411128 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.638949704  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-203-v1-a1.ts HTTP/1.1" 206 1423160 "-" "Lavf/59.27.100" "-"
2024-02-11 14:35:37.674128925  127.0.0.1 - - [11/Feb/2024:14:35:37 +0000] "GET /vod/Werkzeughuette/start/1707564600/end/1707568199/seg-205-v1-a1.ts HTTP/1.1" 206 1269752 "-" "Lavf/59.27.100" "-"

FFprobe output from your camera

ffprobe version 5.1.4 Copyright (c) 2007-2023 the FFmpeg developers
  built with gcc 11 (GCC)
  configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --docdir=/usr/share/doc/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' --extra-ldflags='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' --extra-cflags=' -I/usr/include/rav1e' --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3 --enable-bzlib --disable-crystalhd --enable-fontconfig --enable-frei0r --enable-gcrypt --enable-gnutls --enable-ladspa --enable-libaom --enable-libdav1d --enable-libass --enable-libbluray --enable-libcdio --enable-libdrm --enable-libjack --enable-libjxl --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-nvenc --enable-openal --enable-opencl --enable-opengl --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-version3 --enable-vapoursynth --enable-libvpx --enable-vulkan --enable-libshaderc --enable-libx264 --enable-libx265 --enable-libxvid --enable-libxml2 --enable-libzimg --enable-libzvbi --enable-lv2 --enable-avfilter --enable-libmodplug --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-lto --enable-libmfx --enable-runtime-cpudetect
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
[rtsp @ 0x560409b13e00] method SETUP failed: 461 Unsupported transport
Input #0, rtsp, from 'rtsp:https://127.0.0.1:8554/Werkzeughuette_HD':
  Metadata:
    title           : go2rtc/1.8.4
  Duration: N/A, start: 0.000000, bitrate: N/A
  Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 25 fps, 25 tbr, 90k tbn
  Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp

Frigate stats

No response

Operating system

Other Linux

Install method

Docker Compose

Coral version

Other

Network connection

Wireless

Camera make and model

Imou Bullet 3

Any other information that may be helpful

No response

@NickM-27
Copy link
Sponsor Collaborator

Only key frames are kept by default, it still is fitting a lot of data in especially if you request a large time lapse.

But that is why the args are configurable, you can reduce the bitrate if you want to

@mike2307
Copy link
Contributor Author

I already tried adding "-b:v 4M" to timelapse_args.
But that causes an error in ffmpeg:

2024-02-11 16:05:00.710995435  [2024-02-11 16:05:00] frigate.record.export          ERROR   : Failed to export recording for command ffmpeg -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -an -skip_frame nokey -y -protocol_whitelist pipe,file,http,tcp -i http:https://127.0.0.1:5000/vod/Werkzeughuette/start/1707562800/end/1707566399/index.m3u8 -c:v h264_vaapi -vf setpts=PTS/60 -r 15 -b:v 4M /media/frigate/exports/in_progress.Werkzeughuette@2024_02_10_11_00__2024_02_10_11_59.mp4
2024-02-11 16:05:00.711164665  [2024-02-11 16:05:00] frigate.record.export          ERROR   : [hls @ 0x55d886a2bc80] Skip ('#EXT-X-ALLOW-CACHE:YES')
2024-02-11 16:05:00.711167984  [hls @ 0x55d886a2bc80] Skip ('#EXT-X-VERSION:3')
2024-02-11 16:05:00.711169696  [hls @ 0x55d886a2bc80] Opening 'http:https://127.0.0.1:5000/vod/Werkzeughuette/start/1707562800/end/1707566399/seg-1-v1-a1.ts' for reading
2024-02-11 16:05:00.711171263  [hls @ 0x55d886a2bc80] Opening 'http:https://127.0.0.1:5000/vod/Werkzeughuette/start/1707562800/end/1707566399/seg-2-v1-a1.ts' for reading
2024-02-11 16:05:00.711173185  Input #0, hls, from 'http:https://127.0.0.1:5000/vod/Werkzeughuette/start/1707562800/end/1707566399/index.m3u8':
2024-02-11 16:05:00.711176326    Duration: 01:00:07.75, start: 0.101000, bitrate: N/A
2024-02-11 16:05:00.711177298    Program 0
2024-02-11 16:05:00.711178657      Metadata:
2024-02-11 16:05:00.711179673        variant_bitrate : 0
2024-02-11 16:05:00.711181084    Stream #0:0: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080, 25 fps, 25 tbr, 90k tbn
2024-02-11 16:05:00.711192955      Metadata:
2024-02-11 16:05:00.711194721        variant_bitrate : 0
2024-02-11 16:05:00.711196000    Stream #0:1: Audio: aac (LC) ([15][0][0][0] / 0x000F), 16000 Hz, mono, fltp
2024-02-11 16:05:00.711218132      Metadata:
2024-02-11 16:05:00.711219852        variant_bitrate : 0
2024-02-11 16:05:00.711220957    Stream #0:2: Data: timed_id3 (ID3  / 0x20334449)
2024-02-11 16:05:00.711222042      Metadata:
2024-02-11 16:05:00.711223199        variant_bitrate : 0
2024-02-11 16:05:00.711224046  Stream mapping:
2024-02-11 16:05:00.711225323    Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_vaapi))
2024-02-11 16:05:00.711226620  Press [q] to stop, [?] for help
2024-02-11 16:05:00.711228321  cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2024-02-11 16:05:00.711229354  stream #0:
2024-02-11 16:05:00.711249065    keyframe=1
2024-02-11 16:05:00.711250965    duration=0.040
2024-02-11 16:05:00.711252087    dts=0.101  pts=0.101
2024-02-11 16:05:00.711252999    size=275773
2024-02-11 16:05:00.711254415  cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2024-02-11 16:05:00.711256242  stream #0:
2024-02-11 16:05:00.711257185    keyframe=0
2024-02-11 16:05:00.711258082    duration=0.040
2024-02-11 16:05:00.711259093    dts=0.147  pts=0.147
2024-02-11 16:05:00.711259991    size=261
2024-02-11 16:05:00.711261134  [h264 @ 0x55d886b9fdc0] nal_unit_type: 9(AUD), nal_ref_idc: 0
2024-02-11 16:05:00.711279623  [h264 @ 0x55d886b9fdc0] nal_unit_type: 7(SPS), nal_ref_idc: 3
2024-02-11 16:05:00.711281687  [h264 @ 0x55d886b9fdc0] nal_unit_type: 8(PPS), nal_ref_idc: 3
2024-02-11 16:05:00.711282905  [h264 @ 0x55d886b9fdc0] nal_unit_type: 7(SPS), nal_ref_idc: 3
2024-02-11 16:05:00.711284189  [h264 @ 0x55d886b9fdc0] nal_unit_type: 8(PPS), nal_ref_idc: 3
2024-02-11 16:05:00.711285716  [h264 @ 0x55d886b9fdc0] nal_unit_type: 5(IDR), nal_ref_idc: 3
2024-02-11 16:05:00.711287466  [h264 @ 0x55d886b9fdc0] Format vaapi chosen by get_format().
2024-02-11 16:05:00.711289171  [h264 @ 0x55d886b9fdc0] Format vaapi requires hwaccel initialisation.
2024-02-11 16:05:00.711291046  [h264 @ 0x55d886b9fdc0] Considering format 0x3231564e -> nv12.
2024-02-11 16:05:00.711292522  [h264 @ 0x55d886b9fdc0] Picked nv12 (0x3231564e) as best match for yuv420p.
2024-02-11 16:05:00.711293956  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0.
2024-02-11 16:05:00.711295905  [AVHWFramesContext @ 0x7faa2c093800] Direct mapping possible.
2024-02-11 16:05:00.711297010  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x1.
2024-02-11 16:05:00.711298135  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x2.
2024-02-11 16:05:00.711299361  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x3.
2024-02-11 16:05:00.711321358  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x4.
2024-02-11 16:05:00.711323223  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x5.
2024-02-11 16:05:00.711324471  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x6.
2024-02-11 16:05:00.711325565  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x7.
2024-02-11 16:05:00.711327103  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x8.
2024-02-11 16:05:00.711328313  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x9.
2024-02-11 16:05:00.711329999  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0xa.
2024-02-11 16:05:00.711331097  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0xb.
2024-02-11 16:05:00.711332539  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0xc.
2024-02-11 16:05:00.711333587  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0xd.
2024-02-11 16:05:00.711334648  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0xe.
2024-02-11 16:05:00.711335760  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0xf.
2024-02-11 16:05:00.711336816  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x10.
2024-02-11 16:05:00.711422443  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x11.
2024-02-11 16:05:00.711426320  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x12.
2024-02-11 16:05:00.711427426  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x13.
2024-02-11 16:05:00.711428749  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x14.
2024-02-11 16:05:00.711429980  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x15.
2024-02-11 16:05:00.711437214  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x16.
2024-02-11 16:05:00.711438442  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x17.
2024-02-11 16:05:00.711439536  [AVHWFramesContext @ 0x7faa2c093800] Created surface 0x18.
2024-02-11 16:05:00.711441121  [h264 @ 0x55d886b9fdc0] Decode context initialised: 0/0x10000000.
2024-02-11 16:05:00.711442336  [h264 @ 0x55d886b9fdc0] Reinit context to 1920x1088, pix_fmt: vaapi
2024-02-11 16:05:00.712092234  [h264 @ 0x55d886b9fdc0] Param buffer (type 0, 672 bytes) is 0.
2024-02-11 16:05:00.712096087  [h264 @ 0x55d886b9fdc0] Param buffer (type 1, 240 bytes) is 0x1.
2024-02-11 16:05:00.712097210  [h264 @ 0x55d886b9fdc0] Slice 0 param buffer (3128 bytes) is 0x2.
2024-02-11 16:05:00.712098534  cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2024-02-11 16:05:00.712099473  stream #0:
2024-02-11 16:05:00.712104135    keyframe=0
2024-02-11 16:05:00.712105052    duration=0.040
2024-02-11 16:05:00.712107202    dts=0.187  pts=0.187
2024-02-11 16:05:00.712108101    size=216
2024-02-11 16:05:00.712109197  [h264 @ 0x55d886b9fdc0] Slice 0 data buffer (275697 bytes) is 0x3.
2024-02-11 16:05:00.712110241  [h264 @ 0x55d886b9fdc0] Decode to surface 0x18.
2024-02-11 16:05:00.712111363  [h264 @ 0x55d886c33f40] nal_unit_type: 9(AUD), nal_ref_idc: 0
2024-02-11 16:05:00.712112568  [h264 @ 0x55d886c33f40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2024-02-11 16:05:00.712113883  cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2024-02-11 16:05:00.712114768  stream #0:
2024-02-11 16:05:00.712115677    keyframe=0
2024-02-11 16:05:00.712116587    duration=0.040
2024-02-11 16:05:00.712117540    dts=0.227  pts=0.227
2024-02-11 16:05:00.712118396    size=267
2024-02-11 16:05:00.712162168  [h264 @ 0x55d886c48280] nal_unit_type: 9(AUD), nal_ref_idc: 0
2024-02-11 16:05:00.712163586  [h264 @ 0x55d886c48280] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2024-02-11 16:05:00.712164888  cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
2024-02-11 16:05:00.712165757  stream #0:
2024-02-11 16:05:00.712166622    keyframe=0
2024-02-11 16:05:00.712167508    duration=0.040
2024-02-11 16:05:00.712168418    dts=0.267  pts=0.267
2024-02-11 16:05:00.712169232    size=279
2024-02-11 16:05:00.712170340  [h264 @ 0x55d886b65a40] nal_unit_type: 9(AUD), nal_ref_idc: 0
2024-02-11 16:05:00.712171515  [h264 @ 0x55d886b65a40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2024-02-11 16:05:00.712172569  [h264 @ 0x55d886b79d80] nal_unit_type: 9(AUD), nal_ref_idc: 0
2024-02-11 16:05:00.712173756  [h264 @ 0x55d886b79d80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2024-02-11 16:05:00.712191090  [Parsed_setpts_0 @ 0x55d887385ac0] Setting 'expr' to value 'PTS/60'
2024-02-11 16:05:00.712192508  [graph 0 input from stream 0:0 @ 0x55d887386180] Setting 'video_size' to value '1920x1080'
2024-02-11 16:05:00.712193669  [graph 0 input from stream 0:0 @ 0x55d887386180] Setting 'pix_fmt' to value '44'
2024-02-11 16:05:00.712194857  [graph 0 input from stream 0:0 @ 0x55d887386180] Setting 'time_base' to value '1/90000'
2024-02-11 16:05:00.712196106  [graph 0 input from stream 0:0 @ 0x55d887386180] Setting 'pixel_aspect' to value '0/1'
2024-02-11 16:05:00.712197298  [graph 0 input from stream 0:0 @ 0x55d887386180] Setting 'frame_rate' to value '25/1'
2024-02-11 16:05:00.712198550  [graph 0 input from stream 0:0 @ 0x55d887386180] w:1920 h:1080 pixfmt:vaapi tb:1/90000 fr:25/1 sar:0/1
2024-02-11 16:05:00.712199723  [format @ 0x55d887386b40] Setting 'pix_fmts' to value 'vaapi'
2024-02-11 16:05:00.712200941  [AVFilterGraph @ 0x55d886b80e00] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed
2024-02-11 16:05:00.712202139  [graph 0 input from stream 0:0 @ 0x55d887386180] TB:0.000011 FRAME_RATE:25.000000 SAMPLE_RATE:nan
2024-02-11 16:05:00.712207879  [h264_vaapi @ 0x55d886a9dac0] Using input frames context (format vaapi) with h264_vaapi encoder.
2024-02-11 16:05:00.712209197  [h264_vaapi @ 0x55d886a9dac0] Input surface format is nv12.
2024-02-11 16:05:00.712210368  [h264_vaapi @ 0x55d886a9dac0] Using VAAPI profile VAProfileH264High (7).
2024-02-11 16:05:00.712211568  [h264_vaapi @ 0x55d886a9dac0] Using VAAPI entrypoint VAEntrypointEncSliceLP (8).
2024-02-11 16:05:00.712212732  [h264_vaapi @ 0x55d886a9dac0] Using VAAPI render target format YUV420 (0x1).
2024-02-11 16:05:00.712213844  [h264_vaapi @ 0x55d886a9dac0] Driver supports RC modes CQP.
2024-02-11 16:05:00.712214957  [h264_vaapi @ 0x55d886a9dac0] Driver does not support AVBR RC mode.
2024-02-11 16:05:00.712216095  [h264_vaapi @ 0x55d886a9dac0] Driver does not support VBR RC mode.
2024-02-11 16:05:00.712217343  [h264_vaapi @ 0x55d886a9dac0] Driver does not support CBR RC mode.
2024-02-11 16:05:00.712218711  [h264_vaapi @ 0x55d886a9dac0] Driver does not support any RC mode compatible with selected options (supported modes: CQP).
2024-02-11 16:05:00.712220253  Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
2024-02-11 16:05:00.712241000  [AVIOContext @ 0x55d886a99ac0] Statistics: 0 bytes written, 0 seeks, 0 writeouts
2024-02-11 16:05:00.712242343  [AVIOContext @ 0x55d886a67c40] Statistics: 302812 bytes read, 0 seeks
2024-02-11 16:05:00.712243435  [AVIOContext @ 0x55d886a73400] Statistics: 0 bytes read, 0 seeks
2024-02-11 16:05:00.712244593  [AVIOContext @ 0x55d886a3fa00] Statistics: 10577 bytes read, 0 seeks
2024-02-11 16:05:00.712245538  Conversion failed!
2024-02-11 16:05:00.712246330
exit code: 0

@NickM-27
Copy link
Sponsor Collaborator

I'm not sure what options the vaapi encoder supports, seems like that isn't one of them. The hardware encoders don't necessarily support all the options that the libx264 encoder supports

@mike2307
Copy link
Contributor Author

It looks like only the "-qp" parameter is having a good effect here.
I tried with "-qp 38" and the file size looks very good already; probably I can even raise the quality a bit.
I'm trying to experiment now, which value is giving reasonable file size figures with acceptable quality.

Once I've come up with some good settings I can create a merge request for extending the documentation in that regard if it is desired to do so...

@mike2307
Copy link
Contributor Author

Documentation has been updated.
Closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants