Skip to content

studio - #25

Open
ctate wants to merge 5 commits into
mainfrom
ctate/studio
Open

studio#25
ctate wants to merge 5 commits into
mainfrom
ctate/studio

Conversation

@ctate

@ctate ctate commented Apr 11, 2026

Copy link
Copy Markdown
Collaborator
  • Add studio app with live preview, recording controls, and config editing
  • Implement single-pass streaming compositor for inline frame compositing
  • Add npm postinstall binary distribution (launcher, postinstall download from GitHub releases)
  • Fix recording temp file path bug when using stream sink
  • Add Zig modules: WebSocket CDP client, step runner, config parser, Chrome/ffmpeg installer
  • Cross-platform GitHub Actions release workflow for prebuilt Zig binaries

@vercel

vercel Bot commented Apr 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webreel Ready Ready Preview, Comment Apr 11, 2026 1:48pm

@socket-security

socket-security Bot commented Apr 11, 2026

Copy link
Copy Markdown

Comment thread apps/studio/src/app/api/video/route.ts
- Add studio app with live preview, recording controls, and config editing
- Implement single-pass streaming compositor for inline frame compositing
- Add npm postinstall binary distribution (launcher, postinstall download from GitHub releases)
- Fix recording temp file path bug when using stream sink
- Add Zig modules: WebSocket CDP client, step runner, config parser, Chrome/ffmpeg installer
- Cross-platform GitHub Actions release workflow for prebuilt Zig binaries
- Fetch vendored C headers (nanosvg, stb) at build time instead of committing them
waitForDrain() was resolving previous waiters without a real drain
event, breaking backpressure. Now checks writableNeedDrain and only
blocks when the stream actually needs draining.

run_compose could deadlock if the encoder failed while the decoder was
still producing output. Close the decoder stdout pipe before waiting
so it gets EPIPE and exits cleanly.
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