mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2026-04-22 23:57:20 +08:00
15 lines
469 B
Markdown
15 lines
469 B
Markdown
# Hikvision ISAPI
|
|
|
|
[`new in v1.3.0`](https://github.com/AlexxIT/go2rtc/releases/tag/v1.3.0)
|
|
|
|
This source type supports only backchannel audio for the [Hikvision ISAPI](https://tpp.hikvision.com/download/ISAPI_OTAP) protocol. So it should be used as a second source in addition to the RTSP protocol.
|
|
|
|
## Configuration
|
|
|
|
```yaml
|
|
streams:
|
|
hikvision1:
|
|
- rtsp://admin:password@192.168.1.123:554/Streaming/Channels/101
|
|
- isapi://admin:password@192.168.1.123:80/
|
|
```
|