Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crizmo/Stream-Savers
Stream Savers is a free, open-source and easy-to-use service to loop stream 24/7 to YouTube
https://github.com/crizmo/Stream-Savers
live loop streaming youtube
Last synced: about 1 month ago
JSON representation
Stream Savers is a free, open-source and easy-to-use service to loop stream 24/7 to YouTube
- Host: GitHub
- URL: https://github.com/crizmo/Stream-Savers
- Owner: crizmo
- License: mit
- Created: 2022-04-19T03:44:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T08:26:09.000Z (over 2 years ago)
- Last Synced: 2024-08-01T21:47:59.589Z (5 months ago)
- Topics: live, loop, streaming, youtube
- Language: EJS
- Homepage: https://streamsavers.live
- Size: 705 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - crizmo/Stream-Savers - Stream Savers is a free, open-source and easy-to-use service to loop stream 24/7 to YouTube (EJS)
README
# Stream Savers main website !
The main website for Stream Savers. This does not contain the streaming server source code.![A snippet of streamsavers.live](https://cdn.discordapp.com/attachments/970974581944885268/1009014754431467550/ss_main.png)
Main deployment: [streamsavers.live](https://streamsavers.live)
Minimal loop streaming program: [Click here](https://github.com/codingMASTER398/Stream-Savers-minimal-loop-streaming)
Streaming Server: [Click here](https://github.com/codingMASTER398/Stream-Savers-Streaming-Server)
## Setup
- Node.js 16+ recommended
- Install a process.env handler
- If not on Replit, swap out ReplDB for some other (used to store minutes streamed)
- In process.env:
- `hCaptchaSecret` for your hCaptcha secret
- `hCaptchaSiteKey` for your hCaptcha site key
- `secretPath` for the random string of characters that the streaming servers also have
- `servers` for a comma seperated list of streaming server hosts (e.g. `google.com,example.com`)
- `serversToIdentifier` for a comma seperated list of the server and it's number identifier (e.g. `google.com|1,example.com|2`)
- `webhook` as a Discord webhook to send updates such as video checks, new streams, stream deletes, etc.## License
[MIT](https://choosealicense.com/licenses/mit/)