We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to be able to control playback (volume, time, etc) of non AV-API content, such as Youtube.
Add a service block to an AV resource in the Annotation that associates it with the canvas:
service
{ "type": "Annotation", "target": "http://example.org/canvas/1", "body": { "id": "http://youtube.com/video", "service": { "id": "http://youtube.com/video/api", "profile": "uri-for-youtube-api", "more": ["params", "go","here", "too"] } } }
Expands on #2
The text was updated successfully, but these errors were encountered:
We think this is done, if youtube (etc) are just resources
Sorry, something went wrong.
No branches or pull requests
Description
Need to be able to control playback (volume, time, etc) of non AV-API content, such as Youtube.
Proposed Solutions
Add a
service
block to an AV resource in the Annotation that associates it with the canvas:Additional Background
Expands on #2
The text was updated successfully, but these errors were encountered: