Wowza Community

Controlling HLS Media Chunks Naming

Hello,

We are using WMS using http cupertino streaming for our products needs, configured with httpOriginMode=on and httpRandomizeMediaName=true.

At the moment, the media segments are named using a convention which goes something like:

media-u9kib6ecm_17682.ts

media-u9kib6ecm_17683.ts

media-u9kib6ecm_17684.ts

We’d like to use our own naming convention, like: media-{unix-timestamp}.ts

How do we gain control over the naming convention?

A code sample would be excellent.

Thanks

Sorry, this is not supported, there is no way to set up a custom naming convention of HLS chunks.

Salvadore

Take a look at IHTTPStreamerCupertinoVODActionNotify2 and IHTTPStreamerCupertinoLivePacketizerDataHandler.

There is are examples of each in this ID3 article

Richard

Sorry, this is not supported, there is no way to set up a custom naming convention of HLS chunks.

Salvadore

Ok than, if I don’t have an option to control the chunk naming, how do I get each chunk name on creation? Is there a method that is called upon media chunk creation? Example: onHTTPCupertinoMediaChunkCreated(String chunkName, etc…)

I will need to do my custom logic here and save the media chunk name to database.

Take a look at IHTTPStreamerCupertinoVODActionNotify2 and IHTTPStreamerCupertinoLivePacketizerDataHandler.

There is are examples of each in this ID3 article

Richard

Is there still not a solution of the requirement?