PublishYoutubeWorkflowOperation
Description
The PublishYoutubeWorkflowOperation publishes a single stream to YouTube. This stream must meet YouTube's format requirements, and may consist of audio and/or video. If you want to publish both your presenter and presentation streams we suggest using the Composite workflow operation handler to prepare a composite file with both streams inside of it. The default Opencast workflow prepares a video using this method.
Parameter Table
configuration keys | description |
---|---|
source-flavors | The flavors to publish to YouTube |
source-tags | The tags to publish to YouTube |
Operation Example
<operation
id="publish-youtube"
max-attempts="2"
exception-handler-workflow="ng-partial-error"
description="Publishing to YouTube">
<configurations>
<configuration key="source-tags">youtube</configuration>
</configurations>
</operation>