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
Add relevent SDK logging. IMPORTANT NOTE: Please make sure to NOT share AWS access credentials under any circumstance! Please make sure they are not in the logs.
12
+
13
+
**Describe the bug**
14
+
A clear and concise description of what the bug is.
15
+
16
+
**SDK version number**
17
+
Include the SDK version you are running. If it is a specific commit on master branch, include that
18
+
19
+
**Open source building**
20
+
If it is a build issue, include 3rd party library version and steps to how you are building it
21
+
22
+
**To Reproduce**
23
+
Steps to reproduce the behavior:
24
+
1. Go to '...'
25
+
2. Click on '....'
26
+
3. Scroll down to '....'
27
+
4. See error
28
+
29
+
**Expected behavior**
30
+
A clear and concise description of what you expected to happen.
31
+
32
+
**Screenshots**
33
+
If applicable, add screenshots to help explain your problem.
34
+
35
+
**Desktop (please complete the following information):**
36
+
- OS: [e.g. iOS]
37
+
- Browser [e.g. chrome, safari]
38
+
- Version [e.g. 22]
39
+
40
+
**Smartphone (please complete the following information):**
about: Describe this issue template's purpose here.
4
+
title: "[QUESTION]"
5
+
labels: question,needs-triage
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
A one liner description about the use case and what you are trying to achieve
11
+
12
+
** Logging **
13
+
Add relevent SDK logging. IMPORTANT NOTE: Please make sure to NOT share AWS access credentials under any circumstance! Please make sure they are not in the logs.
14
+
15
+
** Any design considerations/constraints **
16
+
Explain in detail how you would like to integrate our SDK into your solution
17
+
18
+
** If you would not like to open an issue to discuss your solution in open-platform, please email your question to kinesis-video-support@amazon.com**
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ These would be applicable if the SDK is being linked with system dependencies in
80
80
81
81
#### Cross-Compilation
82
82
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.
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 codecov.io for an example of this. Every commit is cross compiled to ensure that it continues to work.
0 commit comments