Hello guys,
I have this doubt, when my application for streaming has this option enable i’ll try to grab recorders (in order to get metadata such as duration) using this sample code:
Map<String, IStreamRecorder> recordingMap = appInstance.getVHost().getLiveStreamRecordManager().getRecordersMap(appInstance);
The issue is that map is empty, this is different when i start recording from “http://[my-domain]:8086/livestreamrecord/index.html” app.
So my question is, can we only grab recorders programatically or there is a way to get recorders on stream type “live-record”.