Add kinesisvideo archived media (#3280)

* add get_hls_streaming_session_url

* add get_dash_streaming_session_url

* add get_clip

* add test_server for kinesisvideo archived media

* fix for lint

* fix for lint

* avoid testing kinesisvideoarchivedmedia with TEST_SERVER_MODE=true
This commit is contained in:
Toshiya Kawasaki 2020-09-04 20:14:48 +09:00 committed by GitHub
commit c66812edba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 298 additions and 6 deletions

View file

@ -63,8 +63,3 @@ class KinesisVideoResponse(BaseResponse):
stream_name=stream_name, stream_arn=stream_arn, api_name=api_name,
)
return json.dumps(dict(DataEndpoint=data_endpoint))
# add methods from here
# add templates from here