Skip to content

Me trying to create a prototype Live Streaminng Platform with NGINX RTMP/HLS. Thx to https://github.com/Abdisalan

Notifications You must be signed in to change notification settings

kaenova/livestream-prototype

Repository files navigation

Livestreaming Prototype

Prerequisite: Docker and Installed Docker Compose and make sure port 443 and 80 are available.

Run it (non development)

  1. Clone this repository
  2. Make this repository as active directory
  3. Run this command docker-compose up -d
  4. Open https://localhost on your browser
  5. To turn off all the service run docker-compose down --rmi all

Run it (development)

  1. Clone this repository
  2. Make this repository as active directory
  3. Run this command docker-compose -f docker-compose.dev.yml up -d
  4. Open https://localhost on your browser
  5. To turn off all the service run docker-compose -f docker-compose.dev.yml down

About

Me trying to create a prototype Live Streaminng Platform with NGINX RTMP/HLS. Thx to https://github.com/Abdisalan

Topics

Resources

Stars

Watchers

Forks