Explore server-backed editing and remote rendering #114
Sportinger
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Migrated from issue #58, which was removed from the issue tracker to keep broad deployment questions in Discussions.
Topic
Can MasterSelects run with server-side resources while the user controls it from a laptop/browser?
Original User Need
A user asked whether they could run MasterSelects on a powerful server and use it from a laptop, similar in spirit to web-based video editors that offload work to server infrastructure.
Their example setup included a multi-CPU server with much more CPU/RAM than the laptop.
Possible Interpretations
Remote UI / VNC-like app streaming
Run the app on the server and stream the desktop/browser UI to the laptop.
Control-signal mirroring
Keep matching media/project state on two machines and send timeline/control events between them.
Real server-side render/export backend
Browser sends jobs to a backend that performs render/export work with server CPU/GPU resources.
Collaborative state sync
Use CRDT/event sync systems such as Yjs for multi-client control, but still solve media/render locality separately.
Open Questions
Recommendation: treat this as a deployment/architecture discussion until the target mode is clarified. Concrete issues can be opened later for a specific prototype, such as remote render jobs or project-state sync.
All reactions