Blame view

node_modules/m3u8-parser/test/fixtures/m3u8/dateTime.js 388 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  {
    "allowCache": false,
    "mediaSequence": 0,
    "playlistType": "VOD",
    "segments": [
    {
      "duration": 10,
      "timeline": 0,
      "uri": "hls_450k_video.ts"
    }
  ],
    "targetDuration": 10,
    "endList": true,
    "dateTimeString": "2016-06-22T09:20:16.166-04:00",
    "dateTimeObject": new Date("2016-06-22T09:20:16.166-04:00"),
    "discontinuitySequence": 0,
    "discontinuityStarts": []
  }