Best Approach for Streaming to Amazon Kinesis?

According to the code in Python USB Camera Deepstream 5.0 Sample with Multiple Cameras? - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums, currently your pipeline is to display the osd + tiled video with “nveglglessink” plugin. If you want to send the same video to Kinesis, you may need to modify your pipeline to replace the “nveglglessink” with " nvvideoconvert + nvv4l2h264enc + h264parse(stream-format=avc alignment=au) + kvssink"