@eluvio/elv-client-js 4.0.20 → 4.0.22
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.
- package/dist/ElvClient-min.js +4 -4
- package/dist/ElvClient-node-min.js +4 -4
- package/dist/ElvFrameClient-min.js +1 -1
- package/dist/ElvWalletClient-min.js +4 -4
- package/dist/ElvWalletClient-node-min.js +8 -8
- package/dist/src/AuthorizationClient.js +1 -0
- package/dist/src/HttpClient.js +37 -21
- package/dist/src/client/ContentAccess.js +2 -1
- package/dist/src/client/ContentManagement.js +4 -4
- package/dist/src/client/Files.js +480 -475
- package/package.json +1 -1
- package/src/AuthorizationClient.js +1 -1
- package/src/HttpClient.js +21 -6
- package/src/client/ContentAccess.js +2 -2
- package/src/client/ContentManagement.js +4 -4
- package/src/client/Files.js +81 -81
- package/testScripts/Test.js +1 -2
- package/testScripts/UploadFilesTest.js +84 -0
- package/testScripts/abr_profile_4k_both.json +0 -10
- package/testScripts/abr_profile_4k_drm_public_access.json +128 -0
- package/testScripts/abr_profile_both.json +0 -10
- package/testScripts/abr_profile_drm_public_access.json +1962 -0
- package/utilities/example_files/abr_profile_4k_both.json +0 -10
- package/utilities/example_files/abr_profile_4k_drm_public_access.json +128 -0
- package/utilities/example_files/abr_profile_both.json +0 -10
- package/utilities/example_files/abr_profile_drm_public_access.json +1916 -0
|
@@ -105,16 +105,6 @@
|
|
|
105
105
|
"type": "ProtoHls"
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
|
-
"hls-fairplay": {
|
|
109
|
-
"drm": {
|
|
110
|
-
"enc_scheme_name": "cbcs",
|
|
111
|
-
"license_servers": [],
|
|
112
|
-
"type": "DrmFairplay"
|
|
113
|
-
},
|
|
114
|
-
"protocol": {
|
|
115
|
-
"type": "ProtoHls"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
108
|
"hls-sample-aes": {
|
|
119
109
|
"drm": {
|
|
120
110
|
"enc_scheme_name": "cbcs",
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
{
|
|
2
|
+
"drm_optional": false,
|
|
3
|
+
"store_clear": false,
|
|
4
|
+
"ladder_specs": {
|
|
5
|
+
"{\"media_type\":\"audio\",\"channels\":1}": {
|
|
6
|
+
"rung_specs": [
|
|
7
|
+
{
|
|
8
|
+
"bit_rate": 128000,
|
|
9
|
+
"media_type": "audio",
|
|
10
|
+
"pregenerate": true
|
|
11
|
+
}
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"{\"media_type\":\"audio\",\"channels\":2}": {
|
|
15
|
+
"rung_specs": [
|
|
16
|
+
{
|
|
17
|
+
"bit_rate": 192000,
|
|
18
|
+
"media_type": "audio",
|
|
19
|
+
"pregenerate": true
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"{\"media_type\":\"audio\",\"channels\":6}": {
|
|
24
|
+
"rung_specs": [
|
|
25
|
+
{
|
|
26
|
+
"bit_rate": 384000,
|
|
27
|
+
"media_type": "audio",
|
|
28
|
+
"pregenerate": true
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
|
|
33
|
+
"rung_specs": [
|
|
34
|
+
{
|
|
35
|
+
"bit_rate": 20000000,
|
|
36
|
+
"height": 2160,
|
|
37
|
+
"media_type": "video",
|
|
38
|
+
"pregenerate": true,
|
|
39
|
+
"width": 3840
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"bit_rate": 9500000,
|
|
43
|
+
"height": 1080,
|
|
44
|
+
"media_type": "video",
|
|
45
|
+
"pregenerate": false,
|
|
46
|
+
"width": 1920
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"bit_rate": 4500000,
|
|
50
|
+
"height":720 ,
|
|
51
|
+
"media_type": "video",
|
|
52
|
+
"pregenerate": false,
|
|
53
|
+
"width": 1280
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"bit_rate": 2000000,
|
|
57
|
+
"height": 540,
|
|
58
|
+
"media_type": "video",
|
|
59
|
+
"pregenerate": false,
|
|
60
|
+
"width": 960
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"bit_rate": 1100000,
|
|
64
|
+
"height": 432,
|
|
65
|
+
"media_type": "video",
|
|
66
|
+
"pregenerate": false,
|
|
67
|
+
"width": 768
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"bit_rate": 810000,
|
|
71
|
+
"height": 360,
|
|
72
|
+
"media_type": "video",
|
|
73
|
+
"pregenerate": false,
|
|
74
|
+
"width": 640
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"bit_rate": 520000,
|
|
78
|
+
"height": 360,
|
|
79
|
+
"media_type": "video",
|
|
80
|
+
"pregenerate": false,
|
|
81
|
+
"width": 640
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"playout_formats": {
|
|
87
|
+
"dash-widevine": {
|
|
88
|
+
"drm": {
|
|
89
|
+
"content_id": "",
|
|
90
|
+
"enc_scheme_name": "cenc",
|
|
91
|
+
"license_servers": [],
|
|
92
|
+
"type": "DrmWidevine"
|
|
93
|
+
},
|
|
94
|
+
"protocol": {
|
|
95
|
+
"min_buffer_length": 2,
|
|
96
|
+
"type": "ProtoDash"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"hls-sample-aes": {
|
|
100
|
+
"drm": {
|
|
101
|
+
"enc_scheme_name": "cbcs",
|
|
102
|
+
"type": "DrmSampleAes"
|
|
103
|
+
},
|
|
104
|
+
"protocol": {
|
|
105
|
+
"type": "ProtoHls"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"hls-aes128": {
|
|
109
|
+
"drm": {
|
|
110
|
+
"enc_scheme_name": "aes-128",
|
|
111
|
+
"type": "DrmAes128"
|
|
112
|
+
},
|
|
113
|
+
"protocol": {
|
|
114
|
+
"type": "ProtoHls"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"segment_specs": {
|
|
119
|
+
"audio": {
|
|
120
|
+
"segs_per_chunk": 15,
|
|
121
|
+
"target_dur": 2
|
|
122
|
+
},
|
|
123
|
+
"video": {
|
|
124
|
+
"segs_per_chunk": 15,
|
|
125
|
+
"target_dur": 2
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
@@ -1884,16 +1884,6 @@
|
|
|
1884
1884
|
"type": "ProtoDash"
|
|
1885
1885
|
}
|
|
1886
1886
|
},
|
|
1887
|
-
"hls-fairplay": {
|
|
1888
|
-
"drm": {
|
|
1889
|
-
"enc_scheme_name": "cbcs",
|
|
1890
|
-
"license_servers": [],
|
|
1891
|
-
"type": "DrmFairplay"
|
|
1892
|
-
},
|
|
1893
|
-
"protocol": {
|
|
1894
|
-
"type": "ProtoHls"
|
|
1895
|
-
}
|
|
1896
|
-
},
|
|
1897
1887
|
"hls-sample-aes": {
|
|
1898
1888
|
"drm": {
|
|
1899
1889
|
"enc_scheme_name": "cbcs",
|