Skip to content

Instantly share code, notes, and snippets.

@cogwirrel
Created March 8, 2020 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cogwirrel/b4afda45133e793e90a71768992f1b45 to your computer and use it in GitHub Desktop.
Save cogwirrel/b4afda45133e793e90a71768992f1b45 to your computer and use it in GitHub Desktop.
start up the kinesis stream sample app
#!/bin/bash
export AWS_ACCESS_KEY_ID="<Access Key ID>"
export AWS_SECRET_ACCESS_KEY="<Secret Access Key>"
export AWS_DEFAULT_REGION="ap-southeast-2" # I'm in Sydney! It's worth making this close...
export STREAM_NAME="skyline-dash-front"
/home/pi/dev/amazon-kinesis-video-streams-producer-sdk-cpp/kinesis_video_gstreamer_sample_app $STREAM_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment