Skip to content
New issue

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

Annotation of non API AV content #46

Open
azaroth42 opened this issue Aug 9, 2016 · 1 comment
Open

Annotation of non API AV content #46

azaroth42 opened this issue Aug 9, 2016 · 1 comment

Comments

@azaroth42
Copy link
Member

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:

{
  "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"]
    }
  }
}

Additional Background

Expands on #2

@azaroth42
Copy link
Member Author

We think this is done, if youtube (etc) are just resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant