Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freeze in newest version of electron #153

Open
jpiepkow opened this issue Dec 4, 2017 · 2 comments
Open

freeze in newest version of electron #153

jpiepkow opened this issue Dec 4, 2017 · 2 comments

Comments

@jpiepkow
Copy link

jpiepkow commented Dec 4, 2017

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!

@jpiepkow
Copy link
Author

jpiepkow commented Dec 4, 2017

And if nothing else could you point me in the right direction towards making each blob playable using standard mediaRecorder as this lib does.

@amitpatil321
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants