Stream Platform Lite is a platform that allows any streamer to easily create their own live streaming platform, making their content and revenue not entirely dependent on major streaming platforms.
- Docker
- Docker Compose
-
Clone the repositories:
git clone https://github.com/cool9850311/StreamPlatformLite.git git clone https://github.com/cool9850311/StreamPlatformLite-Frontend.git git clone https://github.com/cool9850311/StreamPlatformLite-Backend.git
-
Navigate to the project directory:
cd StreamPlatformLite
-
Copy the example configuration files:
cp docker-compose-example.yml docker-compose.yml cp nginx.conf.example nginx.conf
-
Update the environment variables in
docker-compose.yml
andnginx.conf
as needed. (See Configuration - docker-compose) -
replace cert & key file in certs folder with your own.
- Start the services using Docker Compose:
# docker-compose or docker compose based on your docker compose version docker-compose up -d --build
- To stop the services, run:
# docker-compose or docker compose based on your docker compose version docker-compose down
For more detailed information, refer to the individual repository links provided below.