Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suhay/ffmpeg-upload-experiment
https://github.com/suhay/ffmpeg-upload-experiment
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/suhay/ffmpeg-upload-experiment
- Owner: suhay
- License: mit
- Created: 2020-07-25T20:55:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:26:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T05:47:45.834Z (about 1 month ago)
- Language: JavaScript
- Size: 3.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live Control Web Player
## Setup
There are a couple of prerequisites you will need in order for this project to work:
1. Be sure to have `ffmpeg` installed [http://ffmpeg.org](http://ffmpeg.org/).
2. Be sure to have `Docker` and `docker-compose` installed.
- [https://www.docker.com/](https://www.docker.com/)
- [https://docs.docker.com/compose/install/](https://docs.docker.com/compose/install/)This project will spawn a Docker container containing a PostgreSQL server which is why we need DOcker installed and running.
## Upload
Place video in `/video` folder within the root of the project. This folder is seen as the upload stream buffer for the purposes of this exercise.
## Annnnd Go!
```bash
$ yarn$ yarn dev
```Site will be served off of [http://localhost:8080/](http://localhost:8080/).