@eluvio/elv-client-js 4.0.111 → 4.0.113

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.
Files changed (125) hide show
  1. package/package.json +1 -1
  2. package/src/FrameClient.js +2 -0
  3. package/dist/ElvClient-min.js +0 -67
  4. package/dist/ElvClient-node-min.js +0 -66
  5. package/dist/ElvFrameClient-min.js +0 -60
  6. package/dist/ElvPermissionsClient-min.js +0 -60
  7. package/dist/ElvWalletClient-min.js +0 -67
  8. package/dist/ElvWalletClient-node-min.js +0 -66
  9. package/dist/src/AuthorizationClient.js +0 -2157
  10. package/dist/src/ContentObjectAudit.js +0 -175
  11. package/dist/src/ContentObjectVerification.js +0 -281
  12. package/dist/src/Crypto.js +0 -412
  13. package/dist/src/ElvClient.js +0 -2049
  14. package/dist/src/ElvWallet.js +0 -245
  15. package/dist/src/EthClient.js +0 -1154
  16. package/dist/src/FrameClient.js +0 -485
  17. package/dist/src/HttpClient.js +0 -315
  18. package/dist/src/Id.js +0 -21
  19. package/dist/src/LogMessage.js +0 -25
  20. package/dist/src/PermissionsClient.js +0 -1544
  21. package/dist/src/RemoteSigner.js +0 -385
  22. package/dist/src/UserProfileClient.js +0 -1450
  23. package/dist/src/Utils.js +0 -894
  24. package/dist/src/Validation.js +0 -121
  25. package/dist/src/abr_profiles/abr_profile_live_drm.js +0 -1661
  26. package/dist/src/abr_profiles/abr_profile_live_to_vod.js +0 -1606
  27. package/dist/src/client/ABRPublishing.js +0 -1018
  28. package/dist/src/client/AccessGroups.js +0 -1503
  29. package/dist/src/client/ContentAccess.js +0 -5173
  30. package/dist/src/client/ContentManagement.js +0 -2680
  31. package/dist/src/client/Contracts.js +0 -1520
  32. package/dist/src/client/Files.js +0 -2181
  33. package/dist/src/client/LiveConf.js +0 -567
  34. package/dist/src/client/LiveStream.js +0 -2638
  35. package/dist/src/client/NFT.js +0 -162
  36. package/dist/src/client/NTP.js +0 -581
  37. package/dist/src/contracts/v2/AccessIndexor.js +0 -831
  38. package/dist/src/contracts/v2/Accessible.js +0 -31
  39. package/dist/src/contracts/v2/BaseAccessControlGroup.js +0 -1263
  40. package/dist/src/contracts/v2/BaseAccessWallet.js +0 -1609
  41. package/dist/src/contracts/v2/BaseAccessWalletFactory.js +0 -93
  42. package/dist/src/contracts/v2/BaseContent.js +0 -1076
  43. package/dist/src/contracts/v2/BaseContentFactory.js +0 -219
  44. package/dist/src/contracts/v2/BaseContentSpace.js +0 -1352
  45. package/dist/src/contracts/v2/BaseContentType.js +0 -364
  46. package/dist/src/contracts/v2/BaseFactory.js +0 -107
  47. package/dist/src/contracts/v2/BaseGroupFactory.js +0 -93
  48. package/dist/src/contracts/v2/BaseLibrary.js +0 -1041
  49. package/dist/src/contracts/v2/BaseLibraryFactory.js +0 -96
  50. package/dist/src/contracts/v2/Certifyer.js +0 -86
  51. package/dist/src/contracts/v2/Container.js +0 -540
  52. package/dist/src/contracts/v2/Content.js +0 -443
  53. package/dist/src/contracts/v2/Editable.js +0 -306
  54. package/dist/src/contracts/v2/ExternalUserWallet.js +0 -379
  55. package/dist/src/contracts/v2/IFactorySpace.js +0 -57
  56. package/dist/src/contracts/v2/IKmsSpace.js +0 -52
  57. package/dist/src/contracts/v2/INodeSpace.js +0 -18
  58. package/dist/src/contracts/v2/IUserSpace.js +0 -18
  59. package/dist/src/contracts/v2/LvRecordableStream.js +0 -1037
  60. package/dist/src/contracts/v2/LvRecording.js +0 -627
  61. package/dist/src/contracts/v2/LvStreamRightsHolder.js +0 -562
  62. package/dist/src/contracts/v2/MetaObject.js +0 -119
  63. package/dist/src/contracts/v2/Node.js +0 -167
  64. package/dist/src/contracts/v2/NodeSpace.js +0 -273
  65. package/dist/src/contracts/v2/Ownable.js +0 -87
  66. package/dist/src/contracts/v2/PaymentService.js +0 -627
  67. package/dist/src/contracts/v2/Precompile.js +0 -15
  68. package/dist/src/contracts/v2/Transactable.js +0 -82
  69. package/dist/src/contracts/v2/UserSpace.js +0 -29
  70. package/dist/src/contracts/v2/Utils.js +0 -18
  71. package/dist/src/contracts/v2/Verifier.js +0 -53
  72. package/dist/src/contracts/v2/strings.js +0 -4
  73. package/dist/src/contracts/v3/AccessIndexor.js +0 -774
  74. package/dist/src/contracts/v3/Accessible.js +0 -232
  75. package/dist/src/contracts/v3/Adminable.js +0 -107
  76. package/dist/src/contracts/v3/AvailsDelivery.js +0 -586
  77. package/dist/src/contracts/v3/BaseAccessControlGroup.js +0 -1603
  78. package/dist/src/contracts/v3/BaseAccessWallet.js +0 -1628
  79. package/dist/src/contracts/v3/BaseAccessWalletFactory.js +0 -112
  80. package/dist/src/contracts/v3/BaseContent.js +0 -1312
  81. package/dist/src/contracts/v3/BaseContentFactory.js +0 -183
  82. package/dist/src/contracts/v3/BaseContentFactoryExt.js +0 -175
  83. package/dist/src/contracts/v3/BaseContentSpace.js +0 -1515
  84. package/dist/src/contracts/v3/BaseContentType.js +0 -527
  85. package/dist/src/contracts/v3/BaseFactory.js +0 -126
  86. package/dist/src/contracts/v3/BaseGroupFactory.js +0 -112
  87. package/dist/src/contracts/v3/BaseLibrary.js +0 -1204
  88. package/dist/src/contracts/v3/BaseLibraryFactory.js +0 -115
  89. package/dist/src/contracts/v3/BaseTenantSpace.js +0 -1587
  90. package/dist/src/contracts/v3/Certifyer.js +0 -86
  91. package/dist/src/contracts/v3/Container.js +0 -739
  92. package/dist/src/contracts/v3/Content.js +0 -438
  93. package/dist/src/contracts/v3/CounterObject.js +0 -243
  94. package/dist/src/contracts/v3/Editable.js +0 -519
  95. package/dist/src/contracts/v3/EncToken.js +0 -4
  96. package/dist/src/contracts/v3/ExternalUserWallet.js +0 -587
  97. package/dist/src/contracts/v3/IAdmin.js +0 -18
  98. package/dist/src/contracts/v3/IFactorySpace.js +0 -57
  99. package/dist/src/contracts/v3/IKmsSpace.js +0 -52
  100. package/dist/src/contracts/v3/INodeSpace.js +0 -18
  101. package/dist/src/contracts/v3/IUserSpace.js +0 -32
  102. package/dist/src/contracts/v3/LvRecordableStream.js +0 -1032
  103. package/dist/src/contracts/v3/LvRecording.js +0 -650
  104. package/dist/src/contracts/v3/LvStreamRightsHolder.js +0 -557
  105. package/dist/src/contracts/v3/MetaObject.js +0 -144
  106. package/dist/src/contracts/v3/Node.js +0 -178
  107. package/dist/src/contracts/v3/NodeSpace.js +0 -284
  108. package/dist/src/contracts/v3/Ownable.js +0 -98
  109. package/dist/src/contracts/v3/PaymentService.js +0 -622
  110. package/dist/src/contracts/v3/Precompile.js +0 -26
  111. package/dist/src/contracts/v3/TenantFuncsBase.js +0 -351
  112. package/dist/src/contracts/v3/Transactable.js +0 -82
  113. package/dist/src/contracts/v3/UserSpace.js +0 -43
  114. package/dist/src/contracts/v3/Utils.js +0 -18
  115. package/dist/src/contracts/v3/Verifier.js +0 -53
  116. package/dist/src/contracts/v3/strings.js +0 -4
  117. package/dist/src/contracts/v3b/BaseAccessControlGroup.js +0 -1704
  118. package/dist/src/events/Topics.js +0 -1793
  119. package/dist/src/index.js +0 -8
  120. package/dist/src/walletClient/ClientMethods.js +0 -3102
  121. package/dist/src/walletClient/Configuration.js +0 -38
  122. package/dist/src/walletClient/Notifications.js +0 -168
  123. package/dist/src/walletClient/Profile.js +0 -332
  124. package/dist/src/walletClient/Utils.js +0 -281
  125. package/dist/src/walletClient/index.js +0 -2106
