srvfb
srvfb copied to clipboard
Stream a framebuffer device over HTTP
Feedback
Thanks a lot for srvfb. It seems to work great so far. I noticed the following points: 1. It is right that one has to run srvfb on the remarkable...
Here's an idea. In theory, using javascript and a canvas element one could render the raw data stream in the browser. This would make the proxy mode redundant and give...
Hi, first of all, very nice little tool! I've been playing around with it and it seems to do one thing and do it reasonably well. I still have a...
In addition, I refactored the html code as requested. 1. The scrollbars are gone 2. The animation of the icons are faster now 3. Zoom by mouse is added (Ctrl+Mousewheel)...
Nicer UI
The Web-UI is extremely minimal (or… non-existent). We should add some swagger, have hoverable buttons for rotating and maybe animate the rotation and somesuch.
We should have some way to do HTTP-authentication. This would enable us to listen on the wifi-interface too, meaning we wouldn't have to be connected via USB. The main question...
We should optionally support auto-updates. This isn't entirely trivial and needs some design work, to make it work reliably and securely. /cc @warpfork because he'd never speak to me again...
I don't know if this is feasible, but we might consider streaming directly via Google cast. The advantage is that we save a round-trip in latency when screen-sharing - the...