Git Commits
dash commits 2
ohnsh/dash-
7:39 pm — John Sherrell <dev@ohn.sh>
dash-next: clean-up, give video player container a definite size so that the layout doesn't shift when <video> mounts/unmounts.
-
2:22 pm — John Sherrell <dev@ohn.sh>
dash-next: refactor, now using a single-segment [date] route param instead of a catch-all segment.
dev commits 3
ohnsh/dev-
8:46 pm — John Sherrell <dev@ohn.sh>
cam: prepend -4 to curl options in mmtx-ctrl.sh because I can't figure out a reliable way to make the ip whitelist in mediamtx.yml work with the ipv6 link-local network. (The scope ID, e.g. %eth0, is perhaps causing issues with the Go libraries used by mediaMTX to parse IPs.)
-
8:08 pm — John Sherrell <dev@ohn.sh>
cam: rename ctrl.sh -> mmtx-ctrl.sh to disambiguate.
-
8:05 pm — John Sherrell <dev@ohn.sh>
cam: add check for "available" sources to ctrl.sh. The point is to check what's currently recording, and once I figure out the most reliable way to do that I'll make a more direct subcommand. Also add ctrl.sh to 'bin' in package.json. It was an afterthought that I now use every day.