I want to ingest videos and datas from IoTCar. I will install greengrass core to car's edge gateway. According to aws docs, I found two ways to deal with this.
1, Using stream manager to ingest data and export to kinesis data streams; Using edge connector kinesis video streams to put video to kinesis video streams.
2,Install kinesis video streams produer sdk or call api directly without installing sdk, and then put videos to kinesis video streams, and send data to IoTCore with MQTT without stream manager.
It seems that Method 1 is much simpler than Method 2. But I can't find detail docs about Method 1 by google. I found more details about Method 2.
Can you tell me which method is better? Thanks a lot.