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

preguntada hace 2 años249 visualizaciones
2 Respuestas
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
respondido hace 2 años
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

respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas