Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amitrahav/flipvideostream


https://github.com/amitrahav/flipvideostream

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Flip video streamer

## Quick start
1. Copy .env.example to .env
2. Change envs values if need

Make sure you have a docker client up and running on your machine.
* Clone this repo.
* Build image `$docker build --tag flip:latest ./` (on root directory)
* Run this image in a container `$ docker run -p 5000:5000 --env-file .env -it flip`