The dubbing-service provides the following functionality:
- Receives files and creates a priortized queue to serve them
- Notifies by email when file is ready or it has been error
To clone the repository and its submodules use:
git clone --recurse-submodules [email protected]:Softcatala/dubbing-service.git
This requires that you have docker, docker-compose and make installed in your system.
First build by running:
make build-all
Once the system is built, you can run it typing:
make docker-run
And open http://localhost:8700/stats to verify that the service works.
Also in the html-client directory you have a simple HTML client to test the service.
Email address: Jordi Mas: [email protected]