A small project that reads a video, applies some color filters as you choose and makes it available to the client as a stream.
- NodeJS >= 18.
- FFMPEG installed on OS. (check installation here).
- Install dependencies:
yarn install
- Place a video mp3 file named
video.mp4
in themedia/
folder.
- Start server streaming on 3000 port:
yarn start:server
- Start client on 8080 port by default:
yarn start:client
Enjoy yourself! =)