retrieve an mp4 file from kinesis video between 2 timestamps

0

Hello,

I'm trying to retrieve video that has been uploaded to kinesis video (h264) as an mp4 between 2 known timestamps.

I've seen something like GetClip in the AmazonKinesisVideoArchivedMediaClient client (c# AWSSDK.KinesisVideoArchivedMedia version 3.5.0.13) but i don't believe that my video is archived.

Is there a way to retrieve an mp4 file from kinesis video between 2 timestamps ?

thanks, tom

clogwog
질문됨 일 년 전283회 조회
2개 답변
0
수락된 답변

Hello Tom, Thanks for posting your query

I would like to inform you that any video uploaded by PutMedia is archived before expiring ( All videos will be archived ) if you are using KVS Steam. In order to retrieve an mp4 file from kinesis video between 2 timestamps, please refer the below document [+] https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_reader_GetClip.html

The above document mentions as "specified time range" which is the time range In between two time stamps.

I hope this helps you

Thank you

AWS
지원 엔지니어
답변함 일 년 전
  • Thank you !! i got it working . looks like I need to use both Amazon.KinesisVideo to first get a serviceUrl for the particular stream and then KinesisVideoArchivedMedia to get the actual clip

0

Thank you !! i got it working . looks like I need to use both Amazon.KinesisVideo to first get a serviceUrl for the particular stream and then KinesisVideoArchivedMedia to get the actual clip

example code

clogwog
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