How do we decouple the stream target from the configuration so a request can be used to specify its Akamai target destination dynamically?
Is the following possible:
-
The Input Stream into Wowza for RTMP sends in parameters with akamai stream target config details (for example rtmp://server.com:1935/MyApp?StreamTarget=Test&AkamaiStreamId=1234…/MyStream/ )
-
A custom module reads the parameters and dynamically creates an Akamai stream target via the API.
-
When the stream ends, remove the created stream target
If that doesn’t work is there another approach to set up and remove stream targets as streams are created/removed?