You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create and ingest media package from media tracks with additional Dublin Core metadata.
164
-
* It is mandatory to set a title for the recording. This can be done with the 'title' form field or by supplying a DC catalog with a title included.
168
+
* It is mandatory to set a title for the recording. This can be done with the 'title' form field or by supplying a DC catalog with a title included.
165
169
* (deprecated*) The identifier of the newly created media package will be taken from the identifier field or the episode DublinCore catalog (deprecated*).
166
170
* If no identifier is set, a new random UUIDv4 will be generated. This endpoint is not meant to be used by capture agents for scheduled recordings. Its primary use is for manual ingests with command line tools like cURL.
167
-
*
171
+
*
168
172
* Multiple tracks can be ingested by using multiple form fields. It is important to always set the flavor of the next media file before sending the media file itself.
169
-
*
170
-
* (*) The special treatment of the identifier field is deprecated and may be removed in future versions without further notice in favor of a random UUID generation to ensure uniqueness of identifiers.
171
-
*
173
+
*
174
+
* (*) The special treatment of the identifier field is deprecated and may be removed in future versions without further notice in favor of a random UUID generation to ensure uniqueness of identifiers.
175
+
*
172
176
*
173
177
* @param array $flavor (optional) The kind of media track. This has to be specified prior to each media track (default: "presenter/source"):
174
178
* @param array $file (partially optional) media track file, could be null if mediaUri in $params is defined.
@@ -205,15 +209,15 @@ public function addAttachmentUrl($mediaPackage, $flavor, $url, $tags = '')
205
209
* 'type' => '', // Episode metadata value.
206
210
* 'episodeDCCatalogUri' => '', // URL of episode DublinCore Catalog.
207
211
* 'episodeDCCatalog' => '', // URL of episode DublinCore Catalog.
208
-
* 'seriesDCCatalogUri' => '', // URL of series DublinCore Catalog
209
-
* 'seriesDCCatalog' => '', // Series DublinCore Catalog
210
-
* 'acl' => '', // Access control list in XACML or JSON form
212
+
* 'seriesDCCatalogUri' => '', // URL of series DublinCore Catalog
213
+
* 'seriesDCCatalog' => '', // Series DublinCore Catalog
214
+
* 'acl' => '', // Access control list in XACML or JSON form
211
215
* 'tag' => '', // Tag of the next media file
212
216
* 'mediaUri' => '', // URL of a media track file
213
217
* ]
214
-
*
218
+
*
215
219
* @param string $wdID (optional) Workflow definition id
216
-
*
220
+
*
217
221
* @return array the response result ['code' => 200, 'body' => '{Ingest successful. Returns workflow instance as XML (text)']
0 commit comments