Skip to content

Instantly share code, notes, and snippets.

@sdjnes
sdjnes / frigate-config.yml
Last active August 2, 2025 00:26
Tapo C100 Frigate setup with audio
...
go2rtc:
streams:
# Encode the main stream and sub-stream as h264 with AAC audio
{{stream_name}}:
- rtsp://{{camera_user}}:{{camera_password}}@{{camera_ip}}:554/stream1
- "ffmpeg:{{stream_name}}#audio=aac#video=h264#hardware"
{{stream_name}}_sub:
- rtsp://{{camera_user}}:{{camera_password}}@{{camera_ip}}:554/stream2
- "ffmpeg:{{stream_name}}_sub#audio=aac#video=h264#hardware"