mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.61k stars 160 forks source link

WYZE Docker Bridge Into Frigate #1017

Closed awwbaker closed 8 months ago

awwbaker commented 11 months ago

I have two cameras one is a Reolink Doorbell Camera feeding into my Frigate Add-On. (This one seems to be working fine) The second is Wyze Floodlight connected to the Docker Wyze Bridge. To the best of my "UNDERSTANDING" I "should be able to take output from the Bridge and feed into Frigate. I am having trouble getting the latter two to talk. If anyone can offer changes to the below config file I would be most appreciative. Thank you in advance, Anthony

Frigate 2023-10-15 16:43:30.535897732 12:43:30.535 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="wrong response on DESCRIBE" url=rtsp://192.168.4.23:8554/BreezewayFloodLight 2023-10-15 16:43:30.535993980 12:43:30.535 WRN [rtsp] error="source 0 error: wrong response on DESCRIBE" stream=breezeway 2023-10-15 16:43:30.542855498 [2023-10-15 12:43:30] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-15 16:43:30.543501270 [2023-10-15 12:43:30] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-15 16:43:37.121295949 172.30.32.1 - - [15/Oct/2023:12:43:37 -0400] "GET /api/stats HTTP/1.1" 200 2411 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-15 16:43:37.385282647 172.30.32.2 - - [15/Oct/2023:12:43:37 -0400] "GET / HTTP/1.1" 200 6641 "-" "HomeAssistantSupervisor/2023.10.0 aiohttp/3.8.5 Python/3.11" "-" 2023-10-15 16:43:40.515078394 [2023-10-15 12:43:40] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-15 16:43:40.515345226 [2023-10-15 12:43:40] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-15 16:43:40.515493049 [2023-10-15 12:43:40] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x5637ad4caec0] method DESCRIBE failed: 404 Not Found 2023-10-15 16:43:40.515603880 [2023-10-15 12:43:40] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found 2023-10-15 16:43:40.532192842 12:43:40.532 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="wrong response on DESCRIBE" url=rtsp://192.168.4.23:8554/BreezewayFloodLight 2023-10-15 16:43:40.533204117 12:43:40.533 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="wrong response on DESCRIBE" url=rtsp://192.168.4.23:8554/BreezewayFloodLight 2023-10-15 16:43:40.533232837 12:43:40.533 WRN [rtsp] error="source 0 error: wrong response on DESCRIBE" stream=breezeway 2023-10-15 16:43:40.535212043 [2023-10-15 12:43:40] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-15 16:43:40.535403985 [2023-10-15 12:43:40] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-15 16:43:46.107894276 172.30.32.1 - - [15/Oct/2023:12:43:46 -0400] "GET /api/stats HTTP/1.1" 200 2376 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-15 16:43:50.528202890 [2023-10-15 12:43:50] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-15 16:43:50.528614904 [2023-10-15 12:43:50] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-15 16:43:50.529348077 [2023-10-15 12:43:50] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x55a2f29f5ec0] method DESCRIBE failed: 404 Not Found 2023-10-15 16:43:50.529363313 [2023-10-15 12:43:50] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found

go2rtc: streams: front_door:

mrlt8 commented 11 months ago

Can you access the rtsp stream rtsp://192.168.4.23:8554/BreezewayFloodLight directly in a media player like VLC?

awwbaker commented 11 months ago

Dear Mr mrtl8I changed the name of the camera to just breezeway. I installed VLC and did as you suggested and the video is being fed! I appreciate you taking time!!!! VR Anthony Baker 703-989-8500

