Skip to content

Commit 447f4c3

Browse files
change the unit of storage-size of gstreamer from kilobytes to megabytes in README (#583)
Co-authored-by: Hassan Sahibzada <[email protected]>
1 parent 017ab50 commit 447f4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ No such element or plugin 'kvssink'
141141
The kvssink element has the following required parameters:
142142

143143
* `stream-name` -- The name of the destination Kinesis video stream.
144-
* `storage-size` -- The storage size of the device in kilobytes. For information about configuring device storage, see StorageInfo.
144+
* `storage-size` -- The storage size of the device in megabytes. For information about configuring device storage, see StorageInfo.
145145
* `access-key` -- The AWS access key that is used to access Kinesis Video Streams. You must provide either this parameter or credential-path.
146146
* `secret-key` -- The AWS secret key that is used to access Kinesis Video Streams. You must provide either this parameter or credential-path.
147147
* `credential-path` -- A path to a file containing your credentials for accessing Kinesis Video Streams. For example credential files, see Sample Static Credential and Sample Rotating Credential. For more information on rotating credentials, see Managing Access Keys for IAM Users. You must provide either this parameter or access-key and secret-key.

0 commit comments

Comments
 (0)