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
Spent a week narrowing down a issue on mediastream freezing randomly(still can not figure out the condition, on some people computers it happened every time on others it never happened) to this library. The version of chrome the newest version of electron uses is 58.0.3029.110.
If you have any information that would be helpful but for now switch to the native mediaRecorder solution. This is not idea because doing start with an interval does not write a watchable video and can not write directly to mp4.
Thanks!
The text was updated successfully, but these errors were encountered:
2 weeks back, i just wasted 2 weeks to solve this problem. I had the same problem, my electron app used to freeze at 3rd or 4th minute exactly (i was collecting 1 min blob and then convert it to mp3 using ffmpeg in electron app) on all computers.
But i found that my problem was with node js api call using request.post, so i replaced it with jquery ajax and everything is fine so far.
Spent a week narrowing down a issue on mediastream freezing randomly(still can not figure out the condition, on some people computers it happened every time on others it never happened) to this library. The version of chrome the newest version of electron uses is 58.0.3029.110.
If you have any information that would be helpful but for now switch to the native mediaRecorder solution. This is not idea because doing start with an interval does not write a watchable video and can not write directly to mp4.
Thanks!
The text was updated successfully, but these errors were encountered: