Skip to content

Commit 6f99d95

Browse files
Delete unused files
1 parent de3c757 commit 6f99d95

31 files changed

+2
-789
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ClientSettings settings = {
4646
.certFilePath = "/etc/ssl/certs/ca-certificates.crt",
4747
.confFilePath = "/etc/faceter-camera.conf",
4848
.rtspMainUrl = "rtsp://127.0.0.1/stream=0",
49-
.userPwd = "root:12345",
49+
.rtspCredentials = "root:12345",
5050
};
5151
strcpy(settings.serialNumber, serialNumber);
5252
@@ -75,7 +75,7 @@ Returns 0 on success and -1 if some error value occurs
7575
* rtspMainUrl - main stream RTSP url without credentials ("rtsp://127.0.0.1/stream=0")
7676
Library currently supports only video codec H264 and audio codec AAC
7777
* rtspSubUrl - second RTSP stream, could be empty
78-
* userPwd - user name and password for acessing RTSP stream ("root:12345")
78+
* rtspCredentials - user name and password for acessing RTSP stream ("root:12345")
7979

8080
### Registration
8181

faceter-client-settings.json

-70
This file was deleted.

include/AsyncValue.h

-29
This file was deleted.

include/ByteBuffer.h

-31
This file was deleted.

include/DiscoveryService.h

-12
This file was deleted.

include/Error.h

-21
This file was deleted.

include/File.h

-18
This file was deleted.

include/GuidGenerator.h

-8
This file was deleted.

include/HttpApi.h

-24
This file was deleted.

include/HttpRequest.h

-48
This file was deleted.

include/HttpServer.h

-28
This file was deleted.

include/InitializationConfig.h

-14
This file was deleted.

include/InternalApi.h

-13
This file was deleted.

0 commit comments

Comments
 (0)