IVS m3u8, ingest server and stream key request.

0

Hello,

I'm looking at using IVS for our Unity project. I wanted to see if it would be possible to automate the process from Unity to make a request to generate the instance that shows the .m3u8, the ingest server and the stream key.

Thanks

質問済み 2年前249ビュー
2回答
0

Hello and thanks for your question on re:Post.

You can create an IVS channel using AWS CLI, which will output the stream key and ingest endpoint.

https://docs.aws.amazon.com/cli/latest/reference/ivs/create-channel.html

aws ivs create-channel

The hurdle would be a manner to start the channel ( using AWS CLI ) from within Unity and return the results. I've investigated this briefly and it appears Unity offers native plugins written in C# which can be extended to include parameters for AWS CLI or AWS endpoints.

https://docs.unity3d.com/Manual/NativePlugins.html

profile pictureAWS
Adrian
回答済み 2年前
0

The creation of the channel has gone perfect for me, without problems. What I find difficult to see is how from Unity I can make a call to obtain the data of the created channel.

Thanks

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