# Dynamic dvr length for events

**URL:** https://community.wowza.com/t/dynamic-dvr-length-for-events/92679
**Category:** Wowza Developer Dojo
**Created:** [January 14, 2021, 12:22pm UTC](https://community.wowza.com/t/dynamic-dvr-length-for-events/92679 "2021-01-14T12:22:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mikhail\_Kartashov](https://avatars.discourse-cdn.com/v4/letter/m/b5e925/32.png) [@mikhail\_Kartashov](https://community.wowza.com/u/mikhail_Kartashov)
#### Post date: [January 14, 2021, 12:22pm UTC](https://community.wowza.com/t/dynamic-dvr-length-for-events/92679/1 "2021-01-14T12:22:56Z")

</div>

Hello!  
Is there any way to get DVR hls/dash manifest begins from a given position?

For example, I have broadcast for 24/7 live with 10 hour DVR.  
I want to create a separate broadcast for an event (like a football match) that starts now and I want to use the same stream, but I don’t need the entire 10 hour DVR I have.

Is there some way to do this?

Thank you

---

<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: [January 15, 2021, 5:15pm UTC](https://community.wowza.com/t/dynamic-dvr-length-for-events/92679/2 "2021-01-15T17:15:08Z")

</div>

Hey there @mikhail_Kartashov, haven’t heard from you in awhile, hope you’re doing well. I checked for you with our nDVR engineer and he said you would want to use **playlist request delegate**. to accomplish this.

Here is the doc for it:  
[https://www.wowza.com/docs/how-to-use-wowza-ndvr-playlist-request-api#using-the-playlist-request-delegate&nbsp;](https://www.wowza.com/docs/how-to-use-wowza-ndvr-playlist-request-api#using-the-playlist-request-delegate%C2%A0)

There are two default ones.

The standard one uses a 0 based offset from the start of the stream. The alternative one uses a UTC based time.

You basically use a start and duration as query params to define the playback window.  
  
  
If you have any issues setting it up, feel free to submit a support ticket and an engineer will walk through it with you until it functions the way you’d like.
