Roadmap file / preserved structure
WarCam Screen Capture is a browser-first recorder: choose a tab / window / screen , preview it live, record locally via MediaRecorder , and optionally transcode to MP4/H.264 (or burn overlays) with ffmpeg.wasm (same-origin). This roadmap stays honest about permission gating , browser limits, and export reality.
Phase map
Original roadmap content, family shell styling.
navigator.mediaDevices.getDisplayMedia() behind a user gesture with clear UX copy; handle cancel cleanly.ended; UI lockout + safe reset.<video>; obey autoplay rules (muted); preserve aspect ratio; show share target hint.requestAnimationFrame; normalize resolution (720p/1080p baseline); time-stable loop.MediaRecorder; probe supported MIME types (vp8/vp9); buffer chunks safely.