Skip to content

Instantly share code, notes, and snippets.

@peaBerberian
Last active April 10, 2017 16:10
Show Gist options
  • Save peaBerberian/9f56e43a17952ce7b8e258b5497a05db to your computer and use it in GitHub Desktop.
Save peaBerberian/9f56e43a17952ce7b8e258b5497a05db to your computer and use it in GitHub Desktop.
{
availabilityStartTime: Date,
baseURL: string,
duration: number,
id: string,
locations: [string],
suggestedPresentationDelay: number,
timeShiftBufferDepth: number,
transportType: "dash",
type: string,
periods: [{
baseURL: string,
duration: number,
id: string,
start: number,
adaptations: [{
accessibility: [string],
baseURL: string,
id: string,
lang: string,
type: string,
representations: [{
bitrate: number,
baseURL: string,
codecs: string,
height: number (pixels),
id: string,
index: {
// TODO
},
mimeType: string,
width: number (pixels),
}]
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment