General Notes
- All paths above are relative to the REST endpoint base (something like http://your.server/files)
- If the service is down or not working it will return a status 503, this means the the underlying service is not working and is either restarting or has failed
- A status code 500 means a general failure has occurred which is not recoverable and was not anticipated. In other words, there is a bug! You should file an error report with your server logs from the time when the error occurred: Opencast Issue Tracker
Table of Contents
Write methods
Method / Path: | POST / |
---|---|
Description: | Submit a track for segmentation. |
Path params: | NONE |
Required (form) params: | track: The track to segment. |
Optional (form) params: | NONE |
Response formats: | text/xml |
Status codes: |
200: OK, The job ID to use when polling for the resulting mpeg7 catalog. 400: Bad Request, The "segment" is NULL or not a valid track type. 500: Internal Server Error, The underlying service could not segment the video. |
Notes: |
|
Testing: |
Sample:
/
Testing form (click to reveal)
|