mqtt:  host: 192.168.4.23  user: mqtt_user  password: mqtt_user detectors:  coral:    type: edgetpu    device: usb go2rtc:  streams:    front_door:    - @.:554/h264Preview_01_main    breezeway:      - @*.**@*.***:8554/breezewaycameras:  breezeway:     mqtt:      timestamp: False      bounding_box: False      crop: True      height: 720    ffmpeg:      inputs:       - path: rtsp://127.0.0.1:8554/breezeway         roles:         - detect         - record         - rtmp    objects:      track:        - person        - car    detect:      enabled: True      width: 1920      height: 1080      fps: 5    record:      enabled: False    rtmp:      enabled: True    snapshots:      enabled: False      bounding_box: False  front_door:     ffmpeg:      hwaccel_args: preset-intel-qsv-h264      output_args:          record: preset-record-generic-audio-copy      inputs:        - path: rtsp://127.0.0.1:8554/front_door          input_args: preset-rtsp-restream          roles:            - detect            - record    record:      enabled: true      retain:        days: 14        mode: all    objects:      track:        - person        - car#    retain:#        default: 14    zones:      entryway:        coordinates: 1380,1920,1299,1395,982,1403,1000,1920        objects:          - person        motion:      mask:       - 0,1920,0,0,1340,26,2560,0,2560,790,584,433,529,1920       

