mirror of https://github.com/OpenIPC/wiki.git
Merge pull request #318 from OpenIPC/FlyRouter-patch-1
Update majestic-streamer.md, add ONVIF notepull/319/head
commit
eda701a084
|
@ -123,6 +123,16 @@ Examples of other addresses for different services:
|
||||||
|
|
||||||
We ask that you add information about other popular services here, thank you.
|
We ask that you add information about other popular services here, thank you.
|
||||||
|
|
||||||
|
### ONVIF
|
||||||
|
|
||||||
|
For basic ONVIF to work correctly, you need to enable it and add a user to the system as shown in the example:
|
||||||
|
|
||||||
|
```
|
||||||
|
cli -s .onvif.enabled true
|
||||||
|
adduser viewer -s /bin/false -D -H
|
||||||
|
echo viewer:123456 | chpasswd
|
||||||
|
```
|
||||||
|
|
||||||
### ROI
|
### ROI
|
||||||
|
|
||||||
Detection zones of two types:
|
Detection zones of two types:
|
||||||
|
|
Loading…
Reference in New Issue