Error while trying to stream a RTSP to Kinesis Video Stream using kvssink #690
Unanswered
vbbandeira
asked this question in
Questions
Replies: 1 comment
-
I finally got the change to try AWS Kinesis and stream from rtsp-simple-server to Kinesis, and in my case it worked flawlessly. Here are the steps i followed:
Just replicate the above and it will work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there folks,
I'm trying to stream an RTSP to the AWS Kinesis Video Streams, based on your service. I was able to set up the stream, watch it running well in VLC, and so on.
Then, I've started to follow the tutorial on https://github.com/aws-samples/amazon-kinesis-video-streams-demos/tree/master/producer-cpp/docker-rtsp, and after running the
kvs_gstreamer_sample
, I got an error in docker:When looking at the container log running rtsp-simple-server, I see the following: it can be found at https://gist.github.com/vbbandeira/2ba03f7b5aa48b972864288554753f42
Note: When I try to make the process to AWS passing a remote rtsp the error above doesn't happen, it appears only when I pass the rtsp aler9
Can you guys please lemme know what is going on there?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions