# MP3 audio only HLS smil file example

**URL:** https://community.wowza.com/t/mp3-audio-only-hls-smil-file-example/51420
**Category:** Wowza Streaming Engine
**Created:** [June 5, 2018, 4:17pm UTC](https://community.wowza.com/t/mp3-audio-only-hls-smil-file-example/51420 "2018-06-05T16:17:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jan\_stehlik](https://avatars.discourse-cdn.com/v4/letter/j/e68b1a/32.png) [@jan\_stehlik](https://community.wowza.com/u/jan_stehlik)
#### Post date: [June 5, 2018, 4:17pm UTC](https://community.wowza.com/t/mp3-audio-only-hls-smil-file-example/51420/1 "2018-06-05T16:17:29Z")

</div>

Hi everybody,

looking for help how to setup audio only smil files which will allow to stream mp3 audio files.

If I use mp3:sample.mp3/playlist.m3u8 the playout works.

If I use the same sample.mp3 and just wrap it into the following smil:

\<?xml version="1.0" encoding="UTF-8"?\> 

and use this url smil:audiotest.smil/playlist.m3u8

it does not work.

Any idea what I’m doing wrong? Any hints are welcome.

---

<div class="post-metadata">

### Author: ![Tomas\_Bucher1](https://avatars.discourse-cdn.com/v4/letter/t/97f17d/32.png) [@Tomas\_Bucher1](https://community.wowza.com/u/Tomas_Bucher1)
#### Post date: [June 6, 2018, 12:16pm UTC](https://community.wowza.com/t/mp3-audio-only-hls-smil-file-example/51420/2 "2018-06-06T12:16:07Z")

</div>

You have two issues with your smil’s src:

- missing opening quotes
- missing mp3 qualifier

It should be src=“mp3:sample.mp3”. Without the mp3 qualifier, Wowza media parser considers the file to be mp4 which it isn’t.
