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>