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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南