Skip to content

Kinesis Video Streams Python Support

0

Hi all, the official documentation for Kinesis Video Streams lists Java, Android, C and C++ as the supported producer libraries for Kinesis Video Streams.

  1. Is Python is supported as well using Boto3?
  2. Is there any limitations when it comes to using Boto3 vs using the supported Java SDK for Kinesis Video Streams?
1 Answer
0

While Boto3 can be used for managing Kinesis Video Streams, for actual video streaming, the official producer libraries (Java, Android, C, C++) are recommended due to their support for the PutMedia operation and their optimized handling of video data. For a full-featured video streaming solution in Python, integrating with the C++ SDK is the best approach.

EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.