# Difference between time based manifest and number based manifest in DASH?

**URL:** https://community.wowza.com/t/difference-between-time-based-manifest-and-number-based-manifest-in-dash/93061
**Category:** Video Tutorials
**Created:** [March 27, 2021, 2:54pm UTC](https://community.wowza.com/t/difference-between-time-based-manifest-and-number-based-manifest-in-dash/93061 "2021-03-27T14:54:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Dhaval\_Rajput](https://avatars.discourse-cdn.com/v4/letter/d/ba9def/32.png) [@Dhaval\_Rajput](https://community.wowza.com/u/Dhaval_Rajput)
#### Post date: [March 27, 2021, 2:54pm UTC](https://community.wowza.com/t/difference-between-time-based-manifest-and-number-based-manifest-in-dash/93061/1 "2021-03-27T14:54:32Z")

</div>

Difference between time based manifest and number based manifest in DASH? does wowza support this option ?

---

<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: [March 30, 2021, 4:53pm UTC](https://community.wowza.com/t/difference-between-time-based-manifest-and-number-based-manifest-in-dash/93061/2 "2021-03-30T16:53:35Z")

</div>

> [@Dhaval\_Rajput](#):
>
> Difference between time based manifest and number based manifest in DASH?

A lot of the answers to the questions you’re posting can be found by you doing some research in our docs. All you need to do is use the search bar at the top of the wowza website page and an article related to your question will appear. These answers can also be found with a quick google search as well. Here’s some info to get you started.

### [How the MPEG-DASH segmenter properties work](https://www.wowza.com/docs/how-to-configure-mpeg-dash-packetization-mpegdashstreaming)

The audio and video packets from a live encoder enter Wowza Streaming Engine and are segmented into chunks based on time. The duration of each segment is controlled by the **mpegdashSegmentDurationTarget** property. Segments are added to the available segment list as they’re created. The maximum number of items stored in the list is controlled by the **mpegdashMaxSegmentCount** property. When an MPEG-DASH client requests a stream, Wowza Streaming Engine provides a manifest that contains the _n_ most recently added segments. The number of items returned in the manifest, _n_ , is controlled by the **mpegdashPlaylistSegmentCount** property.

> **[Stream MPEG-DASH over HTTP with Wowza Streaming Engine](https://www.wowza.com/docs/how-to-do-mpeg-dash-streaming)**
>
> Set up VOD and live streams for MPEG-DASH playback using Wowza Streaming Engine.

---

<div class="post-metadata">

### Author: ![Dhaval\_Rajput](https://avatars.discourse-cdn.com/v4/letter/d/ba9def/32.png) [@Dhaval\_Rajput](https://community.wowza.com/u/Dhaval_Rajput)
#### Post date: [April 10, 2021, 7:02am UTC](https://community.wowza.com/t/difference-between-time-based-manifest-and-number-based-manifest-in-dash/93061/3 "2021-04-10T07:02:09Z")

</div>

Just a bit clarification on what i asked.  
1)which is more beneficial timed based or number based manifest ?  
2)any complications at players end ?  
3)Does Wowza support both ?
