Last active
April 10, 2022 01:38
-
-
Save victorfeitosa/e98ade434d1f1fbc099dafa6131727cd to your computer and use it in GitHub Desktop.
ECS KVS Visao Run Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Runs gstreamer in $RTSP_CAMERA_ADDRESS in a $STREAM_NAME stream using $AWS_ACCESS_KEY and $AWS_SECRET_KEY on region $AWS_REGION | |
gst-launch-1.0 rtspsrc location=$RTSP_CAMERA_ADDRESS short-header=TRUE ! rtph264depay \ | |
! video/x-h264, format=avc,alignment=au ! kvssink stream-name= $STREAM_NAME storage-size=512 \ | |
access-key=$AWS_ACCESS_KEY secret-key=$AWS_SECRET_KEY aws-region=$AWS_REGION |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment