StreamApp is a live streaming application, which allows you to go live on multiple platforms such as YouTube, Facebook and others. Using RTMP protocol, it can be run on VPS and other servers.
### How To Install ###
$ apt update && apt upgrade
$ apt install git -y
$ apt install nodejs -y
$ apt install ffmpeg -y
$ npm install -g pm2
$ git clone https://github.com/rezadev05/stream-app.git
$ cd stream-app
$ npm install
$ pm2 start ecosystem.config.js --only stream-app
⚠️ Note This program must be run using nodejs version 20 or higher!
bangtutorial
(Base This Program⭐)rezadev05
I would like to thank all contributors who helped create this source code.
Copyright (c) 2025 rezadev05