Wowza Community

How to switch to absolute url for .ts files in apple http live streaming

Hi,

I’ve followed the instructions in https://www.wowza.com/docs/how-to-switch-between-absolute-and-relative-urls-in-apple-http-live-streaming-playlists

but it turned out that only the chunklist.m3u8 in the playlist.m3u8 was in absolute url, but not the .ts files in chunklist.m3u8

What should I do so that absolute url is used for those media segment in chunklist.m3u8?

Thank you.

There is no other Property setting like that, the .ts files are relative to the chunklist url

Richard

Why do you need that?

Richard

Hi,

We are developing a DRM for live HLS which basically the player will first contact the key server for authentication, and then be redirected to wowza.

And we found that in android, if relative path is used, the segments are treated as related to the key server instead of the wowza.

I know there are mechanisms in wowza for cooperating with the key server, but considering that the DRM has to work with other hardware HLS encoder, these may not be a good option for us.

Thanks,

Nelson