Frigate 2023-10-16 13:40:23.514179448 09:40:23.514 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:40:23.516012433 [2023-10-16 09:40:23] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:40:23.516378440 [2023-10-16 09:40:23] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:28.517775994 09:40:28.517 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:28.636368805 [2023-10-16 09:40:28] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:40:28.636815283 [2023-10-16 09:40:28] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:28.722515261 172.30.32.1 - - [16/Oct/2023:09:40:28 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:40:33.501649175 [2023-10-16 09:40:33] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-16 13:40:33.501789817 [2023-10-16 09:40:33] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:33.501908244 [2023-10-16 09:40:33] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x55924d7a0ec0] method DESCRIBE failed: 404 Not Found 2023-10-16 13:40:33.501991900 [2023-10-16 09:40:33] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found 2023-10-16 13:40:33.508528840 [2023-10-16 09:40:33] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door. 2023-10-16 13:40:33.508534972 [2023-10-16 09:40:33] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:33.508538323 [2023-10-16 09:40:33] ffmpeg.front_door.detect ERROR : rtsp://127.0.0.1:8554/front_door: Invalid data found when processing input 2023-10-16 13:40:33.516830291 09:40:33.516 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @*.**@*.:8554/breezeway 2023-10-16 13:40:33.517954609 09:40:33.517 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:33.518139112 09:40:33.517 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.117:554: i/o timeout" stream=front_door 2023-10-16 13:40:33.518856763 09:40:33.518 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @.**@.:8554/breezeway 2023-10-16 13:40:33.518861354 09:40:33.518 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:40:33.521244497 [2023-10-16 09:40:33] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:40:33.521628657 [2023-10-16 09:40:33] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:36.726226547 172.30.32.1 - - [16/Oct/2023:09:40:36 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:40:38.529881868 09:40:38.529 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:38.649680373 [2023-10-16 09:40:38] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:40:38.650172283 [2023-10-16 09:40:38] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:43.511837951 [2023-10-16 09:40:43] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-16 13:40:43.512229770 [2023-10-16 09:40:43] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:43.512680294 [2023-10-16 09:40:43] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x55ed4912dec0] method DESCRIBE failed: 404 Not Found 2023-10-16 13:40:43.513097694 [2023-10-16 09:40:43] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found 2023-10-16 13:40:43.516933399 [2023-10-16 09:40:43] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door. 2023-10-16 13:40:43.517236137 [2023-10-16 09:40:43] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:43.517241754 [2023-10-16 09:40:43] ffmpeg.front_door.detect ERROR : rtsp://127.0.0.1:8554/front_door: Invalid data found when processing input 2023-10-16 13:40:43.530177316 09:40:43.530 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:43.530207271 09:40:43.530 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.117:554: i/o timeout" stream=front_door 2023-10-16 13:40:43.530992569 09:40:43.530 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @.**@.:8554/breezeway 2023-10-16 13:40:43.535513498 09:40:43.535 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @.**@.:8554/breezeway 2023-10-16 13:40:43.535577422 09:40:43.535 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:40:43.537859964 [2023-10-16 09:40:43] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:40:43.537940780 [2023-10-16 09:40:43] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:44.731246108 172.30.32.1 - - [16/Oct/2023:09:40:44 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:40:48.544087102 09:40:48.543 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:48.659607038 [2023-10-16 09:40:48] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:40:48.660037617 [2023-10-16 09:40:48] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:52.739089294 172.30.32.1 - - [16/Oct/2023:09:40:52 -0400] "GET /api/stats HTTP/1.1" 200 2334 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:40:53.023234247 172.30.32.2 - - [16/Oct/2023:09:40:53 -0400] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "fdf4:9aab:a6b:1:1c02:3950:9f9a:ba2e, 172.30.32.1" 2023-10-16 13:40:53.526513214 [2023-10-16 09:40:53] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-16 13:40:53.527490647 [2023-10-16 09:40:53] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:53.528130220 [2023-10-16 09:40:53] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x56317e8c7ec0] method DESCRIBE failed: 404 Not Found 2023-10-16 13:40:53.528145936 [2023-10-16 09:40:53] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found 2023-10-16 13:40:53.534663581 [2023-10-16 09:40:53] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door. 2023-10-16 13:40:53.535304627 [2023-10-16 09:40:53] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:53.535312016 [2023-10-16 09:40:53] ffmpeg.front_door.detect ERROR : rtsp://127.0.0.1:8554/front_door: Invalid data found when processing input 2023-10-16 13:40:53.545157532 09:40:53.545 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:53.545205500 09:40:53.545 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.117:554: i/o timeout" stream=front_door 2023-10-16 13:40:53.546339267 09:40:53.546 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @.**@.:8554/breezeway 2023-10-16 13:40:53.548710260 09:40:53.548 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @.**@.:8554/breezeway 2023-10-16 13:40:53.548738223 09:40:53.548 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:40:53.550565531 [2023-10-16 09:40:53] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:40:53.550833257 [2023-10-16 09:40:53] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:58.556520982 09:40:58.556 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:58.672574758 [2023-10-16 09:40:58] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:40:58.673121221 [2023-10-16 09:40:58] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:58.761655222 172.30.32.2 - - [16/Oct/2023:09:40:58 -0400] "GET /live/mse/api/ws?src=breezeway HTTP/1.1" 101 107 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "fdf4:9aab:a6b:1:1c02:3950:9f9a:ba2e, 172.30.32.1" 2023-10-16 13:41:00.725721418 172.30.32.1 - - [16/Oct/2023:09:41:00 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:41:03.541724714 [2023-10-16 09:41:03] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door. 2023-10-16 13:41:03.543565503 [2023-10-16 09:41:03] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:41:03.543581443 [2023-10-16 09:41:03] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-16 13:41:03.543593725 [2023-10-16 09:41:03] ffmpeg.front_door.detect ERROR : rtsp://127.0.0.1:8554/front_door: Invalid data found when processing input 2023-10-16 13:41:03.543604992 [2023-10-16 09:41:03] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:41:03.543678625 [2023-10-16 09:41:03] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x55c99c181ec0] method DESCRIBE failed: 404 Not Found 2023-10-16 13:41:03.543861261 [2023-10-16 09:41:03] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found 2023-10-16 13:41:03.556962102 09:41:03.556 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:41:03.557172082 09:41:03.556 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.117:554: i/o timeout" stream=front_door 2023-10-16 13:41:03.559524065 09:41:03.559 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @.**@.:8554/breezeway 2023-10-16 13:41:03.561728348 09:41:03.561 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @.**@.:8554/breezeway 2023-10-16 13:41:03.561754329 09:41:03.561 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:41:03.563978438 [2023-10-16 09:41:03] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:41:03.564315611 [2023-10-16 09:41:03] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:41:08.569646005 09:41:08.569 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:41:08.686475053 [2023-10-16 09:41:08] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:41:08.686644100 [2023-10-16 09:41:08] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:41:08.726943242 172.30.32.1 - - [16/Oct/2023:09:41:08 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:41:13.553879206 [2023-10-16 09:41:13] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door. 2023-10-16 13:41:13.559841059 [2023-10-16 09:41:13] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-16 13:41:13.559849012 [2023-10-16 09:41:13] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:41:13.559852865 [2023-10-16 09:41:13] ffmpeg.front_door.detect ERROR : rtsp://127.0.0.1:8554/front_door: Invalid data found when processing input 2023-10-16 13:41:13.559856580 [2023-10-16 09:41:13] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:41:13.559859967 [2023-10-16 09:41:13] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x55c9b3a74ec0] method DESCRIBE failed: 404 Not Found 2023-10-16 13:41:13.559863453 [2023-10-16 09:41:13] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found 2023-10-16 13:41:13.570164681 09:41:13.570 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:41:13.570199691 09:41:13.570 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.117:554: i/o timeout" stream=front_door 2023-10-16 13:41:13.577522273 09:41:13.577 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @.**@.:8554/breezeway 2023-10-16 13:41:13.579842772 09:41:13.579 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @.**@.:8554/breezeway 2023-10-16 13:41:13.579846715 09:41:13.579 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:41:13.581403681 [2023-10-16 09:41:13] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:41:13.581528649 [2023-10-16 09:41:13] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:41:16.734551343 172.30.32.1 - - [16/Oct/2023:09:41:16 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:41:18.582502951 09:41:18.582 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.***:554/h264Preview_01_main 2023-10-16 13:41:18.698297341 [2023-10-16 09:41:18] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:41:18.698477706 [2023-10-16 09:41:18] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread...

On Sunday, October 15, 2023 at 09:41:02 PM EDT, mrlt8 ***@***.***> wrote:  

Can you access the rtsp stream rtsp://192.168.4.23:8554/BreezewayFloodLight directly in a media player like VLC?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

awwbaker commented 11 months ago

Reolink Door Bell and Two Wyze FloodLights mqtt: host: 192.168.4.23 user: mqtt_user password: mqtt_user

detectors: coral: type: edgetpu device: usb

go2rtc: streams: breezeway:

maxfield-allison commented 11 months ago

you can also just point to the docker wyze bridge container name:port instead of loop back.

superdong69 commented 8 months ago

Dear Mr mrtl8I changed the name of the camera to just breezeway. I installed VLC and did as you suggested and the video is being fed! I appreciate you taking time!!!! VR Anthony Baker 703-989-8500 mqtt:  host: 192.168.4.23  user: mqtt_user  password: mqtt_user detectors:  coral:    type: edgetpu    device: usb go2rtc:  streams:    front_door:    - @.:554/h264Preview_01_main    breezeway:      - @*.**@*.:8554/breezewaycameras:  breezeway:     mqtt:      timestamp: False      bounding_box: False      crop: True      height: 720    ffmpeg:      inputs:       - path: rtsp://127.0.0.1:8554/breezeway         roles:         - detect         - record         - rtmp    objects:      track:        - person        - car    detect:      enabled: True      width: 1920      height: 1080      fps: 5    record:      enabled: False    rtmp:      enabled: True    snapshots:      enabled: False      bounding_box: False  front_door:     ffmpeg:      hwaccel_args: preset-intel-qsv-h264      output_args:          record: preset-record-generic-audio-copy      inputs:        - path: rtsp://127.0.0.1:8554/front_door          input_args: preset-rtsp-restream          roles:            - detect            - record    record:      enabled: true      retain:        days: 14        mode: all    objects:      track:        - person        - car#    retain:#        default: 14    zones:      entryway:        coordinates: 1380,1920,1299,1395,982,1403,1000,1920        objects:          - person        motion:      mask:       - 0,1920,0,0,1340,26,2560,0,2560,790,584,433,529,1920        Frigate 2023-10-16 13:40:23.514179448 09:40:23.514 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:40:23.516012433 [2023-10-16 09:40:23] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:40:23.516378440 [2023-10-16 09:40:23] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:28.517775994 09:40:28.517 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:28.636368805 [2023-10-16 09:40:28] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:40:28.636815283 [2023-10-16 09:40:28] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:28.722515261 172.30.32.1 - - [16/Oct/2023:09:40:28 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:40:33.501649175 [2023-10-16 09:40:33] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-16 13:40:33.501789817 [2023-10-16 09:40:33] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:33.501908244 [2023-10-16 09:40:33] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x55924d7a0ec0] method DESCRIBE failed: 404 Not Found 2023-10-16 13:40:33.501991900 [2023-10-16 09:40:33] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found 2023-10-16 13:40:33.508528840 [2023-10-16 09:40:33] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door. 2023-10-16 13:40:33.508534972 [2023-10-16 09:40:33] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:33.508538323 [2023-10-16 09:40:33] ffmpeg.front_door.detect ERROR : rtsp://127.0.0.1:8554/front_door: Invalid data found when processing input 2023-10-16 13:40:33.516830291 09:40:33.516 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @.**@.:8554/breezeway 2023-10-16 13:40:33.517954609 09:40:33.517 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:33.518139112 09:40:33.517 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.117:554: i/o timeout" stream=front_door 2023-10-16 13:40:33.518856763 09:40:33.518 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @*.**@*.:8554/breezeway 2023-10-16 13:40:33.518861354 09:40:33.518 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:40:33.521244497 [2023-10-16 09:40:33] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:40:33.521628657 [2023-10-16 09:40:33] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:36.726226547 172.30.32.1 - - [16/Oct/2023:09:40:36 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:40:38.529881868 09:40:38.529 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:38.649680373 [2023-10-16 09:40:38] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:40:38.650172283 [2023-10-16 09:40:38] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:43.511837951 [2023-10-16 09:40:43] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-16 13:40:43.512229770 [2023-10-16 09:40:43] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:43.512680294 [2023-10-16 09:40:43] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x55ed4912dec0] method DESCRIBE failed: 404 Not Found 2023-10-16 13:40:43.513097694 [2023-10-16 09:40:43] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found 2023-10-16 13:40:43.516933399 [2023-10-16 09:40:43] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door. 2023-10-16 13:40:43.517236137 [2023-10-16 09:40:43] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:43.517241754 [2023-10-16 09:40:43] ffmpeg.front_door.detect ERROR : rtsp://127.0.0.1:8554/front_door: Invalid data found when processing input 2023-10-16 13:40:43.530177316 09:40:43.530 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:43.530207271 09:40:43.530 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.117:554: i/o timeout" stream=front_door 2023-10-16 13:40:43.530992569 09:40:43.530 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @*.**@*.:8554/breezeway 2023-10-16 13:40:43.535513498 09:40:43.535 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @*.**@*.:8554/breezeway 2023-10-16 13:40:43.535577422 09:40:43.535 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:40:43.537859964 [2023-10-16 09:40:43] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:40:43.537940780 [2023-10-16 09:40:43] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:44.731246108 172.30.32.1 - - [16/Oct/2023:09:40:44 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:40:48.544087102 09:40:48.543 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:48.659607038 [2023-10-16 09:40:48] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:40:48.660037617 [2023-10-16 09:40:48] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:52.739089294 172.30.32.1 - - [16/Oct/2023:09:40:52 -0400] "GET /api/stats HTTP/1.1" 200 2334 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:40:53.023234247 172.30.32.2 - - [16/Oct/2023:09:40:53 -0400] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "fdf4:9aab:a6b:1:1c02:3950:9f9a:ba2e, 172.30.32.1" 2023-10-16 13:40:53.526513214 [2023-10-16 09:40:53] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-16 13:40:53.527490647 [2023-10-16 09:40:53] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:53.528130220 [2023-10-16 09:40:53] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x56317e8c7ec0] method DESCRIBE failed: 404 Not Found 2023-10-16 13:40:53.528145936 [2023-10-16 09:40:53] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found 2023-10-16 13:40:53.534663581 [2023-10-16 09:40:53] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door. 2023-10-16 13:40:53.535304627 [2023-10-16 09:40:53] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:40:53.535312016 [2023-10-16 09:40:53] ffmpeg.front_door.detect ERROR : rtsp://127.0.0.1:8554/front_door: Invalid data found when processing input 2023-10-16 13:40:53.545157532 09:40:53.545 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:53.545205500 09:40:53.545 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.117:554: i/o timeout" stream=front_door 2023-10-16 13:40:53.546339267 09:40:53.546 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @*.**@*.:8554/breezeway 2023-10-16 13:40:53.548710260 09:40:53.548 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @*.**@*.:8554/breezeway 2023-10-16 13:40:53.548738223 09:40:53.548 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:40:53.550565531 [2023-10-16 09:40:53] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:40:53.550833257 [2023-10-16 09:40:53] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:58.556520982 09:40:58.556 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:40:58.672574758 [2023-10-16 09:40:58] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:40:58.673121221 [2023-10-16 09:40:58] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:40:58.761655222 172.30.32.2 - - [16/Oct/2023:09:40:58 -0400] "GET /live/mse/api/ws?src=breezeway HTTP/1.1" 101 107 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "fdf4:9aab:a6b:1:1c02:3950:9f9a:ba2e, 172.30.32.1" 2023-10-16 13:41:00.725721418 172.30.32.1 - - [16/Oct/2023:09:41:00 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:41:03.541724714 [2023-10-16 09:41:03] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door. 2023-10-16 13:41:03.543565503 [2023-10-16 09:41:03] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:41:03.543581443 [2023-10-16 09:41:03] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-16 13:41:03.543593725 [2023-10-16 09:41:03] ffmpeg.front_door.detect ERROR : rtsp://127.0.0.1:8554/front_door: Invalid data found when processing input 2023-10-16 13:41:03.543604992 [2023-10-16 09:41:03] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:41:03.543678625 [2023-10-16 09:41:03] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x55c99c181ec0] method DESCRIBE failed: 404 Not Found 2023-10-16 13:41:03.543861261 [2023-10-16 09:41:03] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found 2023-10-16 13:41:03.556962102 09:41:03.556 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:41:03.557172082 09:41:03.556 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.117:554: i/o timeout" stream=front_door 2023-10-16 13:41:03.559524065 09:41:03.559 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @*.**@*.:8554/breezeway 2023-10-16 13:41:03.561728348 09:41:03.561 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @*.**@*.:8554/breezeway 2023-10-16 13:41:03.561754329 09:41:03.561 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:41:03.563978438 [2023-10-16 09:41:03] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:41:03.564315611 [2023-10-16 09:41:03] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:41:08.569646005 09:41:08.569 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:41:08.686475053 [2023-10-16 09:41:08] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:41:08.686644100 [2023-10-16 09:41:08] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:41:08.726943242 172.30.32.1 - - [16/Oct/2023:09:41:08 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:41:13.553879206 [2023-10-16 09:41:13] watchdog.front_door ERROR : Ffmpeg process crashed unexpectedly for front_door. 2023-10-16 13:41:13.559841059 [2023-10-16 09:41:13] watchdog.breezeway ERROR : Ffmpeg process crashed unexpectedly for breezeway. 2023-10-16 13:41:13.559849012 [2023-10-16 09:41:13] watchdog.front_door ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:41:13.559852865 [2023-10-16 09:41:13] ffmpeg.front_door.detect ERROR : rtsp://127.0.0.1:8554/front_door: Invalid data found when processing input 2023-10-16 13:41:13.559856580 [2023-10-16 09:41:13] watchdog.breezeway ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-10-16 13:41:13.559859967 [2023-10-16 09:41:13] ffmpeg.breezeway.detect ERROR : [rtsp @ 0x55c9b3a74ec0] method DESCRIBE failed: 404 Not Found 2023-10-16 13:41:13.559863453 [2023-10-16 09:41:13] ffmpeg.breezeway.detect ERROR : rtsp://127.0.0.1:8554/breezeway: Server returned 404 Not Found 2023-10-16 13:41:13.570164681 09:41:13.570 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:41:13.570199691 09:41:13.570 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.117:554: i/o timeout" stream=front_door 2023-10-16 13:41:13.577522273 09:41:13.577 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @*.**@*.:8554/breezeway 2023-10-16 13:41:13.579842772 09:41:13.579 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.141:8554: connect: connection refused" @*.**@*.:8554/breezeway 2023-10-16 13:41:13.579846715 09:41:13.579 WRN [rtsp] error="source 0 error: dial tcp 192.168.4.141:8554: connect: connection refused" stream=breezeway 2023-10-16 13:41:13.581403681 [2023-10-16 09:41:13] frigate.video ERROR : breezeway: Unable to read frames from ffmpeg process. 2023-10-16 13:41:13.581528649 [2023-10-16 09:41:13] frigate.video ERROR : breezeway: ffmpeg process is not running. exiting capture thread... 2023-10-16 13:41:16.734551343 172.30.32.1 - - [16/Oct/2023:09:41:16 -0400] "GET /api/stats HTTP/1.1" 200 2366 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-" 2023-10-16 13:41:18.582502951 09:41:18.582 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.4.117:554: i/o timeout" @.:554/h264Preview_01_main 2023-10-16 13:41:18.698297341 [2023-10-16 09:41:18] frigate.video ERROR : front_door: Unable to read frames from ffmpeg process. 2023-10-16 13:41:18.698477706 [2023-10-16 09:41:18] frigate.video ERROR : front_door: ffmpeg process is not running. exiting capture thread... On Sunday, October 15, 2023 at 09:41:02 PM EDT, mrlt8 @.> wrote: Can you access the rtsp stream rtsp://192.168.4.23:8554/BreezewayFloodLight directly in a media player like VLC? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.>

