Wowza Community

Can wowza use akamaized.net but not akamaihd.net in tag 'BaseURL' of MEPG-DASH mpd

Hi,

I am configing Wowza to stream to Akamai by following this web page:

https://www.wowza.com/docs/how-to-stream-to-akamai

But the ‘BaseURL’ tag in my MPD file is using ‘akamaihd.net’ as the domain name.

For example, the ‘BaseURL’ tag inside MPD file is:

https://my_host_id.akamaihd.net/dash/live/my_stream_id/my_event/

What I need is to use ‘akamaized.net’ :

https://fchtest-unext-tv.akamaized.net/dash/live/567590/wowza06/

Is there any way to config the Wowza to use akamaized.net?

Thank you!

Can anyone kindly know the answer?

Problem solved with specifying priority:

http.relativePlaylists = true

By referring

https://www.wowza.com/docs/how-to-push-streams-to-cdns-and-other-services-push-publishing#-akamaiprofiles

Note: the parameter name in the above link is wrong, it is ‘http.relativePlaylist’ in this document, but actually, it should be ‘http.relativePlaylists’

I am using WowzaStreaming Engine 4.7.2 by the way.