IIIF / iiif-av

The International Image Interoperability Framework (IIIF) Audio/Visual (A/V) Technical Specification Group aims to extend to A/V the benefits of interoperability and the growing ecosystem of clients and servers that IIIF provides for images. This repository contains user stories and mockups for interoperable A/V content – contributions are welcome.
http://iiif.io/community/groups/av/
Apache License 2.0
13 stars 3 forks source link

Annotation of non API AV content #46

Open azaroth42 opened 8 years ago

azaroth42 commented 8 years ago

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 commented 7 years ago

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