absoluteUris.json 721 Bytes
{
  "allowCache": true,
  "mediaSequence": 0,
  "playlistType": "VOD",
  "segments": [
    {
      "duration": 10,
      "timeRange": {
        "end": 10,
        "start": 0
      },
      "uri": "http://example.com/00001.ts"
    },
    {
      "duration": 10,
      "timeRange": {
        "end": 20,
        "start": 10
      },
      "uri": "https://example.com/00002.ts"
    },
    {
      "duration": 10,
      "timeRange": {
        "end": 30,
        "start": 20
      },
      "uri": "//example.com/00003.ts"
    },
    {
      "duration": 10,
      "timeRange": {
        "end": 40,
        "start": 30
      },
      "uri": "http://example.com/00004.ts"
    }
  ],
  "targetDuration": 10,
  "totalDuration": 40
}