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

Recordings which are stopped, then resumed only ingest the first part #66

Open
gregorydlogan opened this issue Nov 19, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@gregorydlogan
Copy link
Member

Zoom allows recordings to be paused and then resumed. In the backend this appears to be accomplished by stopping the recording, then starting a new one for each section. Unfortunately, these sections are not then concatenated at the end of the overall recording. Instead these are presented as separate files, in the same way that the different recording views are presented. The current code makes the incorrect assumption that each view represents the full recording, and so grabs the first match and ingests this.

Action items:

  • Find all of the files
  • Check that they are in order, since it's unclear if Zoom does this
  • Ingest them all
  • Trigger a workflow which concatenates them prior to normal processing

Workaround: Encourage your users to not pause the recording, or to start a completely new session.

@gregorydlogan gregorydlogan added the bug Something isn't working label Nov 19, 2021
@oas777
Copy link
Collaborator

oas777 commented Nov 19, 2021

I'm not sure, but I think this problem was not caused by pausing the recording but by stopping the recording. Do you want me to test this with "pause recording"?

@gregorydlogan
Copy link
Member Author

Yes, please. Hopefully this isn't a second case that's broken as well...

@oas777
Copy link
Collaborator

oas777 commented Nov 22, 2021

Pausing the recording leaves you with one recording (four video files obviously), so it's a problem of "stopping" the recording. Which makes sense somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants