New incoming stream and createHLSStream
Hello,
We made what we call "Evohandler", a simple python script that automates the creation of hls groups based on stream name strings.
When evostream receives streams soccergame_300, soccergame_600 and soccergame_900, evohandler listen to inStreamCreated and automatically create the group soccergame containing these 3 streams.
The problem is, when 1 stream is ingested, we check if soccergame group is already created and if yes, we shutdown and remove the configuration of it and recreate the group. Said this, when we start a transmission with 7 streams, we need to recreate the group 7 times.
There is a better way to do this? If no, does it make sense to request a creation of an API call to update stream groups?
Thanks!