-
Notifications
You must be signed in to change notification settings - Fork 12
Add Content
Giuliano Catrambone edited this page Feb 17, 2024
·
8 revisions
The Add-Content task allows the upload of a content (binary media file).
This task provides two options to add a content into the MMS:
- Pull option where the binary of the content is downloaded by the MMS by a URL
-
Push option where the binary of the content is uploaded by the Client through HTTP calls. Within this modality there are two options:
- upload the entire binary of the content with just one HTTP call
- split the binary of the content in several chunks and upload each chunk separately. This option is very useful specially when the Internet connection or the bandwidth is not good and/or the size of the content is huge. In fact, in this scenario, even if a single call relative to one chunk fails, it is possible to continue the loading of the binary without loosing the loading of all the previous chunks
- 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