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

[WIP] Save videos directly to filesystem (on Electron version) #1358

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

Conversation

rafaellehmkuhl
Copy link
Member

@rafaellehmkuhl rafaellehmkuhl commented Sep 23, 2024

The code is ready but I'm having a hard time making the build process work.

There are two storage implementation files, one for the browser and one for the electron build. The build process has to take that into consideration so it doesn't try to build the browser version with the electron implementation. It should not even load the file in fact, because it contains imports of Node modules, which are not available in the browser.

Any help is much appreciated. Thanks @JoaoMario109 and @patrickelectric for the hand here.

This is only missing the segregation of the filesystem video module to the backend and the IPC communication implementation. More on that here.

@rafaellehmkuhl rafaellehmkuhl force-pushed the video-on-filesystem branch 3 times, most recently from 106ef48 to 23b0794 Compare September 23, 2024 17:35
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.

1 participant