@@ -1,1661 +0,0 @@
1
- var AbrProfileLiveDrm = {
2
- "drm_optional": false,
3
- "store_clear": false,
4
- "ladder_specs": {
5
- "{\"media_type\":\"audio\",\"channels\":1}": {
6
- "rung_specs": [{
7
- "bit_rate": 128000,
8
- "media_type": "audio",
9
- "pregenerate": true
10
- }]
11
- },
12
- "{\"media_type\":\"audio\",\"channels\":2}": {
13
- "rung_specs": [{
14
- "bit_rate": 128000,
15
- "media_type": "audio",
16
- "pregenerate": true
17
- }]
18
- },
19
- "{\"media_type\":\"video\",\"aspect_ratio_height\":273,\"aspect_ratio_width\":640}": {
20
- "rung_specs": [{
21
- "bit_rate": 9500000,
22
- "height": 1080,
23
- "media_type": "video",
24
- "pregenerate": true,
25
- "width": 2538
26
- }, {
27
- "bit_rate": 6000000,
28
- "height": 720,
29
- "media_type": "video",
30
- "pregenerate": false,
31
- "width": 1692
32
- }, {
33
- "bit_rate": 2640000,
34
- "height": 540,
35
- "media_type": "video",
36
- "pregenerate": false,
37
- "width": 1270
38
- }, {
39
- "bit_rate": 1450000,
40
- "height": 432,
41
- "media_type": "video",
42
- "pregenerate": false,
43
- "width": 1016
44
- }, {
45
- "bit_rate": 1070000,
46
- "height": 360,
47
- "media_type": "video",
48
- "pregenerate": false,
49
- "width": 846
50
- }, {
51
- "bit_rate": 690000,
52
- "height": 360,
53
- "media_type": "video",
54
- "pregenerate": false,
55
- "width": 846
56
- }]
57
- },
58
- "{\"media_type\":\"video\",\"aspect_ratio_height\":267,\"aspect_ratio_width\":640}": {
59
- "rung_specs": [{
60
- "bit_rate": 9500000,
61
- "height": 1080,
62
- "media_type": "video",
63
- "pregenerate": true,
64
- "width": 2538
65
- }, {
66
- "bit_rate": 6000000,
67
- "height": 720,
68
- "media_type": "video",
69
- "pregenerate": false,
70
- "width": 1692
71
- }, {
72
- "bit_rate": 2640000,
73
- "height": 540,
74
- "media_type": "video",
75
- "pregenerate": false,
76
- "width": 1270
77
- }, {
78
- "bit_rate": 1450000,
79
- "height": 432,
80
- "media_type": "video",
81
- "pregenerate": false,
82
- "width": 1016
83
- }, {
84
- "bit_rate": 1070000,
85
- "height": 360,
86
- "media_type": "video",
87
- "pregenerate": false,
88
- "width": 846
89
- }, {
90
- "bit_rate": 690000,
91
- "height": 360,
92
- "media_type": "video",
93
- "pregenerate": false,
94
- "width": 846
95
- }]
96
- },
97
- "{\"media_type\":\"video\",\"aspect_ratio_height\":729,\"aspect_ratio_width\":1280}": {
98
- "rung_specs": [{
99
- "bit_rate": 9500000,
100
- "height": 1080,
101
- "media_type": "video",
102
- "pregenerate": true,
103
- "width": 1920
104
- }, {
105
- "bit_rate": 4500000,
106
- "height": 720,
107
- "media_type": "video",
108
- "pregenerate": false,
109
- "width": 1280
110
- }, {
111
- "bit_rate": 2000000,
112
- "height": 540,
113
- "media_type": "video",
114
- "pregenerate": false,
115
- "width": 960
116
- }, {
117
- "bit_rate": 1100000,
118
- "height": 432,
119
- "media_type": "video",
120
- "pregenerate": false,
121
- "width": 768
122
- }, {
123
- "bit_rate": 810000,
124
- "height": 360,
125
- "media_type": "video",
126
- "pregenerate": false,
127
- "width": 640
128
- }, {
129
- "bit_rate": 520000,
130
- "height": 360,
131
- "media_type": "video",
132
- "pregenerate": false,
133
- "width": 640
134
- }]
135
- },
136
- "{\"media_type\":\"video\",\"aspect_ratio_height\":1,\"aspect_ratio_width\":2}": {
137
- "rung_specs": [{
138
- "bit_rate": 9500000,
139
- "height": 1080,
140
- "media_type": "video",
141
- "pregenerate": true,
142
- "width": 2160
143
- }, {
144
- "bit_rate": 5000000,
145
- "height": 720,
146
- "media_type": "video",
147
- "pregenerate": false,
148
- "width": 1440
149
- }, {
150
- "bit_rate": 2250000,
151
- "height": 540,
152
- "media_type": "video",
153
- "pregenerate": false,
154
- "width": 1080
155
- }, {
156
- "bit_rate": 1200000,
157
- "height": 432,
158
- "media_type": "video",
159
- "pregenerate": false,
160
- "width": 864
161
- }, {
162
- "bit_rate": 910000,
163
- "height": 360,
164
- "media_type": "video",
165
- "pregenerate": false,
166
- "width": 720
167
- }, {
168
- "bit_rate": 580000,
169
- "height": 360,
170
- "media_type": "video",
171
- "pregenerate": false,
172
- "width": 720
173
- }]
174
- },
175
- "{\"media_type\":\"video\",\"aspect_ratio_height\":67,\"aspect_ratio_width\":120}": {
176
- "rung_specs": [{
177
- "bit_rate": 9500000,
178
- "height": 1080,
179
- "media_type": "video",
180
- "pregenerate": true,
181
- "width": 1920
182
- }, {
183
- "bit_rate": 4500000,
184
- "height": 720,
185
- "media_type": "video",
186
- "pregenerate": false,
187
- "width": 1280
188
- }, {
189
- "bit_rate": 2000000,
190
- "height": 540,
191
- "media_type": "video",
192
- "pregenerate": false,
193
- "width": 960
194
- }, {
195
- "bit_rate": 1100000,
196
- "height": 432,
197
- "media_type": "video",
198
- "pregenerate": false,
199
- "width": 768
200
- }, {
201
- "bit_rate": 810000,
202
- "height": 360,
203
- "media_type": "video",
204
- "pregenerate": false,
205
- "width": 640
206
- }, {
207
- "bit_rate": 520000,
208
- "height": 360,
209
- "media_type": "video",
210
- "pregenerate": false,
211
- "width": 640
212
- }]
213
- },
214
- "{\"media_type\":\"video\",\"aspect_ratio_height\":539,\"aspect_ratio_width\":960}": {
215
- "rung_specs": [{
216
- "bit_rate": 9500000,
217
- "height": 1080,
218
- "media_type": "video",
219
- "pregenerate": true,
220
- "width": 1920
221
- }, {
222
- "bit_rate": 4500000,
223
- "height": 720,
224
- "media_type": "video",
225
- "pregenerate": false,
226
- "width": 1280
227
- }, {
228
- "bit_rate": 2000000,
229
- "height": 540,
230
- "media_type": "video",
231
- "pregenerate": false,
232
- "width": 960
233
- }, {
234
- "bit_rate": 1100000,
235
- "height": 432,
236
- "media_type": "video",
237
- "pregenerate": false,
238
- "width": 768
239
- }, {
240
- "bit_rate": 810000,
241
- "height": 360,
242
- "media_type": "video",
243
- "pregenerate": false,
244
- "width": 640
245
- }, {
246
- "bit_rate": 520000,
247
- "height": 360,
248
- "media_type": "video",
249
- "pregenerate": false,
250
- "width": 640
251
- }]
252
- },
253
- "{\"media_type\":\"video\",\"aspect_ratio_height\":11,\"aspect_ratio_width\":15}": {
254
- "rung_specs": [{
255
- "bit_rate": 4900000,
256
- "height": 1080,
257
- "media_type": "video",
258
- "pregenerate": true,
259
- "width": 1452
260
- }, {
261
- "bit_rate": 3375000,
262
- "height": 720,
263
- "media_type": "video",
264
- "pregenerate": false,
265
- "width": 968
266
- }, {
267
- "bit_rate": 1500000,
268
- "height": 540,
269
- "media_type": "video",
270
- "pregenerate": false,
271
- "width": 726
272
- }, {
273
- "bit_rate": 825000,
274
- "height": 432,
275
- "media_type": "video",
276
- "pregenerate": false,
277
- "width": 580
278
- }, {
279
- "bit_rate": 610000,
280
- "height": 360,
281
- "media_type": "video",
282
- "pregenerate": false,
283
- "width": 484
284
- }, {
285
- "bit_rate": 390000,
286
- "height": 360,
287
- "media_type": "video",
288
- "pregenerate": false,
289
- "width": 484
290
- }]
291
- },
292
- "{\"media_type\":\"video\",\"aspect_ratio_height\":11,\"aspect_ratio_width\":20}": {
293
- "rung_specs": [{
294
- "bit_rate": 9500000,
295
- "height": 1080,
296
- "media_type": "video",
297
- "pregenerate": true,
298
- "width": 1920
299
- }, {
300
- "bit_rate": 4500000,
301
- "height": 720,
302
- "media_type": "video",
303
- "pregenerate": false,
304
- "width": 1280
305
- }, {
306
- "bit_rate": 2000000,
307
- "height": 540,
308
- "media_type": "video",
309
- "pregenerate": false,
310
- "width": 960
311
- }, {
312
- "bit_rate": 1100000,
313
- "height": 432,
314
- "media_type": "video",
315
- "pregenerate": false,
316
- "width": 768
317
- }, {
318
- "bit_rate": 810000,
319
- "height": 360,
320
- "media_type": "video",
321
- "pregenerate": false,
322
- "width": 640
323
- }, {
324
- "bit_rate": 520000,
325
- "height": 360,
326
- "media_type": "video",
327
- "pregenerate": false,
328
- "width": 640
329
- }]
330
- },
331
- "{\"media_type\":\"video\",\"aspect_ratio_height\":12296,\"aspect_ratio_width\":21851}": {
332
- "rung_specs": [{
333
- "bit_rate": 9500000,
334
- "height": 1080,
335
- "media_type": "video",
336
- "pregenerate": true,
337
- "width": 1920
338
- }, {
339
- "bit_rate": 4500000,
340
- "height": 720,
341
- "media_type": "video",
342
- "pregenerate": false,
343
- "width": 1280
344
- }, {
345
- "bit_rate": 2000000,
346
- "height": 540,
347
- "media_type": "video",
348
- "pregenerate": false,
349
- "width": 960
350
- }, {
351
- "bit_rate": 1100000,
352
- "height": 432,
353
- "media_type": "video",
354
- "pregenerate": false,
355
- "width": 768
356
- }, {
357
- "bit_rate": 810000,
358
- "height": 360,
359
- "media_type": "video",
360
- "pregenerate": false,
361
- "width": 640
362
- }, {
363
- "bit_rate": 520000,
364
- "height": 360,
365
- "media_type": "video",
366
- "pregenerate": false,
367
- "width": 640
368
- }]
369
- },
370
- "{\"media_type\":\"video\",\"aspect_ratio_height\":131072,\"aspect_ratio_width\":192165}": {
371
- "rung_specs": [{
372
- "bit_rate": 5500000,
373
- "height": 1080,
374
- "media_type": "video",
375
- "pregenerate": true,
376
- "width": 1620
377
- }, {
378
- "bit_rate": 2400000,
379
- "height": 720,
380
- "media_type": "video",
381
- "pregenerate": false,
382
- "width": 1080
383
- }, {
384
- "bit_rate": 1400000,
385
- "height": 540,
386
- "media_type": "video",
387
- "pregenerate": false,
388
- "width": 810
389
- }, {
390
- "bit_rate": 900000,
391
- "height": 432,
392
- "media_type": "video",
393
- "pregenerate": false,
394
- "width": 648
395
- }, {
396
- "bit_rate": 680000,
397
- "height": 360,
398
- "media_type": "video",
399
- "pregenerate": false,
400
- "width": 540
401
- }, {
402
- "bit_rate": 440000,
403
- "height": 360,
404
- "media_type": "video",
405
- "pregenerate": false,
406
- "width": 540
407
- }]
408
- },
409
- "{\"media_type\":\"video\",\"aspect_ratio_height\":135,\"aspect_ratio_width\":176}": {
410
- "rung_specs": [{
411
- "bit_rate": 4900000,
412
- "height": 1080,
413
- "media_type": "video",
414
- "pregenerate": true,
415
- "width": 1452
416
- }, {
417
- "bit_rate": 3375000,
418
- "height": 720,
419
- "media_type": "video",
420
- "pregenerate": false,
421
- "width": 968
422
- }, {
423
- "bit_rate": 1500000,
424
- "height": 540,
425
- "media_type": "video",
426
- "pregenerate": false,
427
- "width": 726
428
- }, {
429
- "bit_rate": 825000,
430
- "height": 432,
431
- "media_type": "video",
432
- "pregenerate": false,
433
- "width": 580
434
- }, {
435
- "bit_rate": 610000,
436
- "height": 360,
437
- "media_type": "video",
438
- "pregenerate": false,
439
- "width": 484
440
- }, {
441
- "bit_rate": 390000,
442
- "height": 360,
443
- "media_type": "video",
444
- "pregenerate": false,
445
- "width": 484
446
- }]
447
- },
448
- "{\"media_type\":\"video\",\"aspect_ratio_height\":135,\"aspect_ratio_width\":316}": {
449
- "rung_specs": [{
450
- "bit_rate": 9500000,
451
- "height": 1080,
452
- "media_type": "video",
453
- "pregenerate": true,
454
- "width": 2528
455
- }, {
456
- "bit_rate": 6000000,
457
- "height": 720,
458
- "media_type": "video",
459
- "pregenerate": false,
460
- "width": 1692
461
- }, {
462
- "bit_rate": 2640000,
463
- "height": 540,
464
- "media_type": "video",
465
- "pregenerate": false,
466
- "width": 1270
467
- }, {
468
- "bit_rate": 1450000,
469
- "height": 432,
470
- "media_type": "video",
471
- "pregenerate": false,
472
- "width": 1016
473
- }, {
474
- "bit_rate": 1070000,
475
- "height": 360,
476
- "media_type": "video",
477
- "pregenerate": false,
478
- "width": 846
479
- }, {
480
- "bit_rate": 690000,
481
- "height": 360,
482
- "media_type": "video",
483
- "pregenerate": false,
484
- "width": 846
485
- }]
486
- },
487
- "{\"media_type\":\"video\",\"aspect_ratio_height\":135,\"aspect_ratio_width\":76}": {
488
- "rung_specs": [{
489
- "bit_rate": 9500000,
490
- "height": 1920,
491
- "media_type": "video",
492
- "pregenerate": true,
493
- "width": 1080
494
- }, {
495
- "bit_rate": 4500000,
496
- "height": 1280,
497
- "media_type": "video",
498
- "pregenerate": false,
499
- "width": 720
500
- }, {
501
- "bit_rate": 2000000,
502
- "height": 960,
503
- "media_type": "video",
504
- "pregenerate": false,
505
- "width": 540
506
- }, {
507
- "bit_rate": 1100000,
508
- "height": 768,
509
- "media_type": "video",
510
- "pregenerate": false,
511
- "width": 432
512
- }, {
513
- "bit_rate": 810000,
514
- "height": 360,
515
- "media_type": "video",
516
- "pregenerate": false,
517
- "width": 640
518
- }, {
519
- "bit_rate": 520000,
520
- "height": 360,
521
- "media_type": "video",
522
- "pregenerate": false,
523
- "width": 640
524
- }]
525
- },
526
- "{\"media_type\":\"video\",\"aspect_ratio_height\":16,\"aspect_ratio_width\":9}": {
527
- "rung_specs": [{
528
- "bit_rate": 9500000,
529
- "height": 1920,
530
- "media_type": "video",
531
- "pregenerate": true,
532
- "width": 1080
533
- }, {
534
- "bit_rate": 4500000,
535
- "height": 1280,
536
- "media_type": "video",
537
- "pregenerate": false,
538
- "width": 720
539
- }, {
540
- "bit_rate": 2000000,
541
- "height": 960,
542
- "media_type": "video",
543
- "pregenerate": false,
544
- "width": 540
545
- }, {
546
- "bit_rate": 1100000,
547
- "height": 768,
548
- "media_type": "video",
549
- "pregenerate": false,
550
- "width": 432
551
- }, {
552
- "bit_rate": 810000,
553
- "height": 360,
554
- "media_type": "video",
555
- "pregenerate": false,
556
- "width": 640
557
- }, {
558
- "bit_rate": 520000,
559
- "height": 360,
560
- "media_type": "video",
561
- "pregenerate": false,
562
- "width": 640
563
- }]
564
- },
565
- "{\"media_type\":\"video\",\"aspect_ratio_height\":17,\"aspect_ratio_width\":40}": {
566
- "rung_specs": [{
567
- "bit_rate": 9500000,
568
- "height": 1080,
569
- "media_type": "video",
570
- "pregenerate": true,
571
- "width": 2538
572
- }, {
573
- "bit_rate": 6000000,
574
- "height": 720,
575
- "media_type": "video",
576
- "pregenerate": false,
577
- "width": 1692
578
- }, {
579
- "bit_rate": 2640000,
580
- "height": 540,
581
- "media_type": "video",
582
- "pregenerate": false,
583
- "width": 1270
584
- }, {
585
- "bit_rate": 1450000,
586
- "height": 432,
587
- "media_type": "video",
588
- "pregenerate": false,
589
- "width": 1016
590
- }, {
591
- "bit_rate": 1070000,
592
- "height": 360,
593
- "media_type": "video",
594
- "pregenerate": false,
595
- "width": 846
596
- }, {
597
- "bit_rate": 690000,
598
- "height": 360,
599
- "media_type": "video",
600
- "pregenerate": false,
601
- "width": 846
602
- }]
603
- },
604
- "{\"media_type\":\"video\",\"aspect_ratio_height\":173,\"aspect_ratio_width\":320}": {
605
- "rung_specs": [{
606
- "bit_rate": 9500000,
607
- "height": 1036,
608
- "media_type": "video",
609
- "pregenerate": true,
610
- "width": 1920
611
- }, {
612
- "bit_rate": 4700000,
613
- "height": 720,
614
- "media_type": "video",
615
- "pregenerate": false,
616
- "width": 1334
617
- }, {
618
- "bit_rate": 2080000,
619
- "height": 540,
620
- "media_type": "video",
621
- "pregenerate": false,
622
- "width": 1000
623
- }, {
624
- "bit_rate": 1145000,
625
- "height": 432,
626
- "media_type": "video",
627
- "pregenerate": false,
628
- "width": 800
629
- }, {
630
- "bit_rate": 843000,
631
- "height": 360,
632
- "media_type": "video",
633
- "pregenerate": false,
634
- "width": 666
635
- }, {
636
- "bit_rate": 541000,
637
- "height": 360,
638
- "media_type": "video",
639
- "pregenerate": false,
640
- "width": 666
641
- }]
642
- },
643
- "{\"media_type\":\"video\",\"aspect_ratio_height\":2,\"aspect_ratio_width\":3}": {
644
- "rung_specs": [{
645
- "bit_rate": 5500000,
646
- "height": 1080,
647
- "media_type": "video",
648
- "pregenerate": true,
649
- "width": 1620
650
- }, {
651
- "bit_rate": 2400000,
652
- "height": 720,
653
- "media_type": "video",
654
- "pregenerate": false,
655
- "width": 1080
656
- }, {
657
- "bit_rate": 1400000,
658
- "height": 540,
659
- "media_type": "video",
660
- "pregenerate": false,
661
- "width": 810
662
- }, {
663
- "bit_rate": 900000,
664
- "height": 432,
665
- "media_type": "video",
666
- "pregenerate": false,
667
- "width": 648
668
- }, {
669
- "bit_rate": 680000,
670
- "height": 360,
671
- "media_type": "video",
672
- "pregenerate": false,
673
- "width": 540
674
- }, {
675
- "bit_rate": 440000,
676
- "height": 360,
677
- "media_type": "video",
678
- "pregenerate": false,
679
- "width": 540
680
- }]
681
- },
682
- "{\"media_type\":\"video\",\"aspect_ratio_height\":20,\"aspect_ratio_width\":27}": {
683
- "rung_specs": [{
684
- "bit_rate": 4900000,
685
- "height": 1080,
686
- "media_type": "video",
687
- "pregenerate": true,
688
- "width": 1452
689
- }, {
690
- "bit_rate": 3375000,
691
- "height": 720,
692
- "media_type": "video",
693
- "pregenerate": false,
694
- "width": 968
695
- }, {
696
- "bit_rate": 1500000,
697
- "height": 540,
698
- "media_type": "video",
699
- "pregenerate": false,
700
- "width": 726
701
- }, {
702
- "bit_rate": 825000,
703
- "height": 432,
704
- "media_type": "video",
705
- "pregenerate": false,
706
- "width": 580
707
- }, {
708
- "bit_rate": 610000,
709
- "height": 360,
710
- "media_type": "video",
711
- "pregenerate": false,
712
- "width": 484
713
- }, {
714
- "bit_rate": 390000,
715
- "height": 360,
716
- "media_type": "video",
717
- "pregenerate": false,
718
- "width": 484
719
- }]
720
- },
721
- "{\"media_type\":\"video\",\"aspect_ratio_height\":240,\"aspect_ratio_width\":427}": {
722
- "rung_specs": [{
723
- "bit_rate": 9500000,
724
- "height": 1080,
725
- "media_type": "video",
726
- "pregenerate": true,
727
- "width": 1920
728
- }, {
729
- "bit_rate": 4500000,
730
- "height": 720,
731
- "media_type": "video",
732
- "pregenerate": false,
733
- "width": 1280
734
- }, {
735
- "bit_rate": 2000000,
736
- "height": 540,
737
- "media_type": "video",
738
- "pregenerate": false,
739
- "width": 960
740
- }, {
741
- "bit_rate": 1100000,
742
- "height": 432,
743
- "media_type": "video",
744
- "pregenerate": false,
745
- "width": 768
746
- }, {
747
- "bit_rate": 810000,
748
- "height": 360,
749
- "media_type": "video",
750
- "pregenerate": false,
751
- "width": 640
752
- }, {
753
- "bit_rate": 520000,
754
- "height": 360,
755
- "media_type": "video",
756
- "pregenerate": false,
757
- "width": 640
758
- }]
759
- },
760
- "{\"media_type\":\"video\",\"aspect_ratio_height\":243,\"aspect_ratio_width\":320}": {
761
- "rung_specs": [{
762
- "bit_rate": 4900000,
763
- "height": 1080,
764
- "media_type": "video",
765
- "pregenerate": true,
766
- "width": 1452
767
- }, {
768
- "bit_rate": 3375000,
769
- "height": 720,
770
- "media_type": "video",
771
- "pregenerate": false,
772
- "width": 968
773
- }, {
774
- "bit_rate": 1500000,
775
- "height": 540,
776
- "media_type": "video",
777
- "pregenerate": false,
778
- "width": 726
779
- }, {
780
- "bit_rate": 825000,
781
- "height": 432,
782
- "media_type": "video",
783
- "pregenerate": false,
784
- "width": 580
785
- }, {
786
- "bit_rate": 610000,
787
- "height": 360,
788
- "media_type": "video",
789
- "pregenerate": false,
790
- "width": 484
791
- }, {
792
- "bit_rate": 390000,
793
- "height": 360,
794
- "media_type": "video",
795
- "pregenerate": false,
796
- "width": 484
797
- }]
798
- },
799
- "{\"media_type\":\"video\",\"aspect_ratio_height\":259,\"aspect_ratio_width\":480}": {
800
- "rung_specs": [{
801
- "bit_rate": 9500000,
802
- "height": 1036,
803
- "media_type": "video",
804
- "pregenerate": true,
805
- "width": 1920
806
- }, {
807
- "bit_rate": 4700000,
808
- "height": 720,
809
- "media_type": "video",
810
- "pregenerate": false,
811
- "width": 1334
812
- }, {
813
- "bit_rate": 2080000,
814
- "height": 540,
815
- "media_type": "video",
816
- "pregenerate": false,
817
- "width": 1000
818
- }, {
819
- "bit_rate": 1145000,
820
- "height": 432,
821
- "media_type": "video",
822
- "pregenerate": false,
823
- "width": 800
824
- }, {
825
- "bit_rate": 843000,
826
- "height": 360,
827
- "media_type": "video",
828
- "pregenerate": false,
829
- "width": 666
830
- }, {
831
- "bit_rate": 541000,
832
- "height": 360,
833
- "media_type": "video",
834
- "pregenerate": false,
835
- "width": 666
836
- }]
837
- },
838
- "{\"media_type\":\"video\",\"aspect_ratio_height\":262144,\"aspect_ratio_width\":319905}": {
839
- "rung_specs": [{
840
- "bit_rate": 4900000,
841
- "height": 1080,
842
- "media_type": "video",
843
- "pregenerate": true,
844
- "width": 1280
845
- }, {
846
- "bit_rate": 3375000,
847
- "height": 720,
848
- "media_type": "video",
849
- "pregenerate": false,
850
- "width": 853
851
- }, {
852
- "bit_rate": 1500000,
853
- "height": 540,
854
- "media_type": "video",
855
- "pregenerate": false,
856
- "width": 640
857
- }, {
858
- "bit_rate": 825000,
859
- "height": 432,
860
- "media_type": "video",
861
- "pregenerate": false,
862
- "width": 512
863
- }, {
864
- "bit_rate": 540000,
865
- "height": 360,
866
- "media_type": "video",
867
- "pregenerate": false,
868
- "width": 426
869
- }, {
870
- "bit_rate": 350000,
871
- "height": 360,
872
- "media_type": "video",
873
- "pregenerate": false,
874
- "width": 426
875
- }]
876
- },
877
- "{\"media_type\":\"video\",\"aspect_ratio_height\":27,\"aspect_ratio_width\":32}": {
878
- "rung_specs": [{
879
- "bit_rate": 4900000,
880
- "height": 1080,
881
- "media_type": "video",
882
- "pregenerate": true,
883
- "width": 1280
884
- }, {
885
- "bit_rate": 3375000,
886
- "height": 720,
887
- "media_type": "video",
888
- "pregenerate": false,
889
- "width": 853
890
- }, {
891
- "bit_rate": 1500000,
892
- "height": 540,
893
- "media_type": "video",
894
- "pregenerate": false,
895
- "width": 640
896
- }, {
897
- "bit_rate": 825000,
898
- "height": 432,
899
- "media_type": "video",
900
- "pregenerate": false,
901
- "width": 512
902
- }, {
903
- "bit_rate": 540000,
904
- "height": 360,
905
- "media_type": "video",
906
- "pregenerate": false,
907
- "width": 426
908
- }, {
909
- "bit_rate": 350000,
910
- "height": 360,
911
- "media_type": "video",
912
- "pregenerate": false,
913
- "width": 426
914
- }]
915
- },
916
- "{\"media_type\":\"video\",\"aspect_ratio_height\":27,\"aspect_ratio_width\":40}": {
917
- "rung_specs": [{
918
- "bit_rate": 5500000,
919
- "height": 1080,
920
- "media_type": "video",
921
- "pregenerate": true,
922
- "width": 1620
923
- }, {
924
- "bit_rate": 2400000,
925
- "height": 720,
926
- "media_type": "video",
927
- "pregenerate": false,
928
- "width": 1080
929
- }, {
930
- "bit_rate": 1400000,
931
- "height": 540,
932
- "media_type": "video",
933
- "pregenerate": false,
934
- "width": 810
935
- }, {
936
- "bit_rate": 900000,
937
- "height": 432,
938
- "media_type": "video",
939
- "pregenerate": false,
940
- "width": 648
941
- }, {
942
- "bit_rate": 680000,
943
- "height": 360,
944
- "media_type": "video",
945
- "pregenerate": false,
946
- "width": 540
947
- }, {
948
- "bit_rate": 440000,
949
- "height": 360,
950
- "media_type": "video",
951
- "pregenerate": false,
952
- "width": 540
953
- }]
954
- },
955
- "{\"media_type\":\"video\",\"aspect_ratio_height\":297,\"aspect_ratio_width\":400}": {
956
- "rung_specs": [{
957
- "bit_rate": 4900000,
958
- "height": 1080,
959
- "media_type": "video",
960
- "pregenerate": true,
961
- "width": 1452
962
- }, {
963
- "bit_rate": 3375000,
964
- "height": 720,
965
- "media_type": "video",
966
- "pregenerate": false,
967
- "width": 968
968
- }, {
969
- "bit_rate": 1500000,
970
- "height": 540,
971
- "media_type": "video",
972
- "pregenerate": false,
973
- "width": 726
974
- }, {
975
- "bit_rate": 825000,
976
- "height": 432,
977
- "media_type": "video",
978
- "pregenerate": false,
979
- "width": 580
980
- }, {
981
- "bit_rate": 610000,
982
- "height": 360,
983
- "media_type": "video",
984
- "pregenerate": false,
985
- "width": 484
986
- }, {
987
- "bit_rate": 390000,
988
- "height": 360,
989
- "media_type": "video",
990
- "pregenerate": false,
991
- "width": 484
992
- }]
993
- },
994
- "{\"media_type\":\"video\",\"aspect_ratio_height\":3,\"aspect_ratio_width\":4}": {
995
- "rung_specs": [{
996
- "bit_rate": 4900000,
997
- "height": 1080,
998
- "media_type": "video",
999
- "pregenerate": true,
1000
- "width": 1452
1001
- }, {
1002
- "bit_rate": 3375000,
1003
- "height": 720,
1004
- "media_type": "video",
1005
- "pregenerate": false,
1006
- "width": 968
1007
- }, {
1008
- "bit_rate": 1500000,
1009
- "height": 540,
1010
- "media_type": "video",
1011
- "pregenerate": false,
1012
- "width": 726
1013
- }, {
1014
- "bit_rate": 825000,
1015
- "height": 432,
1016
- "media_type": "video",
1017
- "pregenerate": false,
1018
- "width": 580
1019
- }, {
1020
- "bit_rate": 610000,
1021
- "height": 360,
1022
- "media_type": "video",
1023
- "pregenerate": false,
1024
- "width": 484
1025
- }, {
1026
- "bit_rate": 390000,
1027
- "height": 360,
1028
- "media_type": "video",
1029
- "pregenerate": false,
1030
- "width": 484
1031
- }]
1032
- },
1033
- "{\"media_type\":\"video\",\"aspect_ratio_height\":30,\"aspect_ratio_width\":53}": {
1034
- "rung_specs": [{
1035
- "bit_rate": 9500000,
1036
- "height": 1080,
1037
- "media_type": "video",
1038
- "pregenerate": true,
1039
- "width": 1920
1040
- }, {
1041
- "bit_rate": 4500000,
1042
- "height": 720,
1043
- "media_type": "video",
1044
- "pregenerate": false,
1045
- "width": 1280
1046
- }, {
1047
- "bit_rate": 2000000,
1048
- "height": 540,
1049
- "media_type": "video",
1050
- "pregenerate": false,
1051
- "width": 960
1052
- }, {
1053
- "bit_rate": 1100000,
1054
- "height": 432,
1055
- "media_type": "video",
1056
- "pregenerate": false,
1057
- "width": 768
1058
- }, {
1059
- "bit_rate": 810000,
1060
- "height": 360,
1061
- "media_type": "video",
1062
- "pregenerate": false,
1063
- "width": 640
1064
- }, {
1065
- "bit_rate": 520000,
1066
- "height": 360,
1067
- "media_type": "video",
1068
- "pregenerate": false,
1069
- "width": 640
1070
- }]
1071
- },
1072
- "{\"media_type\":\"video\",\"aspect_ratio_height\":40,\"aspect_ratio_width\":71}": {
1073
- "rung_specs": [{
1074
- "bit_rate": 9500000,
1075
- "height": 1080,
1076
- "media_type": "video",
1077
- "pregenerate": true,
1078
- "width": 1920
1079
- }, {
1080
- "bit_rate": 4500000,
1081
- "height": 720,
1082
- "media_type": "video",
1083
- "pregenerate": false,
1084
- "width": 1280
1085
- }, {
1086
- "bit_rate": 2000000,
1087
- "height": 540,
1088
- "media_type": "video",
1089
- "pregenerate": false,
1090
- "width": 960
1091
- }, {
1092
- "bit_rate": 1100000,
1093
- "height": 432,
1094
- "media_type": "video",
1095
- "pregenerate": false,
1096
- "width": 768
1097
- }, {
1098
- "bit_rate": 810000,
1099
- "height": 360,
1100
- "media_type": "video",
1101
- "pregenerate": false,
1102
- "width": 640
1103
- }, {
1104
- "bit_rate": 520000,
1105
- "height": 360,
1106
- "media_type": "video",
1107
- "pregenerate": false,
1108
- "width": 640
1109
- }]
1110
- },
1111
- "{\"media_type\":\"video\",\"aspect_ratio_height\":429,\"aspect_ratio_width\":1024}": {
1112
- "rung_specs": [{
1113
- "bit_rate": 9500000,
1114
- "height": 1080,
1115
- "media_type": "video",
1116
- "pregenerate": true,
1117
- "width": 2538
1118
- }, {
1119
- "bit_rate": 6000000,
1120
- "height": 720,
1121
- "media_type": "video",
1122
- "pregenerate": false,
1123
- "width": 1692
1124
- }, {
1125
- "bit_rate": 2640000,
1126
- "height": 540,
1127
- "media_type": "video",
1128
- "pregenerate": false,
1129
- "width": 1270
1130
- }, {
1131
- "bit_rate": 1450000,
1132
- "height": 432,
1133
- "media_type": "video",
1134
- "pregenerate": false,
1135
- "width": 1016
1136
- }, {
1137
- "bit_rate": 1070000,
1138
- "height": 360,
1139
- "media_type": "video",
1140
- "pregenerate": false,
1141
- "width": 846
1142
- }, {
1143
- "bit_rate": 690000,
1144
- "height": 360,
1145
- "media_type": "video",
1146
- "pregenerate": false,
1147
- "width": 846
1148
- }]
1149
- },
1150
- "{\"media_type\":\"video\",\"aspect_ratio_height\":466577,\"aspect_ratio_width\":912058}": {
1151
- "rung_specs": [{
1152
- "bit_rate": 9500000,
1153
- "height": 1036,
1154
- "media_type": "video",
1155
- "pregenerate": true,
1156
- "width": 1920
1157
- }, {
1158
- "bit_rate": 4700000,
1159
- "height": 720,
1160
- "media_type": "video",
1161
- "pregenerate": false,
1162
- "width": 1334
1163
- }, {
1164
- "bit_rate": 2080000,
1165
- "height": 540,
1166
- "media_type": "video",
1167
- "pregenerate": false,
1168
- "width": 1000
1169
- }, {
1170
- "bit_rate": 1145000,
1171
- "height": 432,
1172
- "media_type": "video",
1173
- "pregenerate": false,
1174
- "width": 800
1175
- }, {
1176
- "bit_rate": 843000,
1177
- "height": 360,
1178
- "media_type": "video",
1179
- "pregenerate": false,
1180
- "width": 666
1181
- }, {
1182
- "bit_rate": 541000,
1183
- "height": 360,
1184
- "media_type": "video",
1185
- "pregenerate": false,
1186
- "width": 666
1187
- }]
1188
- },
1189
- "{\"media_type\":\"video\",\"aspect_ratio_height\":480,\"aspect_ratio_width\":853}": {
1190
- "rung_specs": [{
1191
- "bit_rate": 9500000,
1192
- "height": 1080,
1193
- "media_type": "video",
1194
- "pregenerate": true,
1195
- "width": 1920
1196
- }, {
1197
- "bit_rate": 4500000,
1198
- "height": 720,
1199
- "media_type": "video",
1200
- "pregenerate": false,
1201
- "width": 1280
1202
- }, {
1203
- "bit_rate": 2000000,
1204
- "height": 540,
1205
- "media_type": "video",
1206
- "pregenerate": false,
1207
- "width": 960
1208
- }, {
1209
- "bit_rate": 1100000,
1210
- "height": 432,
1211
- "media_type": "video",
1212
- "pregenerate": false,
1213
- "width": 768
1214
- }, {
1215
- "bit_rate": 810000,
1216
- "height": 360,
1217
- "media_type": "video",
1218
- "pregenerate": false,
1219
- "width": 640
1220
- }, {
1221
- "bit_rate": 520000,
1222
- "height": 360,
1223
- "media_type": "video",
1224
- "pregenerate": false,
1225
- "width": 640
1226
- }]
1227
- },
1228
- "{\"media_type\":\"video\",\"aspect_ratio_height\":486,\"aspect_ratio_width\":853}": {
1229
- "rung_specs": [{
1230
- "bit_rate": 9500000,
1231
- "height": 1080,
1232
- "media_type": "video",
1233
- "pregenerate": true,
1234
- "width": 1920
1235
- }, {
1236
- "bit_rate": 4500000,
1237
- "height": 720,
1238
- "media_type": "video",
1239
- "pregenerate": false,
1240
- "width": 1280
1241
- }, {
1242
- "bit_rate": 2000000,
1243
- "height": 540,
1244
- "media_type": "video",
1245
- "pregenerate": false,
1246
- "width": 960
1247
- }, {
1248
- "bit_rate": 1100000,
1249
- "height": 432,
1250
- "media_type": "video",
1251
- "pregenerate": false,
1252
- "width": 768
1253
- }, {
1254
- "bit_rate": 810000,
1255
- "height": 360,
1256
- "media_type": "video",
1257
- "pregenerate": false,
1258
- "width": 640
1259
- }, {
1260
- "bit_rate": 520000,
1261
- "height": 360,
1262
- "media_type": "video",
1263
- "pregenerate": false,
1264
- "width": 640
1265
- }]
1266
- },
1267
- "{\"media_type\":\"video\",\"aspect_ratio_height\":5,\"aspect_ratio_width\":12}": {
1268
- "rung_specs": [{
1269
- "bit_rate": 9500000,
1270
- "height": 1080,
1271
- "media_type": "video",
1272
- "pregenerate": true,
1273
- "width": 2538
1274
- }, {
1275
- "bit_rate": 6000000,
1276
- "height": 720,
1277
- "media_type": "video",
1278
- "pregenerate": false,
1279
- "width": 1692
1280
- }, {
1281
- "bit_rate": 2640000,
1282
- "height": 540,
1283
- "media_type": "video",
1284
- "pregenerate": false,
1285
- "width": 1270
1286
- }, {
1287
- "bit_rate": 1450000,
1288
- "height": 432,
1289
- "media_type": "video",
1290
- "pregenerate": false,
1291
- "width": 1016
1292
- }, {
1293
- "bit_rate": 1070000,
1294
- "height": 360,
1295
- "media_type": "video",
1296
- "pregenerate": false,
1297
- "width": 846
1298
- }, {
1299
- "bit_rate": 690000,
1300
- "height": 360,
1301
- "media_type": "video",
1302
- "pregenerate": false,
1303
- "width": 846
1304
- }]
1305
- },
1306
- "{\"media_type\":\"video\",\"aspect_ratio_height\":582543,\"aspect_ratio_width\":776720}": {
1307
- "rung_specs": [{
1308
- "bit_rate": 4900000,
1309
- "height": 1080,
1310
- "media_type": "video",
1311
- "pregenerate": true,
1312
- "width": 1452
1313
- }, {
1314
- "bit_rate": 3375000,
1315
- "height": 720,
1316
- "media_type": "video",
1317
- "pregenerate": false,
1318
- "width": 968
1319
- }, {
1320
- "bit_rate": 1500000,
1321
- "height": 540,
1322
- "media_type": "video",
1323
- "pregenerate": false,
1324
- "width": 726
1325
- }, {
1326
- "bit_rate": 825000,
1327
- "height": 432,
1328
- "media_type": "video",
1329
- "pregenerate": false,
1330
- "width": 580
1331
- }, {
1332
- "bit_rate": 610000,
1333
- "height": 360,
1334
- "media_type": "video",
1335
- "pregenerate": false,
1336
- "width": 484
1337
- }, {
1338
- "bit_rate": 390000,
1339
- "height": 360,
1340
- "media_type": "video",
1341
- "pregenerate": false,
1342
- "width": 484
1343
- }]
1344
- },
1345
- "{\"media_type\":\"video\",\"aspect_ratio_height\":639,\"aspect_ratio_width\":889}": {
1346
- "rung_specs": [{
1347
- "bit_rate": 4900000,
1348
- "height": 1080,
1349
- "media_type": "video",
1350
- "pregenerate": true,
1351
- "width": 1452
1352
- }, {
1353
- "bit_rate": 3375000,
1354
- "height": 720,
1355
- "media_type": "video",
1356
- "pregenerate": false,
1357
- "width": 968
1358
- }, {
1359
- "bit_rate": 1500000,
1360
- "height": 540,
1361
- "media_type": "video",
1362
- "pregenerate": false,
1363
- "width": 726
1364
- }, {
1365
- "bit_rate": 825000,
1366
- "height": 432,
1367
- "media_type": "video",
1368
- "pregenerate": false,
1369
- "width": 580
1370
- }, {
1371
- "bit_rate": 610000,
1372
- "height": 360,
1373
- "media_type": "video",
1374
- "pregenerate": false,
1375
- "width": 484
1376
- }, {
1377
- "bit_rate": 390000,
1378
- "height": 360,
1379
- "media_type": "video",
1380
- "pregenerate": false,
1381
- "width": 484
1382
- }]
1383
- },
1384
- "{\"media_type\":\"video\",\"aspect_ratio_height\":65536,\"aspect_ratio_width\":87381}": {
1385
- "rung_specs": [{
1386
- "bit_rate": 4900000,
1387
- "height": 1080,
1388
- "media_type": "video",
1389
- "pregenerate": true,
1390
- "width": 1452
1391
- }, {
1392
- "bit_rate": 3375000,
1393
- "height": 720,
1394
- "media_type": "video",
1395
- "pregenerate": false,
1396
- "width": 968
1397
- }, {
1398
- "bit_rate": 1500000,
1399
- "height": 540,
1400
- "media_type": "video",
1401
- "pregenerate": false,
1402
- "width": 726
1403
- }, {
1404
- "bit_rate": 825000,
1405
- "height": 432,
1406
- "media_type": "video",
1407
- "pregenerate": false,
1408
- "width": 580
1409
- }, {
1410
- "bit_rate": 610000,
1411
- "height": 360,
1412
- "media_type": "video",
1413
- "pregenerate": false,
1414
- "width": 484
1415
- }, {
1416
- "bit_rate": 390000,
1417
- "height": 360,
1418
- "media_type": "video",
1419
- "pregenerate": false,
1420
- "width": 484
1421
- }]
1422
- },
1423
- "{\"media_type\":\"video\",\"aspect_ratio_height\":81,\"aspect_ratio_width\":128}": {
1424
- "rung_specs": [{
1425
- "bit_rate": 5500000,
1426
- "height": 1080,
1427
- "media_type": "video",
1428
- "pregenerate": true,
1429
- "width": 1620
1430
- }, {
1431
- "bit_rate": 2400000,
1432
- "height": 720,
1433
- "media_type": "video",
1434
- "pregenerate": false,
1435
- "width": 1080
1436
- }, {
1437
- "bit_rate": 1400000,
1438
- "height": 540,
1439
- "media_type": "video",
1440
- "pregenerate": false,
1441
- "width": 810
1442
- }, {
1443
- "bit_rate": 900000,
1444
- "height": 432,
1445
- "media_type": "video",
1446
- "pregenerate": false,
1447
- "width": 648
1448
- }, {
1449
- "bit_rate": 680000,
1450
- "height": 360,
1451
- "media_type": "video",
1452
- "pregenerate": false,
1453
- "width": 540
1454
- }, {
1455
- "bit_rate": 440000,
1456
- "height": 360,
1457
- "media_type": "video",
1458
- "pregenerate": false,
1459
- "width": 540
1460
- }]
1461
- },
1462
- "{\"media_type\":\"video\",\"aspect_ratio_height\":8192,\"aspect_ratio_width\":12015}": {
1463
- "rung_specs": [{
1464
- "bit_rate": 5500000,
1465
- "height": 1080,
1466
- "media_type": "video",
1467
- "pregenerate": true,
1468
- "width": 1620
1469
- }, {
1470
- "bit_rate": 2400000,
1471
- "height": 720,
1472
- "media_type": "video",
1473
- "pregenerate": false,
1474
- "width": 1080
1475
- }, {
1476
- "bit_rate": 1400000,
1477
- "height": 540,
1478
- "media_type": "video",
1479
- "pregenerate": false,
1480
- "width": 810
1481
- }, {
1482
- "bit_rate": 900000,
1483
- "height": 432,
1484
- "media_type": "video",
1485
- "pregenerate": false,
1486
- "width": 648
1487
- }, {
1488
- "bit_rate": 680000,
1489
- "height": 360,
1490
- "media_type": "video",
1491
- "pregenerate": false,
1492
- "width": 540
1493
- }, {
1494
- "bit_rate": 440000,
1495
- "height": 360,
1496
- "media_type": "video",
1497
- "pregenerate": false,
1498
- "width": 540
1499
- }]
1500
- },
1501
- "{\"media_type\":\"video\",\"aspect_ratio_height\":891,\"aspect_ratio_width\":1600}": {
1502
- "rung_specs": [{
1503
- "bit_rate": 9500000,
1504
- "height": 1080,
1505
- "media_type": "video",
1506
- "pregenerate": true,
1507
- "width": 1920
1508
- }, {
1509
- "bit_rate": 4500000,
1510
- "height": 720,
1511
- "media_type": "video",
1512
- "pregenerate": false,
1513
- "width": 1280
1514
- }, {
1515
- "bit_rate": 2000000,
1516
- "height": 540,
1517
- "media_type": "video",
1518
- "pregenerate": false,
1519
- "width": 960
1520
- }, {
1521
- "bit_rate": 1100000,
1522
- "height": 432,
1523
- "media_type": "video",
1524
- "pregenerate": false,
1525
- "width": 768
1526
- }, {
1527
- "bit_rate": 810000,
1528
- "height": 360,
1529
- "media_type": "video",
1530
- "pregenerate": false,
1531
- "width": 640
1532
- }, {
1533
- "bit_rate": 520000,
1534
- "height": 360,
1535
- "media_type": "video",
1536
- "pregenerate": false,
1537
- "width": 640
1538
- }]
1539
- },
1540
- "{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
1541
- "rung_specs": [{
1542
- "bit_rate": 9500000,
1543
- "height": 1080,
1544
- "media_type": "video",
1545
- "pregenerate": true,
1546
- "width": 1920
1547
- }, {
1548
- "bit_rate": 4500000,
1549
- "height": 720,
1550
- "media_type": "video",
1551
- "pregenerate": false,
1552
- "width": 1280
1553
- }, {
1554
- "bit_rate": 2000000,
1555
- "height": 540,
1556
- "media_type": "video",
1557
- "pregenerate": false,
1558
- "width": 960
1559
- }, {
1560
- "bit_rate": 1100000,
1561
- "height": 432,
1562
- "media_type": "video",
1563
- "pregenerate": false,
1564
- "width": 768
1565
- }, {
1566
- "bit_rate": 810000,
1567
- "height": 360,
1568
- "media_type": "video",
1569
- "pregenerate": false,
1570
- "width": 640
1571
- }, {
1572
- "bit_rate": 520000,
1573
- "height": 360,
1574
- "media_type": "video",
1575
- "pregenerate": false,
1576
- "width": 640
1577
- }]
1578
- }
1579
- },
1580
- "playout_formats": {
1581
- "dash-playready-cenc": {
1582
- "drm": {
1583
- "enc_scheme_name": "cenc",
1584
- "type": "DrmPlayReady"
1585
- },
1586
- "protocol": {
1587
- "min_buffer_length": 2,
1588
- "type": "ProtoDash"
1589
- }
1590
- },
1591
- "dash-widevine": {
1592
- "drm": {
1593
- "content_id": "",
1594
- "enc_scheme_name": "cenc",
1595
- "license_servers": [],
1596
- "type": "DrmWidevine"
1597
- },
1598
- "protocol": {
1599
- "min_buffer_length": 2,
1600
- "type": "ProtoDash"
1601
- }
1602
- },
1603
- "hls-fairplay": {
1604
- "drm": {
1605
- "enc_scheme_name": "cbcs",
1606
- "license_servers": [],
1607
- "type": "DrmFairplay"
1608
- },
1609
- "protocol": {
1610
- "type": "ProtoHls"
1611
- }
1612
- },
1613
- "hls-sample-aes": {
1614
- "drm": {
1615
- "enc_scheme_name": "cbcs",
1616
- "type": "DrmSampleAes"
1617
- },
1618
- "protocol": {
1619
- "type": "ProtoHls"
1620
- }
1621
- },
1622
- "hls-aes128": {
1623
- "drm": {
1624
- "enc_scheme_name": "aes-128",
1625
- "type": "DrmAes128"
1626
- },
1627
- "protocol": {
1628
- "type": "ProtoHls"
1629
- }
1630
- },
1631
- "hls-widevine-cenc": {
1632
- "drm": {
1633
- "enc_scheme_name": "cenc",
1634
- "type": "DrmWidevine"
1635
- },
1636
- "protocol": {
1637
- "type": "ProtoHls"
1638
- }
1639
- },
1640
- "hls-playready-cenc": {
1641
- "drm": {
1642
- "enc_scheme_name": "cenc",
1643
- "type": "DrmPlayReady"
1644
- },
1645
- "protocol": {
1646
- "type": "ProtoHls"
1647
- }
1648
- }
1649
- },
1650
- "segment_specs": {
1651
- "audio": {
1652
- "segs_per_chunk": 15,
1653
- "target_dur": 2
1654
- },
1655
- "video": {
1656
- "segs_per_chunk": 15,
1657
- "target_dur": 2
1658
- }
1659
- }
1660
- };
1661
- module.exports = AbrProfileLiveDrm;