2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-09-21 13:49:04 -04:00
Commit Graph

18 Commits

Author SHA1 Message Date
8b0c37476f Bump dependencies 2022-01-04 22:18:47 -05:00
d288af13aa Apply prettier 2022-01-04 21:56:12 -05:00
310344a450 Use pnpm --parallel instead of concurrently 2022-01-04 21:37:07 -05:00
201e801d63 Remove a debug print 2022-01-04 21:35:22 -05:00
d3f5916b34 Switch to PNPM, bump dependencies 2022-01-04 21:35:22 -05:00
afe6a1aed5 Handle camera transforms in ffmpeg, rather than client side
This simplifies the client, as well as fixing rotation
2021-11-18 19:45:51 -05:00
cc0f6d90d0 Re-stream webcams with ffmpeg and stream them via hls.js
This should result in a significant decrease in bandwidth
requirements, as well as providing the ability to reconnect to streams
2021-11-08 20:21:03 -05:00
787ec126c5 Add a "settings" message to send header colors and webcam transform
This should ideally be in 3 commits, but oh well.
2021-11-08 17:34:41 -05:00
ecd5185dc4 server: Switch from generic http-proxy to mjpeg-proxy for webcam streams 2021-11-03 19:36:25 -04:00
5d19c77dce server: Move source to src folder 2021-11-03 18:55:58 -04:00
7f2c4f48b2 server: Remove pretty-ms and node-gyp dependencies
Left over from when server and client shared dependencies
2021-11-03 18:55:58 -04:00
d26f126358 server: Move ts-node to devDependencies 2021-11-03 18:55:53 -04:00
1175754a09 server: Move OctoPrint connection handler class to its own file 2021-10-28 02:54:44 -04:00
009612898a server: Actively check for loss of connection to octoprint websocket
Periodically `ping` the server, and check for returning `pong`s
2021-10-28 02:54:17 -04:00
51d3cbf41e Don't break when printers are not accessible during server startup 2021-10-28 01:06:42 -04:00
8c18460995 Apply prettier 2021-10-28 01:06:08 -04:00
34f9ec9413 Define a slug in the config, rather than using the name as one 2021-10-13 23:31:47 -04:00
0b2919abf5 Switch to Vite bundler, upgrade to Vue3, and split server into subfolder 2021-10-13 23:23:57 -04:00