Today I tried to use Amazon Interactive Video Service with auto record to an Amazon S3 bucket. The problem is that after live streaming ended I want to get the video recorded in S3. I follow the documentation then I get path/prefix like below:
/ivs/v1/<aws_account_id>/<channel_id>/<year>/<month>/<day>/<hours>/<minutes>/<recording_id>
At the path I can find in response json except
<recording_id>
FYI the recording_id
created when I start live streaming, but I cannot get a response. So how can I get the recording id with response JSON to access the path of video recorded in S3?