-
Notifications
You must be signed in to change notification settings - Fork 12
COMMAND.10 Download content
Giuliano Catrambone edited this page Nov 27, 2018
·
7 revisions
This command downloads the content. The download command will work ONLY if it refers a valid authorization.
/MMS_0000/CatraSoft/000/000/561/833_source.mp4?:token&:deliveryFileName
GET
- token: it is generated by the create delivery authorization API
- example: token=654
- deliveryFileName: it is generated by the create delivery authorization API in case the 'save' parameter was passed. It is initialized using the 'deliveryFileName' metadata field decided by the user during the ingestion of the content or, in case this is empty, using the 'title' of the content. In this API, this field is used by the platform to set the HTTP 'Content-Disposition' to give a name to the downloaded file name.
- example: deliveryFileName=myName.mp4
None
None
200 OK
Media file
Assuming:
- Token: 765
- DeliveryFileName: myName.mp4
curl "https://mms-delivery.catrasoft.cloud/MMS_0000/CatraSoft/000/000/561/833_source.mp4?token=6&deliveryFileName=myName.mp4" > myName.mp4
In case the URL (https://mms-delivery.catrasoft.cloud/MMS_0000/CatraSoft/000/000/561/833_source.mp4?token=6&deliveryFileName=myName.mp4) is set in a browser, the downloaded file will be named by the browser as myName.mp4.
- 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