-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] Missing fragments in get_images api #399
Comments
Are you using the sample application? If not, are you enabling image generation in the SDK using this API? |
@disa6302 thank you for your reply. Yes, we used the sample application as a base (modified it slightly). I tried to call |
Producing a key frame every 4 frame (instead of every 16 frame) and calling |
Also probably worth noting that |
It's fine, that not all images are returned. We have other sources, where the failure rate is around 15%, which is acceptable, but in our case it's 50%. |
We're using this producer library to send frames to AWS Kinesis Video. The stream's resolution is 2560x1920 and has 1 FPS with 1 Mbps max bitrate. The stream plays perfectly fine when using HLS streaming. No frames are missing. Also, requesting MP4 fragments for a specific time range works correctly. However, using the
get_images
fromkinesis-video-archived-media
fails withNO_MEDIA
errors. Roughly 50% of the frames is missing. What could be the reasons for this? What should we check?We set the
frame.decodingTs
andframe.presentationTs
to the same value. Here is a list of the values for a 16 second clip:The text was updated successfully, but these errors were encountered: