A service that converts a video into different resolutions allowing clients facilitate adaptive bitrate streaming.
The service is still under development
- Nodejs 16+
- Docker
- Yarn
Get docker daemon is up and running
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.11-management
yarn
yarn consumer:dev
yarn publisher:dev xyz
You can replace the xyz with text you'd like and also run multiple consumers (step 3)