Wowza Community

Remove wowzasessionid and cupertinoAppendQueryParamsToEncUrl

Hi all

I am tweaking custom module to add Apple FPS support with #Software: Wowza Streaming Engine 4.5.0 build18676

Now chuncklist response looks like this:

#EXTM3U

#EXT-X-VERSION:3

#EXT-X-TARGETDURATION:10

#EXT-X-MEDIA-SEQUENCE:0

#EXT-X-KEY:METHOD=AES-128,URI=“skds://host/streaming/getckc?CrmId=blah&AccountId=blah&ContentId=someContentId&KeyId=8b7e0450-48bf-4b65-9d9a-f4bbcf30cf60&wowzasessionid=70429953”,IV=0xeb7cb7517fec175ae7cea7338d866974,KEYFORMATVERSIONS=“1”

#EXTINF:10.0,

media_w70429953_0.ts

and so on

As you see there is wowzasessionid parameter

There is a link suggesting that it’s possible to remove wowzasessionid from URI with cupertinoAppendQueryParamsToEncUrl=false parameter. https://www.wowza.com/docs/how-to-control-streaming-session-id-appended-to-encryption-urls-in-chunklist-responses-cupertinoappendqueryparamstoencurl

However it doesn’t work for me.

Is this setting supported? Maybe I am doing something wrong?

Thanks,

Alex

I found a link http://idchowto.com/?p=28241 that mentions this property

But path is /Root/Application/HTTPStreamer instead of /Root/Application/LiveStreamPacketizer

And that did the trick

Hi,

That’s great news, thanks for the update.

Regards,

Jason