- Azure Architecture
- Encoding Workflow
- Database Entity Relationship Diagram
- Instructions to run & test
- Links
This is the cloud architecture diagram that we customized ourselves for the CloudVOD platform
This diagram details the process of uploading, encoding, and monitoring
- Create a Microsoft Azure Account & create the Azure Media Service resource via setup wizard
- Run
npm installin root dir - Create a
.envfile based on.env.examplein repo & replace values with azure account info - Run
npm run watchin root dir - Go to
http://localhost:5000/api/data/file-uploadin a web browser and upload a video file
