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?
AWS
asked 2 months ago1679 views
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.

profile picture
EXPERT
answered a month ago