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
Copy file name to clipboardExpand all lines: docs/linux.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,12 +207,27 @@ For additional examples on using Kinesis Video Streams Java SDK and Kinesis Vid
207
207
208
208
##### Running C++ unit tests
209
209
210
-
**Note:** Please set the [credentials](https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/blob/master/install-instructions-linux.md#setting-credentials-in-environment-variables) before running the unit tests.
210
+
**Note:** Please set the credentials before running the unit tests:
optionally, set AWS_SESSION_TOKEN if integrating with temporary token and AWS_DEFAULT_REGION for the region other than us-west-2
216
+
```
211
217
212
218
The executable for **unit tests** will be built as `./tst/producer_test` inside the `build` directory. Launch it and it will run the unit test and kick off dummy frame streaming.
213
219
214
-
##### Enabling verbose logs
215
-
Define `HEAP_DEBUG` and `LOG_STREAMING` C-defines by uncommenting the appropriate lines in CMakeList.txt
220
+
##### Running GStreamer Unit tests
221
+
222
+
**Note:** Please set the credentials before running the unit tests:
optionally, set AWS_SESSION_TOKEN if integrating with temporary token and AWS_DEFAULT_REGION for the region other than us-west-2
228
+
```
229
+
230
+
The executable for **GStreamer unit tests** will be built as `./tst/gstkvsplugintest` inside the `build` directory. Launch it and it will run the unit test and kick off dummy frame streaming.
216
231
217
232
----
218
233
##### How to configure logging for producer SDK sample applications.
Copy file name to clipboardExpand all lines: docs/macos.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,12 +149,28 @@ For additional examples on using Kinesis Video Streams Java SDK and Kinesis Vid
149
149
##### [Kinesis Video Streams Android SDK](https://github.com/awslabs/aws-sdk-android-samples/tree/master/AmazonKinesisVideoDemoApp)
150
150
-----
151
151
152
-
##### Running C++ Unit tests
152
+
##### Running C++ unit tests
153
153
154
-
The executable for **unit tests** will be built as `./tst/producerTest` inside the `build` directory. Launch it and it will run the unit test and kick off dummy frame streaming.
154
+
**Note:** Please set the credentials before running the unit tests:
optionally, set AWS_SESSION_TOKEN if integrating with temporary token and AWS_DEFAULT_REGION for the region other than us-west-2
160
+
```
161
+
162
+
The executable for **unit tests** will be built as `./tst/producer_test` inside the `build` directory. Launch it and it will run the unit test and kick off dummy frame streaming.
155
163
156
164
##### Running GStreamer Unit tests
157
165
166
+
**Note:** Please set the credentials before running the unit tests:
optionally, set AWS_SESSION_TOKEN if integrating with temporary token and AWS_DEFAULT_REGION for the region other than us-west-2
172
+
```
173
+
158
174
The executable for **GStreamer unit tests** will be built as `./tst/gstkvsplugintest` inside the `build` directory. Launch it and it will run the unit test and kick off dummy frame streaming.
0 commit comments