Skip to content

frigate:0.8.0-beta3 - clips stop working after some time #492

Closed Answered by walthowd
walthowd asked this question in Ask A Question
Discussion options

You must be logged in to vote

Looks like we finally figured it out. Root cause is FFMPEG not existing when losing a RTMP stream. Adding rw_timeout flag fixes that.

  garage:
    ffmpeg:
      inputs:
        - path: "rtmp://192.168.1.128/bcs/channel0_sub.bcs?channel=0&stream=0&user=view&password=camera-password"
          roles:
            - detect
        - path: "rtmp://192.168.1.128/bcs/channel0_main.bcs?channel=0&stream=0&user=view&password=camera-password"
          roles:
            - clips
            - record
          global_args:
            - -rw_timeout
            - '5000000'
            - -hide_banner
            - -loglevel
            - info
    fps: 4
    height: 480
    width: 640
    clips:
      …

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by walthowd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant