awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
267 stars 56 forks source link

Is multiple live stream creation dynamically is possible? #162

Closed yudao closed 3 years ago

yudao commented 3 years ago

Which Category is your question related to? Live Stream

What AWS Services are you utilizing? amplify-video

Provide additional details e.g. code snippets

Hi!

After a successful implementation of VOD with this excellent plugin, I'm looking for the live part. On testing live stream I've seen that I must create x live streams needed before I can use them.

But, I'm coding an application that need to create a live stream when an user need it, so more dynamic than the amplify video add command which is statically.

So there is a way or a recommendation about let the user create his own live streams? or I should create my custom function to recreate live stream dynamically and no more statically?

Thanks for this great plugin and for your time!

Cheers, Yu.

wizage commented 3 years ago

Currently not today. This is the 2021 major goal for this plugin.

yudao commented 3 years ago

Hi @wizage!

Thank you for your time and your answer. I will create my own custom function in the meantime.

Cheers. Yu.