# Dash HbbTV compatibility

**URL:** https://community.wowza.com/t/dash-hbbtv-compatibility/94769
**Category:** Wowza Streaming Engine
**Created:** [April 1, 2022, 8:39am UTC](https://community.wowza.com/t/dash-hbbtv-compatibility/94769 "2022-04-01T08:39:24Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Dave\_Love1](https://avatars.discourse-cdn.com/v4/letter/d/58956e/32.png) [@Dave\_Love1](https://community.wowza.com/u/Dave_Love1)
#### Post date: [April 1, 2022, 8:39am UTC](https://community.wowza.com/t/dash-hbbtv-compatibility/94769/1 "2022-04-01T08:39:24Z")

</div>

Hi,

we’re facing some issues with Dash streams on HbbTV.  
Some Smart TVs are not able to play the Dash stream.  
I’m wondering if the issue could be the HbbTV profile, Wowza uses  
urn:hbbtv:dash:profile:isoff-live:2011  
but I’d like to use profile  
urn:hbbtv:dash:profile:isoff-live:2012  
which is the HbbTV 1.5 standard.

How can I set the 2012 profile on the application?  
I have seen this post [Where to add the property mpegdashEnableHbbtvLiveProfile?](http://community.wowza.com/t/where-to-add-the-property-mpegdashenablehbbtvliveprofile/55601)  
but it’s not clear to me the right syntax of the parameter to be set.

Anyone has faced similar issues with HbbTV?  
Thanks for your support  
Dave

---

<div class="post-metadata">

### Author: ![Karel\_Boek](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/karel_boek/32/454_2.png) [@Karel\_Boek](https://community.wowza.com/u/Karel_Boek)
#### Post date: [April 2, 2022, 6:36am UTC](https://community.wowza.com/t/dash-hbbtv-compatibility/94769/2 "2022-04-02T06:36:57Z")

</div>

AFAIK, Wowza Streaming Engine doesn’t have support for the 2012 profile. It does have some support for HbbTV; this is a message I received in 2016 (alternative option below the code snippet):

_We do fully support the “urn:mpeg:dash:profile:isoff-live:2011” profile, which is the standard live DASH profile in Wowza Streaming Engine but currently we don’t officially support the HbbTv profile. Customers have reported that some level of compatibility has been shown using the HbbTv LiveStreamPacketizer property. This property will change the MPD@profile attribute we report from “urn:mpeg:dash:profile:isoff-live:2011” to “urn:hbbtv:dash:profile:isoff-live:2011” (note it’s “2011” not “2012”)._

_To enable this property please add the following property to your [install-dir]/conf/[Application]/Application.xml file in the Root/Application/LiveStreamPacketizer/Properties" tag as shown below:_

```
    <LiveStreamPacketizer>
        <!-- Properties defined here will override any properties defined in conf/LiveStreamPacketizers.xml for any LiveStreamPacketizers loaded by this applications -->
        <Properties>
            <Name>mpegdashEnableHbbtvLiveProfile</Name>
            <Value>True</Value>
            <Type>Boolean</Type>
        </Properties>
    </LiveStreamPacketizer>

```

Another option is to enable the property above and also add another property right after it - also in the `LiveStreamPacketizer/Properties` section. This will add the 2012 profile to the manifest although it won’t actually be the 2012 profile. But some devices will accept it and play the stream.

```
<Property>
    <Name>mpegdashAdditionalLiveProfiles</Name>
    <Value>urn:hbbtv:dash:profile:isoff-live:2012</Value>
    <Type>String</Type>
 </Property>
```

---

<div class="post-metadata">

### Author: ![Dave\_Love1](https://avatars.discourse-cdn.com/v4/letter/d/58956e/32.png) [@Dave\_Love1](https://community.wowza.com/u/Dave_Love1)
#### Post date: [April 6, 2022, 2:15pm UTC](https://community.wowza.com/t/dash-hbbtv-compatibility/94769/3 "2022-04-06T14:15:15Z")

</div>

Thank you Karel, I did the changes on the application.  
Now the manifest shows the HbbTv live profile.

I really thank you.

---

<div class="post-metadata">

### Author: ![barbara\_pieristi](https://avatars.discourse-cdn.com/v4/letter/b/13edae/32.png) [@barbara\_pieristi](https://community.wowza.com/u/barbara_pieristi)
#### Post date: [May 31, 2023, 8:54am UTC](https://community.wowza.com/t/dash-hbbtv-compatibility/94769/4 "2023-05-31T08:54:12Z")

</div>

Hello, after put this value i have double profiles ☹ is it possible to see exactly how can i add 2012 value and change 2011 value? thanks

---

<div class="post-metadata">

### Author: ![barbara\_pieristi](https://avatars.discourse-cdn.com/v4/letter/b/13edae/32.png) [@barbara\_pieristi](https://community.wowza.com/u/barbara_pieristi)
#### Post date: [May 31, 2023, 10:16am UTC](https://community.wowza.com/t/dash-hbbtv-compatibility/94769/5 "2023-05-31T10:16:15Z")

</div>

this situation not work on ETSI TS 102 796 v1.5.1 = HbbTV 2.0.2
