Git Commits
dash commits 5
ohnsh/dash-
10:30 pm — John Sherrell <dev@ohn.sh>
dashd: add wyze2 configs to env.sh and compose.yml, plus the dashd snapshot route handler.
-
10:02 pm — John Sherrell <dev@ohn.sh>
next: add wyze2, remove desk and quad from live route for now.
-
5:07 pm — John Sherrell <dev@ohn.sh>
next: useCrop kind of works but it prevents native seek controls from working. The ultimate answer will be rendering custom controls on a <canvas> or <video> with srcObject fed from a canvas. Leaving out of VODPlayer for now.
-
9:39 am — John Sherrell <dev@ohn.sh>
next: useCrop is rough but functional. Keeping in a separate branch while I decide on a UI.
-
12:30 am — John Sherrell <dev@ohn.sh>
next: first pass at a useCrop custom hook that crops a rectangle out of a hidden source <video> and renders it to an on-screen <video> via video.srcObject and canvas.captureStream(). (It doesn't work.)