Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitrahav/flipvideostream
https://github.com/amitrahav/flipvideostream
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amitrahav/flipvideostream
- Owner: amitrahav
- Created: 2020-06-26T07:20:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T03:28:45.000Z (over 2 years ago)
- Last Synced: 2023-03-08T09:31:41.141Z (almost 2 years ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flip video streamer
## Quick start
1. Copy .env.example to .env
2. Change envs values if needMake 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`