You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 1. To start recording
var options = {
type : "video",
mimeType : isChrome ? null : mimeType,
disableLogs : false,
getNativeBlob : true
}
var recordRTC = RecordRTC(myStream, options);
// 2. To save recording to disk
recordRTC.save();
Everything works like a charm, but when my live stream is over 1 hour, the resulting recording file has always a duration of 60 minutes. In other words, I am losing from the minute 60 until the end of my stream. It is too exact to be a coincidence.
Does anyone know what is going on here?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi there,
I am using RecordRTC as follows:
Everything works like a charm, but when my live stream is over 1 hour, the resulting recording file has always a duration of 60 minutes. In other words, I am losing from the minute 60 until the end of my stream. It is too exact to be a coincidence.
Does anyone know what is going on here?
Thank you very much!
The text was updated successfully, but these errors were encountered: