Hi,
I updated the version couple of days ago to the latest build 5.2.214, I not completely sure which version I was on before but I updated it couple of days before 14th May. so around 5.2.124.
We use to collect the recorded filename on the callback of of publishing event (STREAM_STATUS.PUBLISHING) when the broadcaster starts streaming. e.g
publishStream.getRecordInfo()
Since the update, it returns null now before it use to record the filename of the recorded file.
However, if you call the above function on event (STREAM_STATUS.UNPUBLISHED) then it does return the recorded filename.
We require the recorded filename to store in our database as soon as the event starts so that if in any case browser crashes, we can keep the track of what was recorded before that.
Any idea?
I updated the version couple of days ago to the latest build 5.2.214, I not completely sure which version I was on before but I updated it couple of days before 14th May. so around 5.2.124.
We use to collect the recorded filename on the callback of of publishing event (STREAM_STATUS.PUBLISHING) when the broadcaster starts streaming. e.g
publishStream.getRecordInfo()
Since the update, it returns null now before it use to record the filename of the recorded file.
However, if you call the above function on event (STREAM_STATUS.UNPUBLISHED) then it does return the recorded filename.
We require the recorded filename to store in our database as soon as the event starts so that if in any case browser crashes, we can keep the track of what was recorded before that.
Any idea?