aws / amazon-kinesis-video-streams-parser-library

Amazon Kinesis Video Streams parser library is for developers to include in their applications that makes it easy to work with the output of video streams such as retrieving frame-level objects, metadata for fragments, and more.
Apache License 2.0
103 stars 52 forks source link

Periodic delay in getting kinesis video stream #119

Closed utsavrai closed 7 months ago

utsavrai commented 3 years ago

Hi, I am experiencing a periodic delay in the frames received by the parser code provided by aws https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/examples-renderer.html, I tried to change the source camera on the sender/producer side and I also tried setting different fps and resolution but the streamed video gets a constant periodic lag/pause after every 3-4 seconds. Is this issue related to producer code or the parser code? Is there any change/enhancement can be done?

Thank you

lcintron commented 2 years ago

likely due to the h264decoder in the library.

stefankiesz commented 8 months ago

Hello, apologies for the late response, is this still an issue?