how to ensure rtsp streams to eu-west-1 based KVS

0

Am testing the docker/rtsp example as provided by: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/examples-gstreamer-plugin.html

how do i edit the "region" such that it targets the KVS i have created in eu-west-1 rather than the default "us-west-2" when running the docker image

1 Resposta
0

You can change the target KVS region using the parameters at the end of the "gst-launch-1.0" command when you start streaming.
From the docs, https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/examples-gstreamer-plugin.html this is the command for MacOS:

 $ gst-launch-1.0 rtspsrc location="rtsp://YourCameraRtspUrl" short-header=TRUE ! rtph264depay ! video/x-h264, format=avc,alignment=au ! kvssink stream-name="YourStreamName" storage-size=512  access-key="YourAccessKey" secret-key="YourSecretKey" aws-region="YourAWSRegion"

(Please accept the answer if you found it helpful)

AWS
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas