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

Support Video/Audio Capture #741

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

AntumDeluge
Copy link
Member

@AntumDeluge AntumDeluge commented Jun 10, 2024

Adds video capture of viewport & audio capture of page.

🛠️ Tasks

  • video capture
    • support capturing viewport only
    • support capturing entire page
    • allow custom framerate if possible in WebAPI
    • allow alternative codecs/containers such as MP4, OGG, etc. (may be browser dependent) (currently only WEBM is supported as tested in Firefox on Windows)
  • audio capture (may need to change sound manager to utilize AudioContext)
    • it may require all audio being played from a single source
  • slash action to start/stop
  • menu button to start/stop

Closes #733

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

Successfully merging this pull request may close these issues.

Support Video & Audio Capture
1 participant