Were you ever able to get this working? I'm having the same issues, and no replies.

awwbaker commented 8 months ago

yes, this is the config i am currently using

mqtt: host: 192.168.4.23 user: mqtt_user password: mqtt_user

detectors: coral: type: edgetpu device: usb

go2rtc: streams: garage:

snapshots: enabled: True clean_copy: True timestamp: True

Optional: draw bounding box on the snapshots (default: shown below)

bounding_box: True retain:

Required: Default retention days (default: shown below)

default: 10
# Optional: Per object retention days
objects:
  person: 15

detect: enabled: True width: 1280 height: 720 fps: 5 ffmpeg: hwaccel_args: preset-vaapi

hwaccel_args: -hwaccel_output_format qsv -c:v h264_qsv

output_args:

preset-record-generic-audio-copy

record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy # -an

record: enabled: True retain: days: 7 mode: motion events: retain: default: 14 mode: active_objects cameras: front_door_main: ffmpeg: inputs:

awwbaker commented 8 months ago

mqtt: host: 192.168.4.23 user: mqtt_user password: mqtt_user

detectors: coral: type: edgetpu device: usb

go2rtc: streams: garage:

snapshots: enabled: True clean_copy: True timestamp: True

Optional: draw bounding box on the snapshots (default: shown below)

bounding_box: True retain:

Required: Default retention days (default: shown below)

default: 10
# Optional: Per object retention days
objects:
  person: 15

detect: enabled: True width: 1280 height: 720 fps: 5 ffmpeg: hwaccel_args: preset-vaapi

hwaccel_args: -hwaccel_output_format qsv -c:v h264_qsv

output_args:

preset-record-generic-audio-copy

record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy # -an

record: enabled: True retain: days: 7 mode: motion events: retain: default: 14 mode: active_objects cameras: front_door_main: ffmpeg: inputs: