https://github.com/boolfalse/openradio
OpenRadio with Node.js
https://github.com/boolfalse/openradio
Last synced: 3 months ago
JSON representation
OpenRadio with Node.js
- Host: GitHub
- URL: https://github.com/boolfalse/openradio
- Owner: boolfalse
- Created: 2021-09-19T16:47:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T16:49:23.000Z (over 4 years ago)
- Last Synced: 2025-06-01T17:27:34.250Z (8 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Node.js OpenRadio Demo
### Requirements:
- Node.js v12 or higher;
- FFmpeg installed;
### Installation:
- Setup tracks in appropriate directory/ies.
- Clone and setup:
```
git clone git@github.com:boolfalse/openradio-example.git
cd openradio-example
npm i
npm start
```