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

Recorder function crashes chrome tab under OSX #217

Open
doug86i opened this issue Jun 27, 2020 · 4 comments
Open

Recorder function crashes chrome tab under OSX #217

doug86i opened this issue Jun 27, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@doug86i
Copy link

doug86i commented Jun 27, 2020

Testing on alpha.

Steps to reproduce:

Start a room in director view.
Add some cameras with &view
Hit record on the cameras.
Wait.

After some time the tab crashes with the error code: RESULT_CODE_UNINSTALL_USER_CANCEL

According to Dan Bulant on this thread: https://support.google.com/chrome/thread/41588693?hl=en
"This code is used when the process behind webpage is killed by OOM killer"

The recordings are obviously stored in RAM until "downloaded" so perhaps the OS is killing the thread as a suspected memory leak, or it's starting to swap the memory out and that's causing an issue.

I can watch chrome's memory footprint grow as the recordings progress but the tab crashes long before the machine runs out of memory.

I'll add a video, please hold the line caller...

@doug86i
Copy link
Author

doug86i commented Jun 27, 2020

https://youtu.be/f1rXj_Xvp_0

(FurryLikeMonkey)

@steveseguin
Copy link
Owner

That's a pretty awesome video, thank you.

What I can do is maybe have it auto-download ever 5 minutes? I have 64 GB of RAM, so I generally don't run into problems

@steveseguin
Copy link
Owner

There are so many reasons why I consider this downloading tool 'experimental', because if it crashes, it's pretty much game over.

Downloading chunks might work,, but then there are other issues like the system complaining about a file being downloaded multiple times, etc

@chrismarquardt
Copy link
Sponsor Collaborator

For audio recording I've used cleanfeed.net a few times. The way they have implemented this in Chrome is a download button and whenever you press that during an active recording it will download the entire recording up to that point. That plus ample warnings in case you accidentally try to close the browser tab. Easier done for a few tens of audio megabytes though.

@steveseguin steveseguin added the enhancement New feature or request label Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
3 participants