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
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
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