aws-samples / amazon-kinesis-video-streams-producer-embedded-c

Light-wight Amazon Kinesis Video Streams Producer SDK For FreeRTOS/Embedded Linux
Apache License 2.0
29 stars 18 forks source link

Fix bugs when opening KvsApp and there is no frame is the stream buffer #34

Closed weichihl closed 2 years ago

weichihl commented 2 years ago

When opening KvsApp and there is no frame in the stream buffer, it would make KvsApp handle null pointers which leads to wrong results or busy loop.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.