You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please refer to the release notes in [Releases](https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/releases) page
21
+
23
22
## Key Features
24
23
* Audio/Video Support
25
24
- VP8
@@ -80,7 +79,7 @@ These would be applicable if the SDK is being linked with system dependencies in
80
79
81
80
#### Cross-Compilation
82
81
83
-
If you wish to cross-compile `CC` and `CXX` are respected when building the library and all its dependencies. You will also need to set `BUILD_OPENSSL_PLATFORM`, `BUILD_LIBSRTP_HOST_PLATFORM` and `BUILD_LIBSRTP_DESTINATION_PLATFORM`. See our [.travis.yml](.travis.yml) for an example of this. Every commit is cross compiled to ensure that it continues to work.
82
+
If you wish to cross-compile `CC` and `CXX` are respected when building the library and all its dependencies. You will also need to set `BUILD_OPENSSL_PLATFORM`, `BUILD_LIBSRTP_HOST_PLATFORM` and `BUILD_LIBSRTP_DESTINATION_PLATFORM`. See our codecov.io for an example of this. Every commit is cross compiled to ensure that it continues to work.
84
83
85
84
#### Static Builds
86
85
@@ -172,6 +171,7 @@ Set up the desired log level. The log levels and corresponding values currently
172
171
5.`LOG_LEVEL_ERROR` ---- 5
173
172
6.`LOG_LEVEL_FATAL` ---- 6
174
173
7.`LOG_LEVEL_SILENT` ---- 7
174
+
8.`LOG_LEVEL_PROFILE` ---- 8
175
175
176
176
To set a log level, run the following command:
177
177
```
@@ -185,7 +185,7 @@ export AWS_KVS_LOG_LEVEL = 2 switches on DEBUG level logs while runnning the sam
185
185
186
186
Note: The default log level is `LOG_LEVEL_WARN`.
187
187
188
-
Starting v1.7.x (**TO_BE_UPDATED**), by default, the SDK creates a log file that would have execution timing details of certain steps in connection establishment. It would be stored in the `build` directory as `kvsFileLogFilter.x`. In case you do not want to use defaults, you can modify certain parameters such as log file directory, log file size and file rotation index in the `createFileLoggerWithLevelFiltering` function in the samples.
188
+
Starting v1.8.0, by default, the SDK creates a log file that would have execution timing details of certain steps in connection establishment. It would be stored in the `build` directory as `kvsFileLogFilter.x`. In case you do not want to use defaults, you can modify certain parameters such as log file directory, log file size and file rotation index in the `createFileLoggerWithLevelFiltering` function in the samples.
189
189
In addition to these logs, if you would like to have other level logs in a file as well, run:
0 commit comments