@norskvideo/norsk-studio-built-ins 1.6.1 → 1.6.2
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 +1 -1
- package/lib/input.rtmp/info.js +1 -1
- package/package.json +1 -1
package/client/info.js
CHANGED
@@ -16025,7 +16025,7 @@ function info_default({ defineComponent, Av, validation: { Z } }) {
|
|
16025
16025
|
var import_react5 = __toESM(require_react());
|
16026
16026
|
var InlineView2 = import_react5.default.lazy(async () => Promise.resolve().then(() => (init_inline_view(), inline_view_exports)));
|
16027
16027
|
var SummaryView2 = import_react5.default.lazy(async () => Promise.resolve().then(() => (init_summary_view(), summary_view_exports)));
|
16028
|
-
var defaultPort =
|
16028
|
+
var defaultPort = 1935;
|
16029
16029
|
function info_default2({ defineComponent, Av, validation: { Z, Port, SourceName, unique } }) {
|
16030
16030
|
return defineComponent({
|
16031
16031
|
identifier: "input.rtmp",
|
package/lib/input.rtmp/info.js
CHANGED
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
const react_1 = __importDefault(require("react"));
|
30
30
|
const InlineView = react_1.default.lazy(async () => Promise.resolve().then(() => __importStar(require('./inline-view'))));
|
31
31
|
const SummaryView = react_1.default.lazy(async () => Promise.resolve().then(() => __importStar(require('./summary-view'))));
|
32
|
-
const defaultPort =
|
32
|
+
const defaultPort = 1935;
|
33
33
|
function default_1({ defineComponent, Av, validation: { Z, Port, SourceName, unique } }) {
|
34
34
|
return defineComponent({
|
35
35
|
identifier: 'input.rtmp',
|