Skip to content

Commit

Permalink
Add instruction to set offline mode (#741)
Browse files Browse the repository at this point in the history
Co-authored-by: Hassan Sahibzada <hsahibza@amazon.com>
  • Loading branch information
disa6302 and hassanctech committed Sep 1, 2021
1 parent 867f254 commit ec979b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ The kvssink element has the following required parameters:

For examples of common use cases you can look at [Example: Kinesis Video Streams Producer SDK GStreamer Plugin](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/examples-gstreamer-plugin.html)

## Running in offline mode
By default, the samples run in near realtime mode. To set offline mode, set streamInfo.streamCaps.streamingType to `STREAMING_TYPE_OFFLINE`, where, `streamInfo` is of type `StreamInfo`, `streamCaps` is of type `StreamCaps` and `streamingType` is of type `STREAMING_TYPE`.

## Dockerscripts
* The sample docker scripts for RTSP plugin, raspberry pi and linux can be found in the [Kinesis demos repository](https://github.com/aws-samples/amazon-kinesis-video-streams-demos/tree/master/producer-cpp).
Expand Down

0 comments on commit ec979b4

Please sign in to comment.