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

asked 2 years ago243 views
2 Answers
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
answered 2 years ago
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

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions