File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docker_native_scripts/amazonlinux-docker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Run the command as such in your command prompt. This will authorize the `docker
3838
3939Run the following command to get the AmazonLinux Docker image to your local environment. E.g.
4040
41- ` sudo docker pull 546150905175.dkr.ecr.us-west-2.amazonaws.com/kinesis-video-producer-cpp-amazon-linux:latest `
41+ ` sudo docker pull 546150905175.dkr.ecr.us-west-2.amazonaws.com/kinesis-video-producer-sdk- cpp-amazon-linux:latest `
4242
4343you can verify the images in your local docker environment by running ` docker images ` .
4444
@@ -47,7 +47,7 @@ you can verify the images in your local docker environment by running `docker im
4747
4848Run the following command to start the kinesis video sdk container
4949
50- ` sudo docker run -it --network="host" --device=/dev/video0 546150905175.dkr.ecr.us-west-2.amazonaws.com/kinesis-video-producer-cpp-amazon-linux:latest /bin/bash `
50+ ` sudo docker run -it --network="host" --device=/dev/video0 546150905175.dkr.ecr.us-west-2.amazonaws.com/kinesis-video-producer-sdk- cpp-amazon-linux:latest /bin/bash `
5151
5252
5353#### Step 4: Run the GStreamer plugin
You can’t perform that action at this time.
0 commit comments