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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则