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:
parent
ca64d8fc7a
commit
c66812edba
11 changed files with 298 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue