Wowza Community

There is necessity to remove wowzasessionid from chunklist.m3u8

Hello,

Is it possible to configure Wawza some way for remove “wowzasessionid=session_id” from the link like http://server_ip:1935/app_name/stream_name/chunklist.m3u8?

Thanks!

I think the HTTP origin configuration does that:

https://www.wowza.com/docs/how-to-configure-a-wowza-server-as-an-http-caching-origin

Richard

It is only available in 3.5+

Richard

Right, sorry for the flip-flop, I had to re-visit. Should be no wowzasessionid.

Configured for HTTP origin, the chunklist.m3u8 file looks like this

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:13
#EXT-X-MEDIA-SEQUENCE:1
#EXTINF:11.25,
media_1.ts
#EXTINF:11.25,
media_2.ts
#EXTINF:11.25,
media_3.ts
#EXTINF:11.25,
media_4.ts
#EXTINF:10.208,
media_5.ts
#EXTINF:12.334,
media_6.ts
#EXTINF:11.75,
media_7.ts
#EXTINF:10.458,
media_8.ts
#EXTINF:12.917,
media_9.ts
#EXTINF:10.0,
media_10.ts
#EXTINF:10.791,
media_11.ts
#EXTINF:10.917,
media_12.ts
#EXTINF:11.25,
media_13.ts
#EXTINF:10.375,
media_14.ts
#EXTINF:10.042,
media_15.ts

Richard

I think the HTTP origin configuration does that

Does this feature available only in Wowza Media Server 3.5 & high or in Wowza Media Server 3.1.2 too?

Thanks!

Actually, I don’t think it does remove the wowzasessionid. And it is only available in 3.5+

I’ve just checked it on test server (Wowza 3.5) and now chunklist.m3u8 doesn’t have wowzasessionid=number.

And it is only available in 3.5+

Khm… I’ve reinstalled Wawza 3.1.2 and when httpOriginMode == on, chunklist.m3u8 has wowzasessionid=number, but when httpOriginMode == off, chunklist.m3u8 doesn’t have wowzasessionid=number…