Wowza Community

How to streaming a mp3 audio with HLS?

Hi Guys.

I would know how I streaming a audio over *.smil file.

I was able to streaming a .mp3 file with the follow URL

http://ideiastv.movile.com:8080/ideiastv/mp3:bromelia_audio.mp3/playlist.m3u8

But I need to put this streaming in a .smil

bromelia.smil

<smil>
    <head>
    </head>
<body>
    <switch>
	    <audio src="mp3:bromelia_audio.mp3" />
    </switch>
</body>
</smil>

So I follow the logic and try this url but does not work for me.

http://ideiastv.movile.com:8080/ideiastv/smil:bromelia.smil/playlist.m3u8

What I am doing wrong?