ERROR: read tcp 172.19.0.2:8554->172.19.0.3:39614: read: connection reset by peer #463
Replies: 1 comment
-
moved here #464 |
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 based on https://github.com/aler9/rtsp-simple-server. 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:AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, STREAM_NAME and RTSP_URL are all set. The logs with
GST_DEBUG=4
can be found at https://gist.github.com/vbbandeira/3e7d407587bb74909328f86d52e89010 .Can you guys please lemme know what is going on there?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions