@norskvideo/norsk-studio-aws 1.27.0-2025-03-25-1268af9f → 1.27.0-2025-03-27-419657f2
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/client/info.js +301 -0
- package/client/style.css +4 -4
- package/lib/input.mediaconnect/info.js +2 -0
- package/lib/input.mediaconnect/info.js.map +1 -1
- package/lib/output.medialive/info.js +2 -0
- package/lib/output.medialive/info.js.map +1 -1
- package/lib/processor.aws-transcribe/info.js +2 -0
- package/lib/processor.aws-transcribe/info.js.map +1 -1
- package/package.json +3 -3
package/client/info.js
CHANGED
|
@@ -38,6 +38,281 @@ var require_react = __commonJS({
|
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
40
|
|
|
41
|
+
// ../../node_modules/@react-icons/all-files/lib/cjs/iconsManifest.js
|
|
42
|
+
var require_iconsManifest = __commonJS({
|
|
43
|
+
"../../node_modules/@react-icons/all-files/lib/cjs/iconsManifest.js"(exports, module) {
|
|
44
|
+
module.exports.IconsManifest = [
|
|
45
|
+
{
|
|
46
|
+
"id": "fa",
|
|
47
|
+
"name": "Font Awesome",
|
|
48
|
+
"projectUrl": "https://fontawesome.com/",
|
|
49
|
+
"license": "CC BY 4.0 License",
|
|
50
|
+
"licenseUrl": "https://creativecommons.org/licenses/by/4.0/"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": "io",
|
|
54
|
+
"name": "Ionicons 4",
|
|
55
|
+
"projectUrl": "https://ionicons.com/",
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"licenseUrl": "https://github.com/ionic-team/ionicons/blob/master/LICENSE"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "io5",
|
|
61
|
+
"name": "Ionicons 5",
|
|
62
|
+
"projectUrl": "https://ionicons.com/",
|
|
63
|
+
"license": "MIT",
|
|
64
|
+
"licenseUrl": "https://github.com/ionic-team/ionicons/blob/master/LICENSE"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "md",
|
|
68
|
+
"name": "Material Design icons",
|
|
69
|
+
"projectUrl": "http://google.github.io/material-design-icons/",
|
|
70
|
+
"license": "Apache License Version 2.0",
|
|
71
|
+
"licenseUrl": "https://github.com/google/material-design-icons/blob/master/LICENSE"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"id": "ti",
|
|
75
|
+
"name": "Typicons",
|
|
76
|
+
"projectUrl": "http://s-ings.com/typicons/",
|
|
77
|
+
"license": "CC BY-SA 3.0",
|
|
78
|
+
"licenseUrl": "https://creativecommons.org/licenses/by-sa/3.0/"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "go",
|
|
82
|
+
"name": "Github Octicons icons",
|
|
83
|
+
"projectUrl": "https://octicons.github.com/",
|
|
84
|
+
"license": "MIT",
|
|
85
|
+
"licenseUrl": "https://github.com/primer/octicons/blob/master/LICENSE"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"id": "fi",
|
|
89
|
+
"name": "Feather",
|
|
90
|
+
"projectUrl": "https://feathericons.com/",
|
|
91
|
+
"license": "MIT",
|
|
92
|
+
"licenseUrl": "https://github.com/feathericons/feather/blob/master/LICENSE"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "gi",
|
|
96
|
+
"name": "Game Icons",
|
|
97
|
+
"projectUrl": "https://game-icons.net/",
|
|
98
|
+
"license": "CC BY 3.0",
|
|
99
|
+
"licenseUrl": "https://creativecommons.org/licenses/by/3.0/"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"id": "wi",
|
|
103
|
+
"name": "Weather Icons",
|
|
104
|
+
"projectUrl": "https://erikflowers.github.io/weather-icons/",
|
|
105
|
+
"license": "SIL OFL 1.1",
|
|
106
|
+
"licenseUrl": "http://scripts.sil.org/OFL"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"id": "di",
|
|
110
|
+
"name": "Devicons",
|
|
111
|
+
"projectUrl": "https://vorillaz.github.io/devicons/",
|
|
112
|
+
"license": "MIT",
|
|
113
|
+
"licenseUrl": "https://opensource.org/licenses/MIT"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "ai",
|
|
117
|
+
"name": "Ant Design Icons",
|
|
118
|
+
"projectUrl": "https://github.com/ant-design/ant-design-icons",
|
|
119
|
+
"license": "MIT",
|
|
120
|
+
"licenseUrl": "https://opensource.org/licenses/MIT"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "bs",
|
|
124
|
+
"name": "Bootstrap Icons",
|
|
125
|
+
"projectUrl": "https://github.com/twbs/icons",
|
|
126
|
+
"license": "MIT",
|
|
127
|
+
"licenseUrl": "https://opensource.org/licenses/MIT"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id": "ri",
|
|
131
|
+
"name": "Remix Icon",
|
|
132
|
+
"projectUrl": "https://github.com/Remix-Design/RemixIcon",
|
|
133
|
+
"license": "Apache License Version 2.0",
|
|
134
|
+
"licenseUrl": "http://www.apache.org/licenses/"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"id": "fc",
|
|
138
|
+
"name": "Flat Color Icons",
|
|
139
|
+
"projectUrl": "https://github.com/icons8/flat-color-icons",
|
|
140
|
+
"license": "MIT",
|
|
141
|
+
"licenseUrl": "https://opensource.org/licenses/MIT"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"id": "gr",
|
|
145
|
+
"name": "Grommet-Icons",
|
|
146
|
+
"projectUrl": "https://github.com/grommet/grommet-icons",
|
|
147
|
+
"license": "Apache License Version 2.0",
|
|
148
|
+
"licenseUrl": "http://www.apache.org/licenses/"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": "hi",
|
|
152
|
+
"name": "Heroicons",
|
|
153
|
+
"projectUrl": "https://github.com/refactoringui/heroicons",
|
|
154
|
+
"license": "MIT",
|
|
155
|
+
"licenseUrl": "https://opensource.org/licenses/MIT"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"id": "si",
|
|
159
|
+
"name": "Simple Icons",
|
|
160
|
+
"projectUrl": "https://simpleicons.org/",
|
|
161
|
+
"license": "CC0 1.0 Universal",
|
|
162
|
+
"licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "im",
|
|
166
|
+
"name": "IcoMoon Free",
|
|
167
|
+
"projectUrl": "https://github.com/Keyamoon/IcoMoon-Free",
|
|
168
|
+
"license": "CC BY 4.0 License"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "bi",
|
|
172
|
+
"name": "BoxIcons",
|
|
173
|
+
"projectUrl": "https://github.com/atisawd/boxicons",
|
|
174
|
+
"license": "CC BY 4.0 License"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"id": "cg",
|
|
178
|
+
"name": "css.gg",
|
|
179
|
+
"projectUrl": "https://github.com/astrit/css.gg",
|
|
180
|
+
"license": "MIT",
|
|
181
|
+
"licenseUrl": "https://opensource.org/licenses/MIT"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"id": "vsc",
|
|
185
|
+
"name": "VS Code Icons",
|
|
186
|
+
"projectUrl": "https://github.com/microsoft/vscode-codicons",
|
|
187
|
+
"license": "CC BY 4.0",
|
|
188
|
+
"licenseUrl": "https://creativecommons.org/licenses/by/4.0/"
|
|
189
|
+
}
|
|
190
|
+
];
|
|
191
|
+
}
|
|
192
|
+
});
|
|
193
|
+
|
|
194
|
+
// ../../node_modules/@react-icons/all-files/lib/cjs/iconContext.js
|
|
195
|
+
var require_iconContext = __commonJS({
|
|
196
|
+
"../../node_modules/@react-icons/all-files/lib/cjs/iconContext.js"(exports) {
|
|
197
|
+
"use strict";
|
|
198
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
199
|
+
exports.IconContext = exports.DefaultContext = void 0;
|
|
200
|
+
var React = require_react();
|
|
201
|
+
exports.DefaultContext = {
|
|
202
|
+
color: void 0,
|
|
203
|
+
size: void 0,
|
|
204
|
+
className: void 0,
|
|
205
|
+
style: void 0,
|
|
206
|
+
attr: void 0
|
|
207
|
+
};
|
|
208
|
+
exports.IconContext = React.createContext && React.createContext(exports.DefaultContext);
|
|
209
|
+
}
|
|
210
|
+
});
|
|
211
|
+
|
|
212
|
+
// ../../node_modules/@react-icons/all-files/lib/cjs/iconBase.js
|
|
213
|
+
var require_iconBase = __commonJS({
|
|
214
|
+
"../../node_modules/@react-icons/all-files/lib/cjs/iconBase.js"(exports) {
|
|
215
|
+
"use strict";
|
|
216
|
+
var __assign = exports && exports.__assign || function() {
|
|
217
|
+
__assign = Object.assign || function(t) {
|
|
218
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
219
|
+
s = arguments[i];
|
|
220
|
+
for (var p in s)
|
|
221
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
222
|
+
t[p] = s[p];
|
|
223
|
+
}
|
|
224
|
+
return t;
|
|
225
|
+
};
|
|
226
|
+
return __assign.apply(this, arguments);
|
|
227
|
+
};
|
|
228
|
+
var __rest = exports && exports.__rest || function(s, e) {
|
|
229
|
+
var t = {};
|
|
230
|
+
for (var p in s)
|
|
231
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
232
|
+
t[p] = s[p];
|
|
233
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
234
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
235
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
236
|
+
t[p[i]] = s[p[i]];
|
|
237
|
+
}
|
|
238
|
+
return t;
|
|
239
|
+
};
|
|
240
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
241
|
+
exports.IconBase = exports.GenIcon = void 0;
|
|
242
|
+
var React = require_react();
|
|
243
|
+
var iconContext_1 = require_iconContext();
|
|
244
|
+
function Tree2Element(tree) {
|
|
245
|
+
return tree && tree.map(function(node, i) {
|
|
246
|
+
return React.createElement(node.tag, __assign({ key: i }, node.attr), Tree2Element(node.child));
|
|
247
|
+
});
|
|
248
|
+
}
|
|
249
|
+
function GenIcon(data) {
|
|
250
|
+
return function(props) {
|
|
251
|
+
return React.createElement(IconBase, __assign({ attr: __assign({}, data.attr) }, props), Tree2Element(data.child));
|
|
252
|
+
};
|
|
253
|
+
}
|
|
254
|
+
exports.GenIcon = GenIcon;
|
|
255
|
+
function IconBase(props) {
|
|
256
|
+
var elem = function(conf) {
|
|
257
|
+
var attr = props.attr, size = props.size, title = props.title, svgProps = __rest(props, ["attr", "size", "title"]);
|
|
258
|
+
var computedSize = size || conf.size || "1em";
|
|
259
|
+
var className;
|
|
260
|
+
if (conf.className)
|
|
261
|
+
className = conf.className;
|
|
262
|
+
if (props.className)
|
|
263
|
+
className = (className ? className + " " : "") + props.className;
|
|
264
|
+
return React.createElement(
|
|
265
|
+
"svg",
|
|
266
|
+
__assign({ stroke: "currentColor", fill: "currentColor", strokeWidth: "0" }, conf.attr, attr, svgProps, { className, style: __assign(__assign({ color: props.color || conf.color }, conf.style), props.style), height: computedSize, width: computedSize, xmlns: "http://www.w3.org/2000/svg" }),
|
|
267
|
+
title && React.createElement("title", null, title),
|
|
268
|
+
props.children
|
|
269
|
+
);
|
|
270
|
+
};
|
|
271
|
+
return iconContext_1.IconContext !== void 0 ? React.createElement(iconContext_1.IconContext.Consumer, null, function(conf) {
|
|
272
|
+
return elem(conf);
|
|
273
|
+
}) : elem(iconContext_1.DefaultContext);
|
|
274
|
+
}
|
|
275
|
+
exports.IconBase = IconBase;
|
|
276
|
+
}
|
|
277
|
+
});
|
|
278
|
+
|
|
279
|
+
// ../../node_modules/@react-icons/all-files/lib/cjs/index.js
|
|
280
|
+
var require_cjs = __commonJS({
|
|
281
|
+
"../../node_modules/@react-icons/all-files/lib/cjs/index.js"(exports) {
|
|
282
|
+
"use strict";
|
|
283
|
+
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
284
|
+
if (k2 === void 0)
|
|
285
|
+
k2 = k;
|
|
286
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() {
|
|
287
|
+
return m[k];
|
|
288
|
+
} });
|
|
289
|
+
} : function(o, m, k, k2) {
|
|
290
|
+
if (k2 === void 0)
|
|
291
|
+
k2 = k;
|
|
292
|
+
o[k2] = m[k];
|
|
293
|
+
});
|
|
294
|
+
var __exportStar = exports && exports.__exportStar || function(m, exports2) {
|
|
295
|
+
for (var p in m)
|
|
296
|
+
if (p !== "default" && !exports2.hasOwnProperty(p))
|
|
297
|
+
__createBinding(exports2, m, p);
|
|
298
|
+
};
|
|
299
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
300
|
+
__exportStar(require_iconsManifest(), exports);
|
|
301
|
+
__exportStar(require_iconBase(), exports);
|
|
302
|
+
__exportStar(require_iconContext(), exports);
|
|
303
|
+
}
|
|
304
|
+
});
|
|
305
|
+
|
|
306
|
+
// ../../node_modules/@react-icons/all-files/fa/FaPlug.js
|
|
307
|
+
var require_FaPlug = __commonJS({
|
|
308
|
+
"../../node_modules/@react-icons/all-files/fa/FaPlug.js"(exports, module) {
|
|
309
|
+
var GenIcon = require_cjs().GenIcon;
|
|
310
|
+
module.exports.FaPlug = function FaPlug2(props) {
|
|
311
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 384 512" }, "child": [{ "tag": "path", "attr": { "d": "M320,32a32,32,0,0,0-64,0v96h64Zm48,128H16A16,16,0,0,0,0,176v32a16,16,0,0,0,16,16H32v32A160.07,160.07,0,0,0,160,412.8V512h64V412.8A160.07,160.07,0,0,0,352,256V224h16a16,16,0,0,0,16-16V176A16,16,0,0,0,368,160ZM128,32a32,32,0,0,0-64,0v96h64Z" } }] })(props);
|
|
312
|
+
};
|
|
313
|
+
}
|
|
314
|
+
});
|
|
315
|
+
|
|
41
316
|
// external-global-plugin:hls.js
|
|
42
317
|
var require_hls = __commonJS({
|
|
43
318
|
"external-global-plugin:hls.js"(exports, module) {
|
|
@@ -45,6 +320,26 @@ var require_hls = __commonJS({
|
|
|
45
320
|
}
|
|
46
321
|
});
|
|
47
322
|
|
|
323
|
+
// ../../node_modules/@react-icons/all-files/fa/FaSignOutAlt.js
|
|
324
|
+
var require_FaSignOutAlt = __commonJS({
|
|
325
|
+
"../../node_modules/@react-icons/all-files/fa/FaSignOutAlt.js"(exports, module) {
|
|
326
|
+
var GenIcon = require_cjs().GenIcon;
|
|
327
|
+
module.exports.FaSignOutAlt = function FaSignOutAlt2(props) {
|
|
328
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 512 512" }, "child": [{ "tag": "path", "attr": { "d": "M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z" } }] })(props);
|
|
329
|
+
};
|
|
330
|
+
}
|
|
331
|
+
});
|
|
332
|
+
|
|
333
|
+
// ../../node_modules/@react-icons/all-files/fa/FaAws.js
|
|
334
|
+
var require_FaAws = __commonJS({
|
|
335
|
+
"../../node_modules/@react-icons/all-files/fa/FaAws.js"(exports, module) {
|
|
336
|
+
var GenIcon = require_cjs().GenIcon;
|
|
337
|
+
module.exports.FaAws = function FaAws2(props) {
|
|
338
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 640 512" }, "child": [{ "tag": "path", "attr": { "d": "M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z" } }] })(props);
|
|
339
|
+
};
|
|
340
|
+
}
|
|
341
|
+
});
|
|
342
|
+
|
|
48
343
|
// build/input.mediaconnect/flow-selection.js
|
|
49
344
|
var import_jsx_runtime = __toESM(require_jsx_runtime());
|
|
50
345
|
var import_react = __toESM(require_react());
|
|
@@ -176,12 +471,14 @@ function NodeView(props) {
|
|
|
176
471
|
var node_view_default = NodeView;
|
|
177
472
|
|
|
178
473
|
// build/input.mediaconnect/info.js
|
|
474
|
+
var import_FaPlug = __toESM(require_FaPlug());
|
|
179
475
|
function info_default({ defineComponent, singleAvStreamMapping, singleAvStreamMappingForm, mappingsToStreams, validation: { Z } }) {
|
|
180
476
|
return defineComponent({
|
|
181
477
|
identifier: "input.mediaconnect",
|
|
182
478
|
category: "input",
|
|
183
479
|
name: "Media Connect Input",
|
|
184
480
|
description: "Allows for integration with AWS Elemental MediaConnect, enabling users to ingest media flows from the cloud into their processing pipeline.",
|
|
481
|
+
icon: import_FaPlug.FaPlug,
|
|
185
482
|
subscription: {
|
|
186
483
|
produces: {
|
|
187
484
|
type: "dynamic-streams",
|
|
@@ -452,12 +749,14 @@ function FullscreenView({ state, config }) {
|
|
|
452
749
|
var fullscreen_default = FullscreenView;
|
|
453
750
|
|
|
454
751
|
// build/output.medialive/info.js
|
|
752
|
+
var import_FaSignOutAlt = __toESM(require_FaSignOutAlt());
|
|
455
753
|
function info_default2({ defineComponent, validation: { Z }, All }) {
|
|
456
754
|
return defineComponent({
|
|
457
755
|
identifier: "output.medialive",
|
|
458
756
|
category: "output",
|
|
459
757
|
name: "Media Live Output",
|
|
460
758
|
description: "Enables the integration with AWS Elemental MediaLive, allowing users to output multiple media streams to a MediaLive channel. ",
|
|
759
|
+
icon: import_FaSignOutAlt.FaSignOutAlt,
|
|
461
760
|
subscription: {
|
|
462
761
|
accepts: {
|
|
463
762
|
type: "dynamic-streams",
|
|
@@ -614,12 +913,14 @@ function TranslateLanguageSelection(props) {
|
|
|
614
913
|
var translate_language_selection_default = TranslateLanguageSelection;
|
|
615
914
|
|
|
616
915
|
// build/processor.aws-transcribe/info.js
|
|
916
|
+
var import_FaAws = __toESM(require_FaAws());
|
|
617
917
|
function info_default3({ defineComponent, validation: { LanguageTagWithCountry, LanguageTagOptionalCountry, Z } }) {
|
|
618
918
|
return defineComponent({
|
|
619
919
|
identifier: "processor.aws-transcribe",
|
|
620
920
|
category: "processor",
|
|
621
921
|
name: "AWS Transcribe",
|
|
622
922
|
description: "Transcribes audio from a video stream into subtitles using AWS's Transcribe service. Additionally, the processor can optionally translate the generated subtitles into another language using AWS Translate.",
|
|
923
|
+
icon: import_FaAws.FaAws,
|
|
623
924
|
subscription: {
|
|
624
925
|
accepts: {
|
|
625
926
|
type: "simple-stream",
|
package/client/style.css
CHANGED
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
line-height: 1.25rem;
|
|
107
107
|
font-weight: 500;
|
|
108
108
|
--tw-text-opacity: 1;
|
|
109
|
-
color: rgb(
|
|
109
|
+
color: rgb(18 25 35 / var(--tw-text-opacity));
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.node-editor-label:is(.dark *) {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
font-size: 0.875rem;
|
|
128
128
|
line-height: 1.25rem;
|
|
129
129
|
--tw-text-opacity: 1;
|
|
130
|
-
color: rgb(
|
|
130
|
+
color: rgb(18 25 35 / var(--tw-text-opacity));
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.node-editor-text-input:focus {
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
font-size: 0.875rem;
|
|
179
179
|
line-height: 1.25rem;
|
|
180
180
|
--tw-text-opacity: 1;
|
|
181
|
-
color: rgb(
|
|
181
|
+
color: rgb(18 25 35 / var(--tw-text-opacity));
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.node-editor-numeric-input:focus {
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
font-size: 0.875rem;
|
|
228
228
|
line-height: 1.25rem;
|
|
229
229
|
--tw-text-opacity: 1;
|
|
230
|
-
color: rgb(
|
|
230
|
+
color: rgb(18 25 35 / var(--tw-text-opacity));
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
.node-editor-select-input:focus {
|
|
@@ -7,12 +7,14 @@ exports.default = default_1;
|
|
|
7
7
|
const flow_selection_1 = __importDefault(require("./flow-selection"));
|
|
8
8
|
const output_selection_1 = __importDefault(require("./output-selection"));
|
|
9
9
|
const node_view_1 = __importDefault(require("./node-view"));
|
|
10
|
+
const FaPlug_1 = require("@react-icons/all-files/fa/FaPlug");
|
|
10
11
|
function default_1({ defineComponent, singleAvStreamMapping, singleAvStreamMappingForm, mappingsToStreams, validation: { Z } }) {
|
|
11
12
|
return defineComponent({
|
|
12
13
|
identifier: 'input.mediaconnect',
|
|
13
14
|
category: 'input',
|
|
14
15
|
name: "Media Connect Input",
|
|
15
16
|
description: "Allows for integration with AWS Elemental MediaConnect, enabling users to ingest media flows from the cloud into their processing pipeline.",
|
|
17
|
+
icon: FaPlug_1.FaPlug,
|
|
16
18
|
subscription: {
|
|
17
19
|
produces: {
|
|
18
20
|
type: "dynamic-streams",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/input.mediaconnect/info.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/input.mediaconnect/info.ts"],"names":[],"mappings":";;;;;AAOA,4BA+CC;AApDD,sEAA6C;AAC7C,0EAAiD;AACjD,4DAAmC;AACnC,6DAA0D;AAE1D,mBAAwB,EAAE,eAAe,EACvC,qBAAqB,EACrB,yBAAyB,EACzB,iBAAiB,EACjB,UAAU,EAAE,EAAE,CAAC,EAAE,EAAgB;IAEjC,OAAO,eAAe,CAAqB;QACzC,UAAU,EAAE,oBAAoB;QAChC,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,qBAAqB;QAC3B,WAAW,EAAE,6IAA6I;QAC1J,IAAI,EAAE,eAAM;QACZ,YAAY,EAAE;YACZ,QAAQ,EAAE;gBACR,IAAI,EAAE,iBAAiB;gBACvB,OAAO,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,iBAAiB,CAAC,GAAG,CAAC,cAAc,IAAI,qBAAqB,CAAC,GAAG,CAAC,CAAC;aACtF;SACF;QACD,UAAU,EAAE;YACV,IAAI,EAAE,mBAAQ;SACf;QACD,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,OAAO,EAAE;oBACP,IAAI,EAAE,wBAAwB;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;wBACd,SAAS,EAAE,wBAAa;wBACxB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,8BAA8B,CAAC;qBAC9D;iBACF;gBACD,SAAS,EAAE;oBACT,IAAI,EAAE,+BAA+B;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;wBACd,SAAS,EAAE,0BAAe;wBAC1B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,iCAAiC,CAAC;qBACjE;iBACF;gBACD,cAAc,EAAE,yBAAyB;gBACzC,KAAK,EAAE;oBACL,IAAI,EAAE,uCAAuC;oBAC7C,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;iBACvC;aACF;SACF;KACF,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -10,12 +10,14 @@ const url_selection_1 = __importDefault(require("./url-selection"));
|
|
|
10
10
|
const node_view_1 = __importDefault(require("./node-view"));
|
|
11
11
|
const inline_1 = __importDefault(require("./inline"));
|
|
12
12
|
const fullscreen_1 = __importDefault(require("./fullscreen"));
|
|
13
|
+
const FaSignOutAlt_1 = require("@react-icons/all-files/fa/FaSignOutAlt");
|
|
13
14
|
function default_1({ defineComponent, validation: { Z }, All }) {
|
|
14
15
|
return defineComponent({
|
|
15
16
|
identifier: 'output.medialive',
|
|
16
17
|
category: 'output',
|
|
17
18
|
name: "Media Live Output",
|
|
18
19
|
description: "Enables the integration with AWS Elemental MediaLive, allowing users to output multiple media streams to a MediaLive channel. ",
|
|
20
|
+
icon: FaSignOutAlt_1.FaSignOutAlt,
|
|
19
21
|
subscription: {
|
|
20
22
|
accepts: {
|
|
21
23
|
type: "dynamic-streams",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/output.medialive/info.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/output.medialive/info.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,12 +6,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.default = default_1;
|
|
7
7
|
const transcribe_language_selection_1 = __importDefault(require("./transcribe-language-selection"));
|
|
8
8
|
const translate_language_selection_1 = __importDefault(require("./translate-language-selection"));
|
|
9
|
+
const FaAws_1 = require("@react-icons/all-files/fa/FaAws");
|
|
9
10
|
function default_1({ defineComponent, validation: { LanguageTagWithCountry, LanguageTagOptionalCountry, Z } }) {
|
|
10
11
|
return defineComponent({
|
|
11
12
|
identifier: 'processor.aws-transcribe',
|
|
12
13
|
category: 'processor',
|
|
13
14
|
name: "AWS Transcribe",
|
|
14
15
|
description: "Transcribes audio from a video stream into subtitles using AWS's Transcribe service. Additionally, the processor can optionally translate the generated subtitles into another language using AWS Translate.",
|
|
16
|
+
icon: FaAws_1.FaAws,
|
|
15
17
|
subscription: {
|
|
16
18
|
accepts: {
|
|
17
19
|
type: 'simple-stream',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/processor.aws-transcribe/info.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/processor.aws-transcribe/info.ts"],"names":[],"mappings":";;;;;AAQA,4BAyDC;AA7DD,oGAA0E;AAC1E,kGAAwE;AACxE,2DAAwD;AAExD,mBAAwB,EACtB,eAAe,EACf,UAAU,EAAE,EAAE,sBAAsB,EAAE,0BAA0B,EAAE,CAAC,EAAE,EACxD;IAEb,OAAO,eAAe,CAAsB;QAC1C,UAAU,EAAE,0BAA0B;QACtC,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,gBAAgB;QACtB,WAAW,EAAE,8MAA8M;QAC3N,IAAI,EAAE,aAAK;QACX,YAAY,EAAE;YACZ,OAAO,EAAE;gBACP,IAAI,EAAE,eAAe;gBACrB,KAAK,EAAE,IAAI;gBACX,KAAK,EAAE,IAAI;aACZ;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,iBAAiB;gBACvB,OAAO,EAAE,CAAC,GAAG,EAA4B,EAAE,CAAC,CAAC;wBAC3C,KAAK,EAAE,UAAmB;wBAC1B,UAAU,EAAE,GAAG,CAAC,EAAE;qBACO,CAAC,CAAC,MAAM,CACjC,GAAG,CAAC,cAAc,CAAC,CAAC;oBAClB,CAAC;4BACC,KAAK,EAAE,UAAmB;4BAC1B,UAAU,EAAE,GAAG,CAAC,EAAE;4BAClB,aAAa,EAAE,GAAG,CAAC,cAAc;yBACR,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;aAEvC;SACF;QACD,eAAe,EAAE,UAAS,GAAG;YAC3B,MAAM,KAAK,GAAG,GAAG,CAAC,WAAW,EAAE,CAAC;YAChC,MAAM,KAAK,GAAG,GAAG,CAAC,WAAW,EAAE,CAAC;YAChC,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;gBACvB,GAAG,CAAC,QAAQ,CAAC,qEAAqE,CAAC,CAAA;YACrF,CAAC;YACD,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;gBACvB,GAAG,CAAC,QAAQ,CAAC,6DAA6D,CAAC,CAAA;YAC7E,CAAC;QACH,CAAC;QACD,OAAO,EAAE,CAAC,KAAK,EAAE,EAAE;YACjB,MAAM,MAAM,GAA4B,EAAE,CAAC;YAC3C,OAAO,MAAM,CAAC;QAChB,CAAC;QACD,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,QAAQ,EAAE,EAAE,IAAI,EAAE,+BAA+B,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,uCAA2B,EAAE,YAAY,EAAE,OAAO,EAAE,UAAU,EAAE,sBAAsB,EAAE,EAAE;gBAChL,cAAc,EAAE,EAAE,IAAI,EAAE,6CAA6C,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,sCAA0B,EAAE,YAAY,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE;gBACnO,KAAK,EAAE;oBACL,IAAI,EAAE,uCAAuC;oBAC7C,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;iBACvC;aACF;SACF;KACF,CAAC,CAAC;AACL,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@norskvideo/norsk-studio-aws",
|
|
3
|
-
"version": "1.27.0-2025-03-
|
|
3
|
+
"version": "1.27.0-2025-03-27-419657f2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf lib",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@aws-sdk/client-mediapackage": "^3.499.0",
|
|
25
25
|
"@aws-sdk/client-s3": "^3.614.0",
|
|
26
26
|
"@aws-sdk/client-translate": "^3.535.0",
|
|
27
|
-
"@norskvideo/norsk-sdk": "^1.0.401-2025-03-
|
|
28
|
-
"@norskvideo/norsk-studio": "1.27.0-2025-03-
|
|
27
|
+
"@norskvideo/norsk-sdk": "^1.0.401-2025-03-27-34642773",
|
|
28
|
+
"@norskvideo/norsk-studio": "1.27.0-2025-03-27-419657f2",
|
|
29
29
|
"openapi-types": "^12.1.3"
|
|
30
30
|
},
|
|
31
31
|
"main": "lib/index.js",
|