# CMAF LL-HLS Stream issue

**URL:** https://community.wowza.com/t/cmaf-ll-hls-stream-issue/54187
**Category:** Wowza Streaming Engine
**Tags:** low-latency
**Created:** [November 15, 2019, 3:35pm UTC](https://community.wowza.com/t/cmaf-ll-hls-stream-issue/54187 "2019-11-15T15:35:40Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Tom\_Ryan](https://avatars.discourse-cdn.com/v4/letter/t/8e8cbc/32.png) [@Tom\_Ryan](https://community.wowza.com/u/Tom_Ryan)
#### Post date: [November 15, 2019, 3:35pm UTC](https://community.wowza.com/t/cmaf-ll-hls-stream-issue/54187/1 "2019-11-15T15:35:40Z")

</div>

When I enable LL-HLS in my live application, I am experiencing an issue with audio being delivered in the mpeg-dash stream. The audio is delivered fine via playlist.m3u8 and playlist\_sfts.m3u8.

Is it not possible to use LL-HLS in a live application along with mpeg-dash?

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [November 15, 2019, 3:54pm UTC](https://community.wowza.com/t/cmaf-ll-hls-stream-issue/54187/2 "2019-11-15T15:54:16Z")

</div>

The partial segments known as fmp4 (fragmented mp4) that are created by the CMAF packetizer allows you to use those segments for either LL-HLS or MPEG-DASH streams.

You do have to enable the cmafstreamingpacketizer and not just enable the LL-HLS. Did you do that @Tom Ryan?

Here a couple of docs on how to do that:

**How to enable cmafstreamingpacketizer** :

[https://www.wowza.com/docs/stream-using-cmaf-with-wowza-streaming-engine](https://www.wowza.com/docs/stream-using-cmaf-with-wowza-streaming-engine)

**How to configure once it is enabled:**

[https://www.wowza.com/docs/configure-cmaf-packetization-in-wowza-streaming-engine](https://www.wowza.com/docs/configure-cmaf-packetization-in-wowza-streaming-engine)

**_KEEP IN MIND!_**

Enabling mepgdashstreamingpacketizer and cmafstreamingpacketizer is valid but redundant, as both create fMP4 segments. If both are defined in Application.xml, Wowza Streaming Engine ignores mpegdashstreamingpacketizer and produces one set of fMP4 segments using cmafstreamingpacketizer.

---

<div class="post-metadata">

### Author: ![Tom\_Ryan](https://avatars.discourse-cdn.com/v4/letter/t/8e8cbc/32.png) [@Tom\_Ryan](https://community.wowza.com/u/Tom_Ryan)
#### Post date: [November 15, 2019, 8:16pm UTC](https://community.wowza.com/t/cmaf-ll-hls-stream-issue/54187/3 "2019-11-15T20:16:33Z")

</div>

Yes, I followed the directions. I do have both set (but as the directions note, it doesn’t matter). The only impact is that audio is not sent in the mpeg dash stream once I add the property

cmafLLEnableLowLatency

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [November 15, 2019, 4:10pm UTC](https://community.wowza.com/t/cmaf-ll-hls-stream-issue/54187/4 "2019-11-15T16:10:12Z")

</div>

Let me know after you check the above if you are still having issues with the audio being delivered for DASH and provide more details on the manifest. Thanks.

---

<div class="post-metadata">

### Author: ![Tom\_Ryan](https://avatars.discourse-cdn.com/v4/letter/t/8e8cbc/32.png) [@Tom\_Ryan](https://community.wowza.com/u/Tom_Ryan)
#### Post date: [November 15, 2019, 7:59pm UTC](https://community.wowza.com/t/cmaf-ll-hls-stream-issue/54187/5 "2019-11-15T19:59:15Z")

</div>

Sorry, my other response is held in moderation. I followed the directions as noted in those documents already.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [November 15, 2019, 8:17pm UTC](https://community.wowza.com/t/cmaf-ll-hls-stream-issue/54187/6 "2019-11-15T20:17:15Z")

</div>

Ok give me a minute to discuss with tech support.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [November 15, 2019, 8:38pm UTC](https://community.wowza.com/t/cmaf-ll-hls-stream-issue/54187/7 "2019-11-15T20:38:46Z")

</div>

Hi @Tom Ryan, so we are currently updating the docs to make this more clear and I apologize for any confusion this caused you.

**A. CMAF HLS/DASH**

You will need to set will up one application for CMAF HLS/DASH here:

[https://www.wowza.com/docs/stream-using-cmaf-with-wowza-streaming-engine](https://www.wowza.com/docs/stream-using-cmaf-with-wowza-streaming-engine)

**B. You’ll need to setup a 2nd application for LL-HLS here:**

[https://www.wowza.com/docs/deliver-apple-low-latency-hls-live-streams-using-wowza-streaming-engine](https://www.wowza.com/docs/deliver-apple-low-latency-hls-live-streams-using-wowza-streaming-engine)

It appears you cannot configure both from one application and again we are updating docs to make that clear. Can you try that and let us know if your audio works now? Our engineer tested it and had success following the first doc I posted for DASH, but we are going to watch for your reply to see what your results are.

Thanks so much.

---

<div class="post-metadata">

### Author: ![Tom\_Ryan](https://avatars.discourse-cdn.com/v4/letter/t/8e8cbc/32.png) [@Tom\_Ryan](https://community.wowza.com/u/Tom_Ryan)
#### Post date: [November 15, 2019, 8:50pm UTC](https://community.wowza.com/t/cmaf-ll-hls-stream-issue/54187/8 "2019-11-15T20:50:00Z")

</div>

Rose, thank you for getting back to me. I figured that was the case (hence my original question!). I don’t need to test it as I know it works as you state, I just wasn’t clear if I needed to have two (not that big of a deal)

Thanks for confirming!

p.s. I will need to play with getting the content to be available in both applications.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [November 18, 2019, 4:25pm UTC](https://community.wowza.com/t/cmaf-ll-hls-stream-issue/54187/9 "2019-11-18T16:25:52Z")

</div>

You’re welcome and thanks for giving us the opportunity to clarify that in our docs. Another great example of how valuable community feedback is to us!
