Before cloning this, please give a star for this repo if you are interested :)
http://localhost:3000/streams
http://localhost:3000/stream/<random-id>
https://github.com/nayyaung9/json-database-livestream
yarn install (or) npm install
{
"streams": []
}
inside package.json, add "start"
in "scripts"
field
"start": "json-server -p 3001 -w db.json"
https://github.com/nayyaung9/rtmp-server-livestream
yarn install (or) npm install
inside package.json, add "start"
in "scripts"
field
"scripts": {
"start": "node index.js"
},
node index.js
rtmp://localhost/live