Commit updated Javascript packages
This commit is contained in:
27
build/javascript/node_modules/m3u8-parser/test/fixtures/m3u8/dateTime.json
generated
vendored
Normal file
27
build/javascript/node_modules/m3u8-parser/test/fixtures/m3u8/dateTime.json
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"allowCache": false,
|
||||
"mediaSequence": 0,
|
||||
"playlistType": "VOD",
|
||||
"segments": [
|
||||
{
|
||||
"dateTimeString": "2016-06-22T09:20:16.166-04:00",
|
||||
"dateTimeObject": new Date("2016-06-22T09:20:16.166-04:00"),
|
||||
"duration": 10,
|
||||
"timeline": 0,
|
||||
"uri": "hls_450k_video.ts"
|
||||
},
|
||||
{
|
||||
"dateTimeString": "2016-06-22T09:20:26.166-04:00",
|
||||
"dateTimeObject": new Date("2016-06-22T09:20:26.166-04:00"),
|
||||
"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": []
|
||||
}
|
||||
Reference in New Issue
Block a user