Wowza Community

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

I am using this URI https://XXXXX/live/smil:transcoder.smil/playlist.m3u8

THe transcoder.smil is on the content directory

The file playlist.m3u8 is not generating with the domain:

#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

<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>

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 ???