Use this SDK if you want to develop custom Activities for the Cloud Transcode or your own project.
This SDK offers classes for your custom activities:
- Base Activity class to extend for your own activities
- Client Interface to extends to create your own interface between your Activity and client application
- Logger
- Custom exception class
Cloud Transcode (CT) is an example of project using this SDK.
CT transcodes media files at scale using the CPE stack. It uses this SDK to implement its Activities and to report back to client applications that submitted jobs to the CPE stack.
See: https://github.com/sportarchive/CloudTranscode