Skip to content
Discussion options

You must be logged in to vote

Your updated configuration looks well-structured. Here are some observations:

What Looks Good

  • USB Coral TPU setup is correct with type: edgetpu and device: usb
    (1)

  • go2rtc streams are properly configured with the http-flv format and the secondary RTSP stream for two-way talk on the Doorbell
    (2)

  • Audio detection is enabled globally with a custom listen list, which is valid
    (3)

  • WebRTC candidates are configured for two-way talk support
    (2)

  • Using the sub stream for both detect and audio roles is a good approach to reduce connections
    (2)

Recommendations

Docker Compose: Your device mappings look correct for the USB Coral. The standard mapping is:

devices:
  - /dev/bus/usb:/dev/bus/usb

(…

Replies: 5 comments 2 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
2 replies
@hawkeye217
Comment options

@tsposato
Comment options

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 tsposato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment