# Is it possible to increase the 30 hours limits for nDVR?

**URL:** https://community.wowza.com/t/is-it-possible-to-increase-the-30-hours-limits-for-ndvr/37203
**Category:** Wowza Streaming Engine
**Created:** [August 5, 2012, 11:14pm UTC](https://community.wowza.com/t/is-it-possible-to-increase-the-30-hours-limits-for-ndvr/37203 "2012-08-05T23:14:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![TODD\_WU](https://avatars.discourse-cdn.com/v4/letter/t/a587f6/32.png) [@TODD\_WU](https://community.wowza.com/u/TODD_WU)
#### Post date: [August 5, 2012, 11:14pm UTC](https://community.wowza.com/t/is-it-possible-to-increase-the-30-hours-limits-for-ndvr/37203/1 "2012-08-05T23:14:11Z")

</div>

We have an application needs 3 days time-shift. is it possible to increase the 30 hours limits for nDVR?

---

<div class="post-metadata">

### Author: ![Lisa\_Wong](https://avatars.discourse-cdn.com/v4/letter/l/34f0e0/32.png) [@Lisa\_Wong](https://community.wowza.com/u/Lisa_Wong)
#### Post date: [August 6, 2012, 10:15am UTC](https://community.wowza.com/t/is-it-possible-to-increase-the-30-hours-limits-for-ndvr/37203/2 "2012-08-06T10:15:00Z")

</div>

The 30 day limit is set by default as a built-in safeguard against having a longer recording that results in an extremely large manifest that needs to be loaded into memory and will likely cause issues in a real world deployment. There are serious drawbacks to having such long recordings which is why we have set this limit. See [recording length best practices](https://www.wowza.com/docs/wowza-ndvr-quick-start-guide#recordingLength).

You can extend the maximum recording time value by adding this property dvrMaximumRecordingLength to the /DVR/Properties section of Application.xml. The default is set to 108000 (30 hours). However, we strongly advise against increasing the recording length and playing back such a long recording.

```auto
<Properties>
     <Property>
          <Name>dvrMaximumRecordingLength</Name>
          <Value>108000</Value>
          <Type>Integer</Type>
     </Property>
</Properties>

```

-Lisa

---

<div class="post-metadata">

### Author: ![Sebastien\_Faure1](https://avatars.discourse-cdn.com/v4/letter/s/a9a28c/32.png) [@Sebastien\_Faure1](https://community.wowza.com/u/Sebastien_Faure1)
#### Post date: [December 19, 2018, 2:48pm UTC](https://community.wowza.com/t/is-it-possible-to-increase-the-30-hours-limits-for-ndvr/37203/3 "2018-12-19T14:48:27Z")

</div>

nDVR is also interesting for the ability to perform live2vod task. @Lisa Wong is there still a limitation?

There is no way to set nDVR length for playback? Which then could be different from archive?

Usually there is 2 different length for nDVR: window (available in players) and archive (well, for archiving).

Thank you.

Sébastien
