# Wowza is not putting the domain on playlist.m3u8 when using the transcoder

**URL:** https://community.wowza.com/t/wowza-is-not-putting-the-domain-on-playlist-m3u8-when-using-the-transcoder/55799
**Category:** Wowza Streaming Engine
**Created:** [August 28, 2020, 7:05pm UTC](https://community.wowza.com/t/wowza-is-not-putting-the-domain-on-playlist-m3u8-when-using-the-transcoder/55799 "2020-08-28T19:05:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Cesar\_Fernandes1](https://avatars.discourse-cdn.com/v4/letter/c/e274bd/32.png) [@Cesar\_Fernandes1](https://community.wowza.com/u/Cesar_Fernandes1)
#### Post date: [August 28, 2020, 7:05pm UTC](https://community.wowza.com/t/wowza-is-not-putting-the-domain-on-playlist-m3u8-when-using-the-transcoder/55799/1 "2020-08-28T19:05:21Z")

</div>

I am using this URI [https://XXXXX/live/smil:transcoder.smil/playlist.m3u8](https://XXXXX/live/smil:transcoder.smil/playlist.m3u8)

THe transcoder.smil is on the content directory

The file [playlist.m3u8](https://XXXXX/live/smil:transcoder.smil/playlist.m3u8) is not generating with the domain:

```auto
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=1300000,NAME="Qualidade 720p(Alta/High)"
chunklist_w1946543350_b1300000_t64UXVhbGlkYWRlIDcyMHAoQWx0YS9IaWdoKQ==.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=850000,NAME="Qualidade 360p(Media/Medium)"
chunklist_w1946543350_b850000_t64UXVhbGlkYWRlIDM2MHAoTWVkaWEvTWVkaXVtKQ==.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=350000,NAME="Qualidade 240p(Media/Medium)"
chunklist_w1946543350_b350000_t64UXVhbGlkYWRlIDI0MHAoTWVkaWEvTWVkaXVtKQ==.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=200000,NAME="Qualidade 160p(Baixa/Low)"
chunklist_w1946543350_b200000_t64UXVhbGlkYWRlIDE2MHAoQmFpeGEvTG93KQ==.m3u8

```

Then the player now work.

The Application.xml

```auto
<Transcoder>
  <LiveStreamTranscoder>transcoder</LiveStreamTranscoder>
  <Templates>transcode.xml</Templates>
  <ProfileDir>${com.wowza.wms.context.VHostConfigHome}/transcoder/profiles</ProfileDir>
  <TemplateDir>${com.wowza.wms.context.VHostConfigHome}/transcoder/templates</TemplateDir>
  <Properties>
  </Properties>
</Transcoder>

```

---

<div class="post-metadata">

### Author: ![Karel\_Boek](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/karel_boek/32/454_2.png) [@Karel\_Boek](https://community.wowza.com/u/Karel_Boek)
#### Post date: [August 29, 2020, 11:18am UTC](https://community.wowza.com/t/wowza-is-not-putting-the-domain-on-playlist-m3u8-when-using-the-transcoder/55799/2 "2020-08-29T11:18:03Z")

</div>

What do you mean by “is not generating with the domain”? The chunklist is requested from the same domain name as the playlist, and consecutively the chunks are requested from the same resource too. If you want to specify the full URL for the chunklist and chunks, there’s a property you can set in the Application.xml for that.

Not sure what your transcoder settings in the Application.xml have to do with this ???
