@playkit-js/media-melon 1.0.16-canary.0-8da05d7 → 1.0.16-canary.0-59bfa22
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +31 -33
- package/dist/playkit-media-melon.js +1 -1
- package/dist/playkit-media-melon.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -17,39 +17,37 @@ and transpiled in ECMAScript5 using [Babel](https://babeljs.io/) and the [TypeSc
|
|
17
17
|
## Configuration
|
18
18
|
|
19
19
|
```js
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
}
|
52
|
-
}
|
20
|
+
{
|
21
|
+
"plugins": {
|
22
|
+
"mediaMelon": {
|
23
|
+
"customerId": "13145423100",
|
24
|
+
"domainName": "",
|
25
|
+
"subscriberTag": "",
|
26
|
+
"subscriberId": "",
|
27
|
+
"subscriberType": "",
|
28
|
+
"playerName": "",
|
29
|
+
"playerVersion": "",
|
30
|
+
"playerBrand": "",
|
31
|
+
"playerModel": "",
|
32
|
+
"videoAssetInfo": {
|
33
|
+
"assetId": "",
|
34
|
+
"assetName": "",
|
35
|
+
"videoId": "",
|
36
|
+
"seriesTitle": "",
|
37
|
+
"episodeNumber": "",
|
38
|
+
"season": "",
|
39
|
+
"contentType": "",
|
40
|
+
"drmProtection": "",
|
41
|
+
"genre": ""
|
42
|
+
},
|
43
|
+
"appName": "",
|
44
|
+
"appVersion": "",
|
45
|
+
"deviceMarketingName": "",
|
46
|
+
"videoQuality": "",
|
47
|
+
"deviceId": "",
|
48
|
+
"customTags": {}
|
49
|
+
}
|
50
|
+
}
|
53
51
|
}
|
54
52
|
```
|
55
53
|
|