-
Notifications
You must be signed in to change notification settings - Fork 12
COMMAND.1 Add Profiles Set Command
Giuliano Catrambone edited this page May 8, 2018
·
5 revisions
This command is used to add a 'Profiles Set' into the CatraMMS. In case the set of profiles is already present, this one will be updated. Same, in case a single profile is already present, this one will be updated.
- /catramms/v1/profilesSet/video to add a set of video profiles
- /catramms/v1/profilesSet/audio to add a set of audio profiles
- /catramms/v1/profilesSet/image to add a set of image profiles
PUT
None
None
See the JSON format for the appropriate 'Profiles Set'
201 Created
The API returns the identifiers (Keys) and name of the profiles.
{
"encodingProfilesSet": { "encodingProfilesSetKey": 8, "label": "..." },
"profiles": [
{ "encodingProfileKey": 16, "label": "..." },
{ "encodingProfileKey": 17, "label": "..." },
{ "encodingProfileKey": 18, "label": "..." },
...
]
}
Assuming:
- UserKey: 5
- APIKey: SU1.8ZO1O2zVeBMNv9lzZ0whABXSAdjWrR~rpcnI5eaHNO2gysrNdAv8BNoWZB1eLP
- profilesMetadata.json is a file containing the video metadata about the 'Profiles Set'
curl -k -v -X PUT -u 5:SU1.8ZO1O2zVeBMNv9lzZ0whABXSAdjWrR~rpcnI5eaHNO2gysrNdAv8BNoWZB1eLP -d @profilesMetadata.json -H "Content-Type: application/json" https://mms-api.catrasoft.cloud/catramms/v1/profilesSet/video
- 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