# Detect if stream is a DVR store stream

**URL:** https://community.wowza.com/t/detect-if-stream-is-a-dvr-store-stream/34007
**Category:** Wowza Streaming Engine
**Created:** [February 10, 2014, 10:06pm UTC](https://community.wowza.com/t/detect-if-stream-is-a-dvr-store-stream/34007 "2014-02-10T22:06:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Meinaart\_van\_Straale](https://avatars.discourse-cdn.com/v4/letter/m/57b2e6/32.png) [@Meinaart\_van\_Straale](https://community.wowza.com/u/Meinaart_van_Straale)
#### Post date: [February 10, 2014, 10:06pm UTC](https://community.wowza.com/t/detect-if-stream-is-a-dvr-store-stream/34007/1 "2014-02-10T22:06:52Z")

</div>

I need to do some logging for streams. But for certain streams events get called again if someone is playing something from the DVR store. Is it possible to detect if a stream is playing from DVR store and not live?

I need to make a distinction between the two. I tried getting the query parameters but that was unsuccesful.

---

<div class="post-metadata">

### Author: ![Matt\_Young](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/matt_young/32/389_2.png) [@Matt\_Young](https://community.wowza.com/u/Matt_Young)
#### Post date: [February 11, 2014, 6:58am UTC](https://community.wowza.com/t/detect-if-stream-is-a-dvr-store-stream/34007/2 "2014-02-11T06:58:32Z")

</div>

You might be able to obtain that information by invoking getDvrSessionInfo function on a per session basis.
