Update camera_specific.md to fix 2 way audio example for Reolink (#20343)

Update camera_specific.md to fix 2 way audio example for Reolink
This commit is contained in:
mpking828 2025-10-03 10:49:51 -04:00 committed by GitHub
parent b94ebda9e5
commit 20e5e3bdc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,7 +213,7 @@ go2rtc:
streams:
your_reolink_doorbell:
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password#video=copy#audio=copy#audio=opus"
- rtsp://reolink_ip/Preview_01_sub
- rtsp://username:password@reolink_ip/Preview_01_sub
your_reolink_doorbell_sub:
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password"
```