Generate OAuth Tokens
- Start Opencast
- Follow the request URL appearing in the Opencast logs and click Accept
- The resulting website will say
Received verification code. Closing...
# Youtube delivery
org.opencastproject.publication.youtube.username=CHANGE_ME
org.opencastproject.publication.youtube.password=CHANGE_ME
org.opencastproject.publication.youtube.clientid=CHANGE_ME
org.opencastproject.publication.youtube.developerkey=CHANGE_ME
org.opencastproject.publication.youtube.category=CHANGE_ME
# Additional keywords to add to recordings
org.opencastproject.publication.youtube.keywords=CHANGE_ME
org.opencastproject.publication.youtube.private=CHANGE_ME
org.opencastproject.publication.youtube.default.playlist=CHANGE_ME
--
You received this message because you are subscribed to the Google Groups "Opencast Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to users+un...@opencast.org.
<operation id="publish-youtube"
if="${publishToYouTube}"
max-attempts="2"
exception-handler-workflow="ng-partial-error"
description="Publishing to YouTube">
<configurations>
<configuration key="source-tags">engage-download</configuration>
</configurations>
</operation>
<operation
id="publish-youtube"
if="${publishToYouTube}"
max-attempts="2"
fail-on-error="true"
exception-handler-workflow="error"
description="Publish to YouTube">
<configurations>
<configuration key="source-flavors">presentation/trimmed</configuration>
</configurations>
</operation>
org.opencastproject.publication.youtube.category=Education
org.opencastproject.publication.youtube.keywords=uc, berkeley, ucberkeley, webcast.berkeley, cal
org.opencastproject.publication.youtube.makeVideosPrivate=true
org.opencastproject.publication.youtube.makeVideosPrivate_prod=false
org.opencastproject.publication.youtube.defaultPlaylist=uncategorized
3. and Start Opencast : service opencast restart
5. get Received verification code. Closing...from browser
6. send a presenter file using ng-schedule-and-upload-youtube.xml
7. but fail to get the file on youtube channel
how can I resove it ,please help
--
You received this message because you are subscribed to the Google Groups "Opencast Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to users+un...@opencast.org.
if you want to publish the presentation stream, you have to change the line from `presenter/trimmed` to `presentation/trimmed`
--
You received this message because you are subscribed to the Google Groups "Opencast Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to users+un...@opencast.org.
To unsubscribe from this group and stop receiving emails from it, send an email to users+un...@opencast.org.