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

**URL:** https://community.wowza.com/t/can-wowza-use-akamaized-net-but-not-akamaihd-net-in-tag-baseurl-of-mepg-dash-mpd/49744
**Category:** Wowza Streaming Engine
**Created:** [September 22, 2017, 10:08am UTC](https://community.wowza.com/t/can-wowza-use-akamaized-net-but-not-akamaihd-net-in-tag-baseurl-of-mepg-dash-mpd/49744 "2017-09-22T10:08:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Takatoshi\_Kakimoto](https://avatars.discourse-cdn.com/v4/letter/t/a4c791/32.png) [@Takatoshi\_Kakimoto](https://community.wowza.com/u/Takatoshi_Kakimoto)
#### Post date: [September 22, 2017, 10:08am UTC](https://community.wowza.com/t/can-wowza-use-akamaized-net-but-not-akamaihd-net-in-tag-baseurl-of-mepg-dash-mpd/49744/1 "2017-09-22T10:08:55Z")

</div>

Hi,

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

[https://www.wowza.com/docs/how-to-stream-to-akamai](https://www.wowza.com/docs/how-to-stream-to-akamai)

But the ‘BaseURL’ tag in my MPD file is using ‘[akamaihd.net](http://akamaihd.net)’ as the domain name.

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

https://my\_host\_id. **akamaihd.ne** t/dash/live/my\_stream\_id/my\_event/

What I need is to use ‘[akamaized.net](http://akamaized.net)’ :

[https://fchtest-unext-tv](https://fchtest-unext-tv).**[akamaized.net](http://akamaized.net)**/dash/live/567590/wowza06/

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

Thank you!

---

<div class="post-metadata">

### Author: ![Takatoshi\_Kakimoto](https://avatars.discourse-cdn.com/v4/letter/t/a4c791/32.png) [@Takatoshi\_Kakimoto](https://community.wowza.com/u/Takatoshi_Kakimoto)
#### Post date: [September 26, 2017, 3:39am UTC](https://community.wowza.com/t/can-wowza-use-akamaized-net-but-not-akamaihd-net-in-tag-baseurl-of-mepg-dash-mpd/49744/2 "2017-09-26T03:39:49Z")

</div>

Can anyone kindly know the answer?

---

<div class="post-metadata">

### Author: ![Takatoshi\_Kakimoto](https://avatars.discourse-cdn.com/v4/letter/t/a4c791/32.png) [@Takatoshi\_Kakimoto](https://community.wowza.com/u/Takatoshi_Kakimoto)
#### Post date: [September 26, 2017, 8:26am UTC](https://community.wowza.com/t/can-wowza-use-akamaized-net-but-not-akamaihd-net-in-tag-baseurl-of-mepg-dash-mpd/49744/3 "2017-09-26T08:26:55Z")

</div>

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](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.
