From 91f669e8282932b4decae6beca0bf7f610f7a81b Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Fri, 2 May 2025 10:52:32 -0500 Subject: [PATCH] add streaming to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36fd3f1..d479853 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ Thanks to the WeatherStar community for providing these discussions to further e * [Stream as FFMPEG](https://github.com/netbymatt/ws4kp/issues/37#issuecomment-2008491948) * [Weather like it's 1999](https://blog.scottlabs.io/2024/02/weather-like-its-1999/) Raspberry pi, streaming, music and CRT all combined into a complete solution. +* [ws4channels](https://github.com/rice9797/ws4channels) A Dockerized Node.js application to stream WeatherStar 4000 data into Channels DVR using Puppeteer and FFmpeg. ## Customization A hook is provided as `/server/scripts/custom.js` to allow customizations to your own fork of this project, without accidentally pushing your customizations back upstream to the git repository. An sample file is provided at `/server/scripts/custom.sample.js` and should be renamed to `custom.js` activate it.