An open API service indexing awesome lists of open source software.

https://github.com/tsunematsu21/live-streaming

The IaC for building live streaming server
https://github.com/tsunematsu21/live-streaming

ansible docker docker-compose hls hls-live-streaming nginx nginx-rtmp terraform

Last synced: 2 months ago
JSON representation

The IaC for building live streaming server

Awesome Lists containing this project

README

          

# Live Streaming Server
[![LICENSE](https://img.shields.io/github/license/tsunematsu21/template-nuxt-ts?color=green)](LICENSE)

## Pre-requisites

* **[Docker](https://www.docker.com/)**
A container platform.

## Getting started

Provision AWS resources by [Terraform](https://www.terraform.io/).

```bash
# Set environment variables
$ export AWS_ACCESS_KEY_ID=""
$ export AWS_SECRET_ACCESS_KEY=""
$ export AWS_DEFAULT_REGION=""
$ export PUBLIC_KEY=""

# Provision AWS resources
$ docker-compose run --rm terraform init
$ docker-compose run --rm terraform plan
$ docker-compose run --rm terraform apply
```