[QUESTION] kvs_gstreamer_sample hanging after "pad link successful" #1136
-
I have an RTSP stream from a IR thermal camera that I am trying to push to KVS. I am having trouble getting the kvs_gstreamer_sample working with this camera specifically. The RTSP stream connects fine with VLC player: I believe my Kinesis stream is configured correctly as I can get it to stream from a different visible light camera. I start the sample app with the following command (from the build folder):
Running the above command on the thermal camera hangs after the The logs are exactly the same with my visible light camera, however, after Then, I am able to view the visible light camera's stream in my AWS console. Log output Some things to note:
Could the thermal camera's lower frame rate be causing issues? The resolution? Grayscale versus RGB? I have tried using gstreamer directly using the following command found here:
The above command results in a continuous stream of the following on my thermal camera:
Full output from gst-launch command Any ideas on what else I can try? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Can you try using the sample with filesink instead of kvssink and see if the issue persists? Also, have you tried modifying the sample application's pipeline with the one that works for you? |
Beta Was this translation helpful? Give feedback.
-
Commenting out |
Beta Was this translation helpful? Give feedback.
Commenting out
!GST_BUFFER_DTS_IS_VALID(buf)
and rebuilding the kvssink plugin as described in this solution solved the issue for us.