-
Notifications
You must be signed in to change notification settings - Fork 12
API
The Catra MMS (Media Management System) APIs are REST Web Services over Secure HTTP (SSL). The Client API is the only way a client application is able to interact with the MMS.
Any API, to be called, needs an API Key as Basic Authentication.
-
Registration. First of all a User has to be registered in the CatraMMS platform. Details on the API to be called for the registration can be found here. The registration provides the User an API Key that has to be used to interact with the platform.
-
MMS API. Once the User has his API Key, he will be able to call any MMS APIs. The main way to interact with the CatraMMS platform is doing an Ingestion of metadata to tell the platform what it has to do. For this reason it is defined a simple language allowing the User to write a workflow of tasks that CatraMMS has to execute.
- tutorial videos: https://www.youtube.com/@CatraMMS/videos
- support email: [email protected]
- info email: [email protected]
- MMS GUI: https://mms-gui.catramms-cloud.com/catramms
- REST MMS API: https://app.swaggerhub.com/apis-docs/giulianoc/MediaManagementService
- API base URL: https://mms-api.catramms-cloud.com/catramms/1.0.1/...
- Delivery URL (authorization by parameter): https://delivery.catramms-cloud.com/catramms/1.0.1/...
- Delivery URL (authorization by path): https://delivery-path.catramms-cloud.com/catramms/1.0.1/...
- Push binary URL: https://binary.catramms-cloud.com/catramms/1.0.1/...
-
Tutorial
- User registration
- Add content - Pull
- Add content, on success send an email
- Two Tasks (Add content) to be executed in parallel
- Add a set of video encoding profiles
- Add two contents, send an email, concat, cut and encode
- Add a single image profile (Logo)
- Add a video, an image, encode the image, overlay the encoded image on the video
-
Workflow Ingestion
Workflow As Library
Add-Remove Content
Delivery
Social Network Delivery
Encoding (video-audio-image)
Media activities
Overlay
Frame Processing
Recorder
Communication
Utilities
Computer Vision