@eyevinn/web-player 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -65,6 +65,8 @@
|
|
|
65
65
|
|
|
66
66
|
/*! ../is-supported */
|
|
67
67
|
|
|
68
|
+
/*! ../loader/date-range */
|
|
69
|
+
|
|
68
70
|
/*! ../loader/fragment */
|
|
69
71
|
|
|
70
72
|
/*! ../loader/fragment-loader */
|
|
@@ -79,6 +81,8 @@
|
|
|
79
81
|
|
|
80
82
|
/*! ../types/cmcd */
|
|
81
83
|
|
|
84
|
+
/*! ../types/demuxer */
|
|
85
|
+
|
|
82
86
|
/*! ../types/level */
|
|
83
87
|
|
|
84
88
|
/*! ../types/loader */
|
|
@@ -175,6 +179,8 @@
|
|
|
175
179
|
|
|
176
180
|
/*! ./controller/timeline-controller */
|
|
177
181
|
|
|
182
|
+
/*! ./date-range */
|
|
183
|
+
|
|
178
184
|
/*! ./dummy-demuxed-track */
|
|
179
185
|
|
|
180
186
|
/*! ./errors */
|
|
@@ -193,8 +199,6 @@
|
|
|
193
199
|
|
|
194
200
|
/*! ./gap-controller */
|
|
195
201
|
|
|
196
|
-
/*! ./id3 */
|
|
197
|
-
|
|
198
202
|
/*! ./is-supported */
|
|
199
203
|
|
|
200
204
|
/*! ./level-details */
|
|
@@ -215,6 +219,8 @@
|
|
|
215
219
|
|
|
216
220
|
/*! ./mp4-generator */
|
|
217
221
|
|
|
222
|
+
/*! ./mp4-remuxer */
|
|
223
|
+
|
|
218
224
|
/*! ./mp4-tools */
|
|
219
225
|
|
|
220
226
|
/*! ./mpegaudio */
|
|
@@ -261,6 +267,8 @@
|
|
|
261
267
|
|
|
262
268
|
/*! exports provided: ChunkMetadata */
|
|
263
269
|
|
|
270
|
+
/*! exports provided: DateRangeAttribute, DateRange */
|
|
271
|
+
|
|
264
272
|
/*! exports provided: ElementaryStreamTypes, BaseSegment, Fragment, Part */
|
|
265
273
|
|
|
266
274
|
/*! exports provided: ErrorTypes, ErrorDetails */
|
|
@@ -281,8 +289,12 @@
|
|
|
281
289
|
|
|
282
290
|
/*! exports provided: LoadStats */
|
|
283
291
|
|
|
292
|
+
/*! exports provided: MetadataSchema */
|
|
293
|
+
|
|
284
294
|
/*! exports provided: PlaylistContextType, PlaylistLevelType */
|
|
285
295
|
|
|
296
|
+
/*! exports provided: RemuxerTrackIdConfig, bin2str, readUint16, readUint32, readSint32, writeUint32, findBox, parseSegmentIndex, parseInitSegment, getStartDTS, getDuration, computeRawDurationFromSamples, offsetStartDTS, segmentValidRange, appendUint8Array, parseSamples, parseSEIMessageFromNALu, parseEmsg */
|
|
297
|
+
|
|
286
298
|
/*! exports provided: Row, CaptionScreen, default */
|
|
287
299
|
|
|
288
300
|
/*! exports provided: STALL_MINIMUM_DURATION_MS, MAX_START_GAP_JUMP, SKIP_BUFFER_HOLE_STEP_SECONDS, SKIP_BUFFER_RANGE_START, default */
|
|
@@ -297,15 +309,13 @@
|
|
|
297
309
|
|
|
298
310
|
/*! exports provided: appendFrame, parseHeader, isHeaderPattern, isHeader, canParse, probe */
|
|
299
311
|
|
|
300
|
-
/*! exports provided: bin2str, readUint16, readUint32, writeUint32, findBox, parseSegmentIndex, parseInitSegment, getStartDTS, getDuration, computeRawDurationFromSamples, offsetStartDTS, segmentValidRange, appendUint8Array */
|
|
301
|
-
|
|
302
312
|
/*! exports provided: default */
|
|
303
313
|
|
|
304
314
|
/*! exports provided: default, LoadError */
|
|
305
315
|
|
|
306
316
|
/*! exports provided: default, isPromise, TransmuxConfig, TransmuxState */
|
|
307
317
|
|
|
308
|
-
/*! exports provided: default, normalizePts */
|
|
318
|
+
/*! exports provided: default, normalizePts, flushTextTrackMetadataCueSamples, flushTextTrackUserdataCueSamples */
|
|
309
319
|
|
|
310
320
|
/*! exports provided: discardEPB, default */
|
|
311
321
|
|
|
@@ -423,6 +433,10 @@
|
|
|
423
433
|
!*** ./src/utils/vttcue.ts ***!
|
|
424
434
|
\*****************************/
|
|
425
435
|
|
|
436
|
+
/*!******************************!*\
|
|
437
|
+
!*** ./src/types/demuxer.ts ***!
|
|
438
|
+
\******************************/
|
|
439
|
+
|
|
426
440
|
/*!********************************!*\
|
|
427
441
|
!*** ./src/crypt/decrypter.ts ***!
|
|
428
442
|
\********************************/
|
|
@@ -503,6 +517,10 @@
|
|
|
503
517
|
!*** ./src/demux/chunk-cache.ts ***!
|
|
504
518
|
\**********************************/
|
|
505
519
|
|
|
520
|
+
/*!**********************************!*\
|
|
521
|
+
!*** ./src/loader/date-range.ts ***!
|
|
522
|
+
\**********************************/
|
|
523
|
+
|
|
506
524
|
/*!**********************************!*\
|
|
507
525
|
!*** ./src/loader/key-loader.ts ***!
|
|
508
526
|
\**********************************/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eyevinn/web-player",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"author": "Eyevinn Technology <work@eyevinn.se>",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"Benjamin Wallberg <benjamin.wallberg@eyevinn.se> (Eyevinn Technology AB)"
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"url": "https://github.com/Eyevinn/web-player/issues"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@eyevinn/web-player-core": "^0.
|
|
33
|
-
"@eyevinn/web-player-eyevinn-skin": "^0.9.
|
|
32
|
+
"@eyevinn/web-player-core": "^0.13.0",
|
|
33
|
+
"@eyevinn/web-player-eyevinn-skin": "^0.9.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"buffer": "^6.0.3",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "e424a10e3cfaf7d153744b4d81ad3d27cc8305d4"
|
|
47
47
|
}
|