Re: [me-media-timed-events] DataCue or a more specific API for DASH and emsg events

Putting this JSON into .text on a VttCue is the easiest way of dealing with it:
`
{
      type: 'emsg',
      timestamp: 168271.6,
      detail: {
        messageData: [88, 89, 90 ....],
         eventDuration: 0,
         id: 1000300,
         presentationTimeDelta: 0,
         schemeIdUri: "urn:foo:bar:id3:2016",
         timescale: 48000
         value:"0"
      }
`

-- 
GitHub Notification of comment by silviapfeiffer
Please view or discuss this issue at https://github.com/w3c/me-media-timed-events/issues/2#issuecomment-397505980 using your GitHub account

Received on Friday, 15 June 2018 03:51:47 UTC