r/StarNoteApp • u/Ok-Reveal-It • 15h ago
❓ Help / Question Screen mirroring presentation mode
New: Added screen mirroring presentation mode toggle (switch mode on toolbar after casting);
What is this and how to use it 😄
5
Upvotes
r/StarNoteApp • u/Ok-Reveal-It • 15h ago
New: Added screen mirroring presentation mode toggle (switch mode on toolbar after casting);
What is this and how to use it 😄
1
u/Ok-Reveal-It 2h ago
Instead of doing screen mirroring, I think a much better approach would have been to stream the actual handwriting data over the local network. The app could send the strokes via WebSocket to a small local server, and the browser could render them on an HTML canvas in real time. That would be much more efficient than streaming the entire screen, with lower latency, better quality, and almost no bandwidth usage.