Git Commits
dev commits 4
ohnsh/dev-
10:10 pm — John Sherrell <dev@ohn.sh>
cam: new mediamtx paths, (wuuk|wyze1)-patch-rec, that record on-demand from corresponding *-patch paths. Recording can be switched on or off for a given path by calling the API with PATCH /v3/config/paths/patch/{path} and setting `sourceOnDemand` to no or yes, respectively.
-
9:26 pm — John Sherrell <dev@ohn.sh>
cam: WIP getting on-demand recording working via pure mediaMTX config, without running external ffmpeg readers.
-
7:07 pm — John Sherrell <dev@ohn.sh>
cam,bug: quiet ffmpeg; docker logs were getting huge.
-
9:42 am — John Sherrell <dev@ohn.sh>
cam: add static ip of dashd container to mediaMTX auth config, allowing it to access the API endpoint.
dash commits 2
ohnsh/dash-
10:07 am — John Sherrell <dev@ohn.sh>
dash-next: Move back to @latest next.js release. (I had moved to the preview release for an experimental config that adds support for Typescript 7. That config now appears to work in @latest.)
-
2:04 am — John Sherrell <dev@ohn.sh>
dash-next: Sidebar layout, configure rewrite from root route to /hls, fix up default stream handling to use the first one returned instead of a constant value.