Skip to content

Commit 39f65b8

Browse files
sirknightjdisa6302
authored andcommitted
Fix typo in readme
1 parent 00ea57e commit 39f65b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
* GStreamer Plugin (kvssink)
2525
* JNI
2626

27-
Amazon Kinesis Video Streams Producer SDK for C/C++ makes it easy to build an on-device application that securely connects to a video stream, and reliably publishes video and other media data to Kinesis Video Streams. It takes care of all the underlying tasks required to package the frames and fragments generated by the device's media pipeline. The SDK also hand
28-
les stream creation, token rotation for secure and uninterrupted streaming, processing acknowledgements returned by Kinesis Video Streams, and other tasks.
27+
Amazon Kinesis Video Streams Producer SDK for C/C++ makes it easy to build an on-device application that securely connects to a video stream, and reliably publishes video and other media data to Kinesis Video Streams. It takes care of all the underlying tasks required to package the frames and fragments generated by the device's media pipeline. The SDK also handles stream creation, token rotation for secure and uninterrupted streaming, processing acknowledgements returned by Kinesis Video Streams, and other tasks.
2928

3029
## Build
3130
### Download
@@ -108,7 +107,7 @@ make
108107

109108
On Windows you should run `nmake` instead of `make`
110109

111-
In your build directory you will now have shared objects for all the targets you have selected
110+
In your build directory you will now have shared objects for all the targets you have selected.
112111

113112
## Run
114113
### GStreamer Plugin (kvssink)
@@ -178,7 +177,7 @@ For examples of common use cases you can look at [Example: Kinesis Video Streams
178177
* If you are successfully streaming but run into issue with playback. You can do `export KVS_DEBUG_DUMP_DATA_FILE_DIR=/path/to/directory` before streaming. Producer will then dump MKV files into that path. The file is exactly what KVS will receive. You can use [MKVToolNIX](https://mkvtoolnix.download/index.html) to check that everything looks correct. You can also try to play the MKV file in compatible players.
179178

180179
## FAQ
181-
* Is CPP-SDK and GStreamer supported on Mac/Windows/Linux (Supported Platforms)
180+
* Is CPP-SDK and GStreamer supported on Mac/Windows/Linux (Supported Platforms)?
182181
Yes! We have FAQs and platform specific instructions for [Windows](docs/windows.md), [MacOS](docs/macos.md) and [Linux](docs/linux.md)
183182

184183
## Development

0 commit comments

Comments
 (0)