Wowza Community

SMIL file wildcard in SRC?

Need to write a SMIL file for an application to provides adhoc live streaming with differen names, for example stream[1-1000]. Is there a way to insert a wildcard, lets say stream*

The SMIL file should be valid for all files name “stream1” or “stream1234”?

Hello @DFN VC, our engineers said you can do this. You can use the Wowza Streaming Engine Java API to intercept requests for multi-bitrate streams and provide the stream grouping.

If you need assistance setting it up, please feel free to submit a support ticket.

Here is the tutorial for you:

https://www.wowza.com/docs/how-to-use-java-api-calls-to-resolve-smil-file-requests

Hello @DFN VC, our engineers said you can do this. You can use the Wowza Streaming Engine Java API to intercept requests for multi-bitrate streams and provide the stream grouping.

If you need assistance setting it up, please feel free to submit a support ticket.

Here is the tutorial for you:

https://www.wowza.com/docs/how-to-use-java-api-calls-to-resolve-smil-file-requests