awslabs / aws-iot-greengrass-edge-connector-for-kinesis-video-stream

Apache License 2.0
22 stars 12 forks source link

Video not being transmitted #25

Closed stephenhibbert closed 2 years ago

stephenhibbert commented 2 years ago

Hello, could you help me to diagnose an issue I have?

Pasted Graphic 2 Pasted Graphic 1

logs.txt

Any pointers would be welcome!

stephenhibbert commented 2 years ago

Solved my own issue - it was a dependency issue with the gstreamer libs. Is there any we this could be checked and output to the component logs to make debugging dependency issues easier?

lightbulbkhuang commented 2 years ago

Hi @stephenhibbert,

May I know what dependency issue of the GStreamer libs you met? Thank you.

stephenhibbert commented 2 years ago

Of course, I simply hadn't installed the libs as mentioned in the docs pointing to this: https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c - however I didn't see any clues in the logs to suggest this was the issue. Installing gstreamer properly fixed the issue.