# Multiple DvrRecorder for one stream

**URL:** https://community.wowza.com/t/multiple-dvrrecorder-for-one-stream/34263
**Category:** Wowza Streaming Engine
**Created:** [October 9, 2015, 8:37am UTC](https://community.wowza.com/t/multiple-dvrrecorder-for-one-stream/34263 "2015-10-09T08:37:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Nicolas\_Castillejos](https://avatars.discourse-cdn.com/v4/letter/n/e480ec/32.png) [@Nicolas\_Castillejos](https://community.wowza.com/u/Nicolas_Castillejos)
#### Post date: [October 9, 2015, 8:37am UTC](https://community.wowza.com/t/multiple-dvrrecorder-for-one-stream/34263/1 "2015-10-09T08:37:19Z")

</div>

Hello there,

Is there a way to have multiple ILiveStreamDvrRecorder instances for one stream ?

I want to record one stream with many nDvr Recorders.

Nicolas

---

<div class="post-metadata">

### Author: ![Nicolas\_Castillejos](https://avatars.discourse-cdn.com/v4/letter/n/e480ec/32.png) [@Nicolas\_Castillejos](https://community.wowza.com/u/Nicolas_Castillejos)
#### Post date: [October 9, 2015, 9:45am UTC](https://community.wowza.com/t/multiple-dvrrecorder-for-one-stream/34263/2 "2015-10-09T09:45:34Z")

</div>

I think i’ve found a solution to my problem, I have to test it :

dvr = new LiveStreamDvrRecorder();

dvr.getAndSetStartStream(stream);

dvr.setRecordingName(recordId);

dvrStreamManager = dvr.startRecording();

> Hello there,
> 
> Is there a way to have multiple ILiveStreamDvrRecorder instances for one stream ?
> 
> I want to record one stream with many nDvr Recorders.
> 
> Nicolas
