Skip to content

Commit b7c95d5

Browse files
committed
Declare rawTcp implementation as stable
1 parent 7e19ecd commit b7c95d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Alarm Server uses HTTP streaming to connect to each camera individually and subs
4343
4444
Some lower-end cameras, especially doorbells and intercoms, have broken HTTP streaming implementation that can't open more that 1 connection and "close" the http response, but leave TCP connection open (without sending keep-alive header!). For those, Alarm Server has an alternative streaming implementation. To use it, set `rawTcp: true` in camera's config file.
4545

46-
Note that `rawTcp` implementation is rather unstable on the camera's side and should be used as last resort. Hikvision cameras can be also used with Alarm Server's FTP server no problem.
46+
Hikvision cameras can also be used with FTP server no problem.
4747

4848
```yaml
4949
hikvision:
@@ -54,7 +54,7 @@ hikvision:
5454
https: false # if your camera supports ONLY https - set to true
5555
username: admin # username that you use to log in to camera's web panel
5656
password: admin1234 # password that you use to log in to camera's web panel
57-
rawTcp: false # some cams have broken streaming. Set to true if nothing else works
57+
rawTcp: false # some cams have broken streaming. Set to true if normal HTTP streaming doesn't work
5858
```
5959

6060
#### FTP

docs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hikvision:
1414
https: false
1515
username: admin
1616
password: admin666
17-
# USE RAW TCP ONLY IF APP TELLS YOU SO. IT'S A LAST RESORT MEASURE!
17+
# USE RAW TCP IF HTTP STREAMING DOES NOT WORK
1818
rawTcp: true
1919

2020
hisilicon:

0 commit comments

Comments
 (0)