Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cameras:
- back_porch:
- snapshots:
- enabled: True
- bounding_box: True
- retain:
- default: 5
- clips:
- enabled: True
- objects:
- - person
- - cat
- record:
- enabled: False
- rtmp:
- enabled: True
- ffmpeg:
- inputs:
- - path: rtsp://back:back@192.168.1.203/live
- roles:
- - detect
- - rtmp
- - clips
- # - record
- width: 1920
- height: 1080
- fps: 5
- ...
- ffmpeg:
- output_args:
- clips: "-f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac"
- record: "-f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac"
- rtmp: '-f flv -c:v copy -c:a aac'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement