@norskvideo/norsk-studio-built-ins 1.15.0 → 1.17.0
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/README.md +16 -0
- package/client/info.js +571 -302
- package/client/style.css +321 -112
- package/lib/input.rtmp/info.js +1 -1
- package/lib/input.rtmp/info.js.map +1 -1
- package/lib/input.silence/info.js +1 -0
- package/lib/input.silence/info.js.map +1 -1
- package/lib/input.srt-caller/info.js +6 -5
- package/lib/input.srt-caller/info.js.map +1 -1
- package/lib/input.srt-caller/runtime.d.ts +1 -1
- package/lib/input.srt-listener/info.js +7 -5
- package/lib/input.srt-listener/info.js.map +1 -1
- package/lib/input.srt-listener/runtime.d.ts +1 -1
- package/lib/input.udp-ts/info.d.ts +1 -1
- package/lib/input.udp-ts/info.js +5 -4
- package/lib/input.udp-ts/info.js.map +1 -1
- package/lib/input.udp-ts/runtime.d.ts +1 -1
- package/lib/input.videoTestCard/info.js +1 -0
- package/lib/input.videoTestCard/info.js.map +1 -1
- package/lib/output.autoCmaf/info.d.ts +1 -1
- package/lib/output.autoCmaf/info.js +54 -1
- package/lib/output.autoCmaf/info.js.map +1 -1
- package/lib/output.autoCmaf/runtime.d.ts +10 -0
- package/lib/output.autoCmaf/runtime.js +35 -4
- package/lib/output.autoCmaf/runtime.js.map +1 -1
- package/lib/output.autoCmaf/summary.js +23 -1
- package/lib/output.autoCmaf/summary.js.map +1 -1
- package/lib/output.preview/info.js +1 -0
- package/lib/output.preview/info.js.map +1 -1
- package/lib/output.preview/runtime.js +8 -4
- package/lib/output.preview/runtime.js.map +1 -1
- package/lib/output.rtmp/info.js +1 -0
- package/lib/output.rtmp/info.js.map +1 -1
- package/lib/output.srt/info.js +6 -5
- package/lib/output.srt/info.js.map +1 -1
- package/lib/output.srt/runtime.d.ts +1 -1
- package/lib/output.statistics/info.js +1 -0
- package/lib/output.statistics/info.js.map +1 -1
- package/lib/output.udpTs/info.d.ts +1 -1
- package/lib/output.udpTs/info.js +4 -3
- package/lib/output.udpTs/info.js.map +1 -1
- package/lib/output.udpTs/runtime.d.ts +1 -1
- package/lib/output.whep/info.js +1 -0
- package/lib/output.whep/info.js.map +1 -1
- package/lib/processor.browserOverlay/info.d.ts +2 -2
- package/lib/processor.browserOverlay/info.js +55 -1
- package/lib/processor.browserOverlay/info.js.map +1 -1
- package/lib/processor.browserOverlay/inline-view.d.ts +6 -0
- package/lib/processor.browserOverlay/inline-view.js +8 -0
- package/lib/processor.browserOverlay/inline-view.js.map +1 -0
- package/lib/processor.browserOverlay/openApi.d.ts +174 -0
- package/lib/processor.browserOverlay/openApi.js +3 -0
- package/lib/processor.browserOverlay/openApi.js.map +1 -0
- package/lib/processor.browserOverlay/runtime.d.ts +40 -6
- package/lib/processor.browserOverlay/runtime.js +147 -18
- package/lib/processor.browserOverlay/runtime.js.map +1 -1
- package/lib/processor.browserOverlay/summary-view.d.ts +4 -0
- package/lib/processor.browserOverlay/summary-view.js +27 -0
- package/lib/processor.browserOverlay/summary-view.js.map +1 -0
- package/lib/processor.browserOverlay/types.yaml +65 -0
- package/lib/processor.cascadingSwitch/info.js +1 -0
- package/lib/processor.cascadingSwitch/info.js.map +1 -1
- package/lib/processor.fixedLadder/codec-editor.js +1 -1
- package/lib/processor.fixedLadder/codec-editor.js.map +1 -1
- package/lib/processor.fixedLadder/codec-view.js +1 -1
- package/lib/processor.fixedLadder/codec-view.js.map +1 -1
- package/lib/processor.fixedLadder/info.js +1 -0
- package/lib/processor.fixedLadder/info.js.map +1 -1
- package/lib/processor.fixedLadder/rung-view.js +1 -1
- package/lib/processor.fixedLadder/rung-view.js.map +1 -1
- package/lib/processor.onscreenGraphic/info.js +3 -3
- package/lib/processor.onscreenGraphic/info.js.map +1 -1
- package/lib/processor.onscreenGraphic/runtime.js +54 -106
- package/lib/processor.onscreenGraphic/runtime.js.map +1 -1
- package/lib/processor.onscreenGraphic/summary-view.js +1 -1
- package/lib/processor.onscreenGraphic/summary-view.js.map +1 -1
- package/lib/processor.onscreenGraphic/types.d.ts +239 -1
- package/lib/processor.onscreenGraphic/types.yaml +142 -5
- package/lib/processor.whisper-transcribe/info.js +3 -2
- package/lib/processor.whisper-transcribe/info.js.map +1 -1
- package/lib/shared/drm/axinom.d.ts +2 -0
- package/lib/shared/drm/axinom.js +120 -0
- package/lib/shared/drm/axinom.js.map +1 -0
- package/lib/shared/drm/cpix.d.ts +24 -0
- package/lib/shared/drm/cpix.js +97 -0
- package/lib/shared/drm/cpix.js.map +1 -0
- package/lib/shared/drm/ezdrm.d.ts +2 -0
- package/lib/shared/drm/ezdrm.js +26 -0
- package/lib/shared/drm/ezdrm.js.map +1 -0
- package/lib/shared/srt-socket-options.js +6 -6
- package/lib/shared/srt-socket-options.js.map +1 -1
- package/lib/test/srt-input-caller.js +5 -5
- package/lib/test/srt-input-caller.js.map +1 -1
- package/lib/test/srt-input-listener.js +18 -18
- package/lib/test/srt-input-listener.js.map +1 -1
- package/lib/test/srt-output.js +2 -2
- package/lib/test/srt-output.js.map +1 -1
- package/lib/test/udp-output.js +2 -2
- package/lib/test/udp-output.js.map +1 -1
- package/lib/test/udp-ts-input.js +2 -2
- package/lib/test/udp-ts-input.js.map +1 -1
- package/lib/util.stats.latency/info.js +1 -0
- package/lib/util.stats.latency/info.js.map +1 -1
- package/lib/util.stats.ma35d/info.js +1 -0
- package/lib/util.stats.ma35d/info.js.map +1 -1
- package/lib/util.timestamps/info.js +1 -0
- package/lib/util.timestamps/info.js.map +1 -1
- package/package.json +10 -6
- package/Readme.adoc +0 -16
package/client/style.css
CHANGED
@@ -1,5 +1,113 @@
|
|
1
|
+
*, ::before, ::after {
|
2
|
+
--tw-border-spacing-x: 0;
|
3
|
+
--tw-border-spacing-y: 0;
|
4
|
+
--tw-translate-x: 0;
|
5
|
+
--tw-translate-y: 0;
|
6
|
+
--tw-rotate: 0;
|
7
|
+
--tw-skew-x: 0;
|
8
|
+
--tw-skew-y: 0;
|
9
|
+
--tw-scale-x: 1;
|
10
|
+
--tw-scale-y: 1;
|
11
|
+
--tw-pan-x: ;
|
12
|
+
--tw-pan-y: ;
|
13
|
+
--tw-pinch-zoom: ;
|
14
|
+
--tw-scroll-snap-strictness: proximity;
|
15
|
+
--tw-gradient-from-position: ;
|
16
|
+
--tw-gradient-via-position: ;
|
17
|
+
--tw-gradient-to-position: ;
|
18
|
+
--tw-ordinal: ;
|
19
|
+
--tw-slashed-zero: ;
|
20
|
+
--tw-numeric-figure: ;
|
21
|
+
--tw-numeric-spacing: ;
|
22
|
+
--tw-numeric-fraction: ;
|
23
|
+
--tw-ring-inset: ;
|
24
|
+
--tw-ring-offset-width: 0px;
|
25
|
+
--tw-ring-offset-color: #fff;
|
26
|
+
--tw-ring-color: rgb(63 131 248 / 0.5);
|
27
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
28
|
+
--tw-ring-shadow: 0 0 #0000;
|
29
|
+
--tw-shadow: 0 0 #0000;
|
30
|
+
--tw-shadow-colored: 0 0 #0000;
|
31
|
+
--tw-blur: ;
|
32
|
+
--tw-brightness: ;
|
33
|
+
--tw-contrast: ;
|
34
|
+
--tw-grayscale: ;
|
35
|
+
--tw-hue-rotate: ;
|
36
|
+
--tw-invert: ;
|
37
|
+
--tw-saturate: ;
|
38
|
+
--tw-sepia: ;
|
39
|
+
--tw-drop-shadow: ;
|
40
|
+
--tw-backdrop-blur: ;
|
41
|
+
--tw-backdrop-brightness: ;
|
42
|
+
--tw-backdrop-contrast: ;
|
43
|
+
--tw-backdrop-grayscale: ;
|
44
|
+
--tw-backdrop-hue-rotate: ;
|
45
|
+
--tw-backdrop-invert: ;
|
46
|
+
--tw-backdrop-opacity: ;
|
47
|
+
--tw-backdrop-saturate: ;
|
48
|
+
--tw-backdrop-sepia: ;
|
49
|
+
--tw-contain-size: ;
|
50
|
+
--tw-contain-layout: ;
|
51
|
+
--tw-contain-paint: ;
|
52
|
+
--tw-contain-style: ;
|
53
|
+
}
|
54
|
+
|
55
|
+
::backdrop {
|
56
|
+
--tw-border-spacing-x: 0;
|
57
|
+
--tw-border-spacing-y: 0;
|
58
|
+
--tw-translate-x: 0;
|
59
|
+
--tw-translate-y: 0;
|
60
|
+
--tw-rotate: 0;
|
61
|
+
--tw-skew-x: 0;
|
62
|
+
--tw-skew-y: 0;
|
63
|
+
--tw-scale-x: 1;
|
64
|
+
--tw-scale-y: 1;
|
65
|
+
--tw-pan-x: ;
|
66
|
+
--tw-pan-y: ;
|
67
|
+
--tw-pinch-zoom: ;
|
68
|
+
--tw-scroll-snap-strictness: proximity;
|
69
|
+
--tw-gradient-from-position: ;
|
70
|
+
--tw-gradient-via-position: ;
|
71
|
+
--tw-gradient-to-position: ;
|
72
|
+
--tw-ordinal: ;
|
73
|
+
--tw-slashed-zero: ;
|
74
|
+
--tw-numeric-figure: ;
|
75
|
+
--tw-numeric-spacing: ;
|
76
|
+
--tw-numeric-fraction: ;
|
77
|
+
--tw-ring-inset: ;
|
78
|
+
--tw-ring-offset-width: 0px;
|
79
|
+
--tw-ring-offset-color: #fff;
|
80
|
+
--tw-ring-color: rgb(63 131 248 / 0.5);
|
81
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
82
|
+
--tw-ring-shadow: 0 0 #0000;
|
83
|
+
--tw-shadow: 0 0 #0000;
|
84
|
+
--tw-shadow-colored: 0 0 #0000;
|
85
|
+
--tw-blur: ;
|
86
|
+
--tw-brightness: ;
|
87
|
+
--tw-contrast: ;
|
88
|
+
--tw-grayscale: ;
|
89
|
+
--tw-hue-rotate: ;
|
90
|
+
--tw-invert: ;
|
91
|
+
--tw-saturate: ;
|
92
|
+
--tw-sepia: ;
|
93
|
+
--tw-drop-shadow: ;
|
94
|
+
--tw-backdrop-blur: ;
|
95
|
+
--tw-backdrop-brightness: ;
|
96
|
+
--tw-backdrop-contrast: ;
|
97
|
+
--tw-backdrop-grayscale: ;
|
98
|
+
--tw-backdrop-hue-rotate: ;
|
99
|
+
--tw-backdrop-invert: ;
|
100
|
+
--tw-backdrop-opacity: ;
|
101
|
+
--tw-backdrop-saturate: ;
|
102
|
+
--tw-backdrop-sepia: ;
|
103
|
+
--tw-contain-size: ;
|
104
|
+
--tw-contain-layout: ;
|
105
|
+
--tw-contain-paint: ;
|
106
|
+
--tw-contain-style: ;
|
107
|
+
}
|
108
|
+
|
1
109
|
/*
|
2
|
-
! tailwindcss v3.4.
|
110
|
+
! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com
|
3
111
|
*/
|
4
112
|
|
5
113
|
/*
|
@@ -583,8 +691,8 @@ input::placeholder,textarea::placeholder {
|
|
583
691
|
padding: 0;
|
584
692
|
}
|
585
693
|
|
586
|
-
::-webkit-
|
587
|
-
|
694
|
+
input[type="time"]::-webkit-calendar-picker-indicator {
|
695
|
+
background: none;
|
588
696
|
}
|
589
697
|
|
590
698
|
select:not([size]) {
|
@@ -678,7 +786,7 @@ select:not([size]) {
|
|
678
786
|
}
|
679
787
|
|
680
788
|
[type='checkbox']:indeterminate {
|
681
|
-
background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='
|
789
|
+
background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");
|
682
790
|
background-color: currentColor;
|
683
791
|
border-color: transparent;
|
684
792
|
background-position: center;
|
@@ -781,114 +889,6 @@ input[type="range"]::-ms-fill-lower {
|
|
781
889
|
background: #3F83F8;
|
782
890
|
}
|
783
891
|
|
784
|
-
*, ::before, ::after {
|
785
|
-
--tw-border-spacing-x: 0;
|
786
|
-
--tw-border-spacing-y: 0;
|
787
|
-
--tw-translate-x: 0;
|
788
|
-
--tw-translate-y: 0;
|
789
|
-
--tw-rotate: 0;
|
790
|
-
--tw-skew-x: 0;
|
791
|
-
--tw-skew-y: 0;
|
792
|
-
--tw-scale-x: 1;
|
793
|
-
--tw-scale-y: 1;
|
794
|
-
--tw-pan-x: ;
|
795
|
-
--tw-pan-y: ;
|
796
|
-
--tw-pinch-zoom: ;
|
797
|
-
--tw-scroll-snap-strictness: proximity;
|
798
|
-
--tw-gradient-from-position: ;
|
799
|
-
--tw-gradient-via-position: ;
|
800
|
-
--tw-gradient-to-position: ;
|
801
|
-
--tw-ordinal: ;
|
802
|
-
--tw-slashed-zero: ;
|
803
|
-
--tw-numeric-figure: ;
|
804
|
-
--tw-numeric-spacing: ;
|
805
|
-
--tw-numeric-fraction: ;
|
806
|
-
--tw-ring-inset: ;
|
807
|
-
--tw-ring-offset-width: 0px;
|
808
|
-
--tw-ring-offset-color: #fff;
|
809
|
-
--tw-ring-color: rgb(63 131 248 / 0.5);
|
810
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
811
|
-
--tw-ring-shadow: 0 0 #0000;
|
812
|
-
--tw-shadow: 0 0 #0000;
|
813
|
-
--tw-shadow-colored: 0 0 #0000;
|
814
|
-
--tw-blur: ;
|
815
|
-
--tw-brightness: ;
|
816
|
-
--tw-contrast: ;
|
817
|
-
--tw-grayscale: ;
|
818
|
-
--tw-hue-rotate: ;
|
819
|
-
--tw-invert: ;
|
820
|
-
--tw-saturate: ;
|
821
|
-
--tw-sepia: ;
|
822
|
-
--tw-drop-shadow: ;
|
823
|
-
--tw-backdrop-blur: ;
|
824
|
-
--tw-backdrop-brightness: ;
|
825
|
-
--tw-backdrop-contrast: ;
|
826
|
-
--tw-backdrop-grayscale: ;
|
827
|
-
--tw-backdrop-hue-rotate: ;
|
828
|
-
--tw-backdrop-invert: ;
|
829
|
-
--tw-backdrop-opacity: ;
|
830
|
-
--tw-backdrop-saturate: ;
|
831
|
-
--tw-backdrop-sepia: ;
|
832
|
-
--tw-contain-size: ;
|
833
|
-
--tw-contain-layout: ;
|
834
|
-
--tw-contain-paint: ;
|
835
|
-
--tw-contain-style: ;
|
836
|
-
}
|
837
|
-
|
838
|
-
::backdrop {
|
839
|
-
--tw-border-spacing-x: 0;
|
840
|
-
--tw-border-spacing-y: 0;
|
841
|
-
--tw-translate-x: 0;
|
842
|
-
--tw-translate-y: 0;
|
843
|
-
--tw-rotate: 0;
|
844
|
-
--tw-skew-x: 0;
|
845
|
-
--tw-skew-y: 0;
|
846
|
-
--tw-scale-x: 1;
|
847
|
-
--tw-scale-y: 1;
|
848
|
-
--tw-pan-x: ;
|
849
|
-
--tw-pan-y: ;
|
850
|
-
--tw-pinch-zoom: ;
|
851
|
-
--tw-scroll-snap-strictness: proximity;
|
852
|
-
--tw-gradient-from-position: ;
|
853
|
-
--tw-gradient-via-position: ;
|
854
|
-
--tw-gradient-to-position: ;
|
855
|
-
--tw-ordinal: ;
|
856
|
-
--tw-slashed-zero: ;
|
857
|
-
--tw-numeric-figure: ;
|
858
|
-
--tw-numeric-spacing: ;
|
859
|
-
--tw-numeric-fraction: ;
|
860
|
-
--tw-ring-inset: ;
|
861
|
-
--tw-ring-offset-width: 0px;
|
862
|
-
--tw-ring-offset-color: #fff;
|
863
|
-
--tw-ring-color: rgb(63 131 248 / 0.5);
|
864
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
865
|
-
--tw-ring-shadow: 0 0 #0000;
|
866
|
-
--tw-shadow: 0 0 #0000;
|
867
|
-
--tw-shadow-colored: 0 0 #0000;
|
868
|
-
--tw-blur: ;
|
869
|
-
--tw-brightness: ;
|
870
|
-
--tw-contrast: ;
|
871
|
-
--tw-grayscale: ;
|
872
|
-
--tw-hue-rotate: ;
|
873
|
-
--tw-invert: ;
|
874
|
-
--tw-saturate: ;
|
875
|
-
--tw-sepia: ;
|
876
|
-
--tw-drop-shadow: ;
|
877
|
-
--tw-backdrop-blur: ;
|
878
|
-
--tw-backdrop-brightness: ;
|
879
|
-
--tw-backdrop-contrast: ;
|
880
|
-
--tw-backdrop-grayscale: ;
|
881
|
-
--tw-backdrop-hue-rotate: ;
|
882
|
-
--tw-backdrop-invert: ;
|
883
|
-
--tw-backdrop-opacity: ;
|
884
|
-
--tw-backdrop-saturate: ;
|
885
|
-
--tw-backdrop-sepia: ;
|
886
|
-
--tw-contain-size: ;
|
887
|
-
--tw-contain-layout: ;
|
888
|
-
--tw-contain-paint: ;
|
889
|
-
--tw-contain-style: ;
|
890
|
-
}
|
891
|
-
|
892
892
|
.container {
|
893
893
|
width: 100%;
|
894
894
|
}
|
@@ -929,10 +929,30 @@ input[type="range"]::-ms-fill-lower {
|
|
929
929
|
}
|
930
930
|
}
|
931
931
|
|
932
|
+
.sr-only {
|
933
|
+
position: absolute;
|
934
|
+
width: 1px;
|
935
|
+
height: 1px;
|
936
|
+
padding: 0;
|
937
|
+
margin: -1px;
|
938
|
+
overflow: hidden;
|
939
|
+
clip: rect(0, 0, 0, 0);
|
940
|
+
white-space: nowrap;
|
941
|
+
border-width: 0;
|
942
|
+
}
|
943
|
+
|
932
944
|
.static {
|
933
945
|
position: static;
|
934
946
|
}
|
935
947
|
|
948
|
+
.relative {
|
949
|
+
position: relative;
|
950
|
+
}
|
951
|
+
|
952
|
+
.z-40 {
|
953
|
+
z-index: 40;
|
954
|
+
}
|
955
|
+
|
936
956
|
.col-span-1 {
|
937
957
|
grid-column: span 1 / span 1;
|
938
958
|
}
|
@@ -957,6 +977,14 @@ input[type="range"]::-ms-fill-lower {
|
|
957
977
|
margin-bottom: 1.25rem;
|
958
978
|
}
|
959
979
|
|
980
|
+
.me-3 {
|
981
|
+
margin-inline-end: 0.75rem;
|
982
|
+
}
|
983
|
+
|
984
|
+
.mr-2 {
|
985
|
+
margin-right: 0.5rem;
|
986
|
+
}
|
987
|
+
|
960
988
|
.mt-2 {
|
961
989
|
margin-top: 0.5rem;
|
962
990
|
}
|
@@ -977,10 +1005,18 @@ input[type="range"]::-ms-fill-lower {
|
|
977
1005
|
display: flex;
|
978
1006
|
}
|
979
1007
|
|
1008
|
+
.inline-flex {
|
1009
|
+
display: inline-flex;
|
1010
|
+
}
|
1011
|
+
|
980
1012
|
.grid {
|
981
1013
|
display: grid;
|
982
1014
|
}
|
983
1015
|
|
1016
|
+
.hidden {
|
1017
|
+
display: none;
|
1018
|
+
}
|
1019
|
+
|
984
1020
|
.h-6 {
|
985
1021
|
height: 1.5rem;
|
986
1022
|
}
|
@@ -998,6 +1034,10 @@ input[type="range"]::-ms-fill-lower {
|
|
998
1034
|
width: 50%;
|
999
1035
|
}
|
1000
1036
|
|
1037
|
+
.w-11 {
|
1038
|
+
width: 2.75rem;
|
1039
|
+
}
|
1040
|
+
|
1001
1041
|
.w-4 {
|
1002
1042
|
width: 1rem;
|
1003
1043
|
}
|
@@ -1050,20 +1090,42 @@ input[type="range"]::-ms-fill-lower {
|
|
1050
1090
|
grid-template-columns: repeat(7, minmax(0, 1fr));
|
1051
1091
|
}
|
1052
1092
|
|
1093
|
+
.grid-cols-\[min-content\2c 1fr\] {
|
1094
|
+
grid-template-columns: min-content 1fr;
|
1095
|
+
}
|
1096
|
+
|
1097
|
+
.items-center {
|
1098
|
+
align-items: center;
|
1099
|
+
}
|
1100
|
+
|
1053
1101
|
.justify-center {
|
1054
1102
|
justify-content: center;
|
1055
1103
|
}
|
1056
1104
|
|
1105
|
+
.gap-2 {
|
1106
|
+
gap: 0.5rem;
|
1107
|
+
}
|
1108
|
+
|
1057
1109
|
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
|
1058
1110
|
--tw-space-y-reverse: 0;
|
1059
1111
|
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
1060
1112
|
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
|
1061
1113
|
}
|
1062
1114
|
|
1115
|
+
.truncate {
|
1116
|
+
overflow: hidden;
|
1117
|
+
text-overflow: ellipsis;
|
1118
|
+
white-space: nowrap;
|
1119
|
+
}
|
1120
|
+
|
1063
1121
|
.rounded {
|
1064
1122
|
border-radius: 0.25rem;
|
1065
1123
|
}
|
1066
1124
|
|
1125
|
+
.rounded-full {
|
1126
|
+
border-radius: 9999px;
|
1127
|
+
}
|
1128
|
+
|
1067
1129
|
.rounded-lg {
|
1068
1130
|
border-radius: 0.5rem;
|
1069
1131
|
}
|
@@ -1097,6 +1159,11 @@ input[type="range"]::-ms-fill-lower {
|
|
1097
1159
|
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
1098
1160
|
}
|
1099
1161
|
|
1162
|
+
.\!bg-gray-50 {
|
1163
|
+
--tw-bg-opacity: 1 !important;
|
1164
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
|
1165
|
+
}
|
1166
|
+
|
1100
1167
|
.bg-gray-100 {
|
1101
1168
|
--tw-bg-opacity: 1;
|
1102
1169
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
@@ -1122,6 +1189,11 @@ input[type="range"]::-ms-fill-lower {
|
|
1122
1189
|
background-color: rgb(224 36 36 / var(--tw-bg-opacity));
|
1123
1190
|
}
|
1124
1191
|
|
1192
|
+
.bg-white {
|
1193
|
+
--tw-bg-opacity: 1;
|
1194
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
1195
|
+
}
|
1196
|
+
|
1125
1197
|
.stroke-gray-700 {
|
1126
1198
|
stroke: #374151;
|
1127
1199
|
}
|
@@ -1130,6 +1202,10 @@ input[type="range"]::-ms-fill-lower {
|
|
1130
1202
|
padding: 0.5rem;
|
1131
1203
|
}
|
1132
1204
|
|
1205
|
+
.p-2\.5 {
|
1206
|
+
padding: 0.625rem;
|
1207
|
+
}
|
1208
|
+
|
1133
1209
|
.px-5 {
|
1134
1210
|
padding-left: 1.25rem;
|
1135
1211
|
padding-right: 1.25rem;
|
@@ -1414,6 +1490,65 @@ input[type="range"]::-ms-fill-lower {
|
|
1414
1490
|
display: inline-block;
|
1415
1491
|
}
|
1416
1492
|
|
1493
|
+
.after\:absolute::after {
|
1494
|
+
content: var(--tw-content);
|
1495
|
+
position: absolute;
|
1496
|
+
}
|
1497
|
+
|
1498
|
+
.after\:start-\[2px\]::after {
|
1499
|
+
content: var(--tw-content);
|
1500
|
+
inset-inline-start: 2px;
|
1501
|
+
}
|
1502
|
+
|
1503
|
+
.after\:top-\[2px\]::after {
|
1504
|
+
content: var(--tw-content);
|
1505
|
+
top: 2px;
|
1506
|
+
}
|
1507
|
+
|
1508
|
+
.after\:h-5::after {
|
1509
|
+
content: var(--tw-content);
|
1510
|
+
height: 1.25rem;
|
1511
|
+
}
|
1512
|
+
|
1513
|
+
.after\:w-5::after {
|
1514
|
+
content: var(--tw-content);
|
1515
|
+
width: 1.25rem;
|
1516
|
+
}
|
1517
|
+
|
1518
|
+
.after\:rounded-full::after {
|
1519
|
+
content: var(--tw-content);
|
1520
|
+
border-radius: 9999px;
|
1521
|
+
}
|
1522
|
+
|
1523
|
+
.after\:border::after {
|
1524
|
+
content: var(--tw-content);
|
1525
|
+
border-width: 1px;
|
1526
|
+
}
|
1527
|
+
|
1528
|
+
.after\:border-gray-300::after {
|
1529
|
+
content: var(--tw-content);
|
1530
|
+
--tw-border-opacity: 1;
|
1531
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
1532
|
+
}
|
1533
|
+
|
1534
|
+
.after\:bg-white::after {
|
1535
|
+
content: var(--tw-content);
|
1536
|
+
--tw-bg-opacity: 1;
|
1537
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
1538
|
+
}
|
1539
|
+
|
1540
|
+
.after\:transition-all::after {
|
1541
|
+
content: var(--tw-content);
|
1542
|
+
transition-property: all;
|
1543
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
1544
|
+
transition-duration: 150ms;
|
1545
|
+
}
|
1546
|
+
|
1547
|
+
.after\:content-\[\'\'\]::after {
|
1548
|
+
--tw-content: '';
|
1549
|
+
content: var(--tw-content);
|
1550
|
+
}
|
1551
|
+
|
1417
1552
|
.hover\:bg-primary-800:hover {
|
1418
1553
|
--tw-bg-opacity: 1;
|
1419
1554
|
background-color: rgb(30 64 175 / var(--tw-bg-opacity));
|
@@ -1424,6 +1559,11 @@ input[type="range"]::-ms-fill-lower {
|
|
1424
1559
|
background-color: rgb(200 30 30 / var(--tw-bg-opacity));
|
1425
1560
|
}
|
1426
1561
|
|
1562
|
+
.focus\:border-blue-500:focus {
|
1563
|
+
--tw-border-opacity: 1;
|
1564
|
+
border-color: rgb(63 131 248 / var(--tw-border-opacity));
|
1565
|
+
}
|
1566
|
+
|
1427
1567
|
.focus\:outline-none:focus {
|
1428
1568
|
outline: 2px solid transparent;
|
1429
1569
|
outline-offset: 2px;
|
@@ -1435,6 +1575,11 @@ input[type="range"]::-ms-fill-lower {
|
|
1435
1575
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
1436
1576
|
}
|
1437
1577
|
|
1578
|
+
.focus\:ring-blue-500:focus {
|
1579
|
+
--tw-ring-opacity: 1;
|
1580
|
+
--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
|
1581
|
+
}
|
1582
|
+
|
1438
1583
|
.focus\:ring-primary-300:focus {
|
1439
1584
|
--tw-ring-opacity: 1;
|
1440
1585
|
--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
|
@@ -1445,11 +1590,49 @@ input[type="range"]::-ms-fill-lower {
|
|
1445
1590
|
--tw-ring-color: rgb(248 180 180 / var(--tw-ring-opacity));
|
1446
1591
|
}
|
1447
1592
|
|
1593
|
+
.peer:checked ~ .peer-checked\:bg-blue-600 {
|
1594
|
+
--tw-bg-opacity: 1;
|
1595
|
+
background-color: rgb(28 100 242 / var(--tw-bg-opacity));
|
1596
|
+
}
|
1597
|
+
|
1598
|
+
.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
|
1599
|
+
content: var(--tw-content);
|
1600
|
+
--tw-translate-x: 100%;
|
1601
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
1602
|
+
}
|
1603
|
+
|
1604
|
+
.peer:checked ~ .peer-checked\:after\:border-white::after {
|
1605
|
+
content: var(--tw-content);
|
1606
|
+
--tw-border-opacity: 1;
|
1607
|
+
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
1608
|
+
}
|
1609
|
+
|
1610
|
+
.peer:focus ~ .peer-focus\:outline-none {
|
1611
|
+
outline: 2px solid transparent;
|
1612
|
+
outline-offset: 2px;
|
1613
|
+
}
|
1614
|
+
|
1615
|
+
.peer:focus ~ .peer-focus\:ring-4 {
|
1616
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
1617
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
1618
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
1619
|
+
}
|
1620
|
+
|
1621
|
+
.peer:focus ~ .peer-focus\:ring-blue-300 {
|
1622
|
+
--tw-ring-opacity: 1;
|
1623
|
+
--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
|
1624
|
+
}
|
1625
|
+
|
1448
1626
|
.dark\:border-gray-600:is(.dark *) {
|
1449
1627
|
--tw-border-opacity: 1;
|
1450
1628
|
border-color: rgb(75 85 99 / var(--tw-border-opacity));
|
1451
1629
|
}
|
1452
1630
|
|
1631
|
+
.dark\:\!bg-gray-700:is(.dark *) {
|
1632
|
+
--tw-bg-opacity: 1 !important;
|
1633
|
+
background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
|
1634
|
+
}
|
1635
|
+
|
1453
1636
|
.dark\:bg-black:is(.dark *) {
|
1454
1637
|
--tw-bg-opacity: 1;
|
1455
1638
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
@@ -1479,6 +1662,11 @@ input[type="range"]::-ms-fill-lower {
|
|
1479
1662
|
stroke: #F9FAFB;
|
1480
1663
|
}
|
1481
1664
|
|
1665
|
+
.dark\:text-gray-300:is(.dark *) {
|
1666
|
+
--tw-text-opacity: 1;
|
1667
|
+
color: rgb(209 213 219 / var(--tw-text-opacity));
|
1668
|
+
}
|
1669
|
+
|
1482
1670
|
.dark\:text-gray-400:is(.dark *) {
|
1483
1671
|
--tw-text-opacity: 1;
|
1484
1672
|
color: rgb(156 163 175 / var(--tw-text-opacity));
|
@@ -1519,6 +1707,16 @@ input[type="range"]::-ms-fill-lower {
|
|
1519
1707
|
background-color: rgb(155 28 28 / var(--tw-bg-opacity));
|
1520
1708
|
}
|
1521
1709
|
|
1710
|
+
.dark\:focus\:border-blue-500:focus:is(.dark *) {
|
1711
|
+
--tw-border-opacity: 1;
|
1712
|
+
border-color: rgb(63 131 248 / var(--tw-border-opacity));
|
1713
|
+
}
|
1714
|
+
|
1715
|
+
.dark\:focus\:ring-blue-500:focus:is(.dark *) {
|
1716
|
+
--tw-ring-opacity: 1;
|
1717
|
+
--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
|
1718
|
+
}
|
1719
|
+
|
1522
1720
|
.dark\:focus\:ring-primary-800:focus:is(.dark *) {
|
1523
1721
|
--tw-ring-opacity: 1;
|
1524
1722
|
--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
|
@@ -1528,3 +1726,14 @@ input[type="range"]::-ms-fill-lower {
|
|
1528
1726
|
--tw-ring-opacity: 1;
|
1529
1727
|
--tw-ring-color: rgb(119 29 29 / var(--tw-ring-opacity));
|
1530
1728
|
}
|
1729
|
+
|
1730
|
+
.peer:focus ~ .dark\:peer-focus\:ring-blue-800:is(.dark *) {
|
1731
|
+
--tw-ring-opacity: 1;
|
1732
|
+
--tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity));
|
1733
|
+
}
|
1734
|
+
|
1735
|
+
.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after {
|
1736
|
+
content: var(--tw-content);
|
1737
|
+
--tw-translate-x: -100%;
|
1738
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
1739
|
+
}
|
package/lib/input.rtmp/info.js
CHANGED
@@ -81,7 +81,7 @@ function default_1({ defineComponent, Av, validation: { Z, Port, SourceName, uni
|
|
81
81
|
configForm: {
|
82
82
|
form: {
|
83
83
|
port: { help: "The port this RTMP input will listen on", hint: { type: 'numeric', validation: Port, defaultValue: defaultPort, global: unique('port') } },
|
84
|
-
ssl: { help: "Optional: SSL", hint: { type: 'boolean' } },
|
84
|
+
ssl: { help: "Optional: SSL", hint: { type: 'boolean', optional: true } },
|
85
85
|
appName: { help: "Name of the app", hint: { type: "text", validation: Z.string().min(1), defaultValue: 'norsk' } },
|
86
86
|
streamNames: {
|
87
87
|
help: 'List of stream names to assign to the accepted streams',
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/input.rtmp/info.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/input.rtmp/info.ts"],"names":[],"mappings":"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"}
|
@@ -6,6 +6,7 @@ function default_1({ defineComponent, Audio }) {
|
|
6
6
|
identifier: 'input.silence',
|
7
7
|
category: 'input',
|
8
8
|
name: "Silence Generator",
|
9
|
+
description: "A component that produces silent audio streams with configurable sample rate and channel layout.",
|
9
10
|
subscription: {
|
10
11
|
produces: {
|
11
12
|
type: "single-stream",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/input.silence/info.ts"],"names":[],"mappings":";;AAGA,
|
1
|
+
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/input.silence/info.ts"],"names":[],"mappings":";;AAGA,4BA2CC;AA3CD,mBAAwB,EAAE,eAAe,EAAE,KAAK,EAAgB;IAC9D,OAAO,eAAe,CAAgB;QACpC,UAAU,EAAE,eAAe;QAC3B,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,kGAAkG;QAC/G,YAAY,EAAE;YACZ,QAAQ,EAAE;gBACR,IAAI,EAAE,eAAe;gBACrB,KAAK,EAAE,KAAK;aACb;SACF;QACD,OAAO,EAAE,CAAC,IAAI,EAAE,EAAE;YAChB,OAAO;gBACL,UAAU,EAAE,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,QAAQ,EAAE,GAAG,KAAK;gBACrD,aAAa,EAAE,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,QAAQ,EAAE;aACpD,CAAA;QACH,CAAC;QACD,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,UAAU,EAAE;oBACV,IAAI,EAAE,0CAA0C;oBAChD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE;4BACvB,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE;4BAClC,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE;yBACnC;wBACD,YAAY,EAAE,KAAK;qBACpB;iBACF;gBACD,aAAa,EAAE;oBACb,IAAI,EAAE,uCAAuC;oBAC7C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE;4BACvB,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE;4BAClC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE;yBACvC;wBACD,YAAY,EAAE,QAAQ;qBACvB;iBACF;aACF;SACF;KACF,CAAC,CAAC;AACL,CAAC"}
|
@@ -30,7 +30,7 @@ exports.default = default_1;
|
|
30
30
|
const srt_socket_options_1 = __importDefault(require("../shared/srt-socket-options"));
|
31
31
|
const react_1 = __importDefault(require("react"));
|
32
32
|
function default_1({ defineComponent, Av, validation: validation }) {
|
33
|
-
const { Port,
|
33
|
+
const { Port, Hostname, SourceName, SrtPassphrase, SrtStreamId } = validation;
|
34
34
|
const SocketConfiguration = react_1.default.lazy(async () => {
|
35
35
|
const views = await Promise.resolve().then(() => __importStar(require('../shared/srt-form-views')));
|
36
36
|
return { default: views.SocketConfiguration };
|
@@ -39,6 +39,7 @@ function default_1({ defineComponent, Av, validation: validation }) {
|
|
39
39
|
identifier: 'input.srt-caller',
|
40
40
|
category: 'input',
|
41
41
|
name: "SRT Ingest (Caller)",
|
42
|
+
description: "This component allows you to receive Secure Reliable Transport (SRT) streams by calling a remote SRT listener.",
|
42
43
|
subscription: {
|
43
44
|
accepts: undefined,
|
44
45
|
produces: {
|
@@ -49,16 +50,16 @@ function default_1({ defineComponent, Av, validation: validation }) {
|
|
49
50
|
display: (desc) => {
|
50
51
|
return {
|
51
52
|
port: desc.config.port.toString(),
|
52
|
-
ip: desc.config.
|
53
|
+
ip: desc.config.host
|
53
54
|
};
|
54
55
|
},
|
55
56
|
configForm: {
|
56
57
|
form: {
|
57
58
|
port: { help: "The port this SRT input will connect to", hint: { type: 'numeric', validation: Port, defaultValue: 5001 } },
|
58
|
-
|
59
|
+
host: { help: "The IP address/hostname this SRT input will connect to", hint: { type: 'text', validation: Hostname, defaultValue: "0.0.0.0" } },
|
59
60
|
sourceName: { help: "Source name to identify this by", hint: { type: 'text', validation: SourceName, defaultValue: "camera1" } },
|
60
|
-
passphrase: { help: "Optional: Authentication for this SRT input", hint: { type: 'text', validation: SrtPassphrase } },
|
61
|
-
streamId: { help: "Optional: StreamId to use when calling the remote listener", hint: { type: 'text', validation: SrtStreamId } },
|
61
|
+
passphrase: { help: "Optional: Authentication for this SRT input", hint: { type: 'text', optional: true, validation: SrtPassphrase } },
|
62
|
+
streamId: { help: "Optional: StreamId to use when calling the remote listener", hint: { type: 'text', optional: true, validation: SrtStreamId } },
|
62
63
|
socketOptions: {
|
63
64
|
help: "Socket Options",
|
64
65
|
hint: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/input.srt-caller/info.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,
|
1
|
+
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../src/input.srt-caller/info.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,4BA+CC;AAnDD,sFAA4D;AAE5D,kDAA0B;AAE1B,mBAAwB,EACtB,eAAe,EACf,EAAE,EACF,UAAU,EAAE,UAAU,EACT;IACb,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,EAAE,aAAa,EAAE,WAAW,EAAE,GAAG,UAAU,CAAC;IAC9E,MAAM,mBAAmB,GAAG,eAAK,CAAC,IAAI,CAAC,KAAK,IAAI,EAAE;QAChD,MAAM,KAAK,GAAG,wDAAa,0BAA0B,GAAC,CAAA;QACtD,OAAO,EAAE,OAAO,EAAE,KAAK,CAAC,mBAAmB,EAAE,CAAA;IAC/C,CAAC,CAAC,CAAC;IACH,OAAO,eAAe,CACpB;QACE,UAAU,EAAE,kBAAkB;QAC9B,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,qBAAqB;QAC3B,WAAW,EAAE,gHAAgH;QAC7H,YAAY,EAAE;YACZ,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE;gBACR,IAAI,EAAE,eAAe;gBACrB,KAAK,EAAE,EAAE;aACV;SACF;QACD,OAAO,EAAE,CAAC,IAAI,EAAE,EAAE;YAChB,OAAO;gBACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE;gBACjC,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI;aACrB,CAAA;QACH,CAAC;QACD,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,EAAE,IAAI,EAAE,yCAAyC,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE;gBAC1H,IAAI,EAAE,EAAE,IAAI,EAAE,wDAAwD,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,YAAY,EAAE,SAAS,EAAE,EAAE;gBAC/I,UAAU,EAAE,EAAE,IAAI,EAAE,iCAAiC,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,YAAY,EAAE,SAAS,EAAE,EAAE;gBAChI,UAAU,EAAE,EAAE,IAAI,EAAE,6CAA6C,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,aAAa,EAAE,EAAE;gBACtI,QAAQ,EAAE,EAAE,IAAI,EAAE,4DAA4D,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,WAAW,EAAE,EAAE;gBACjJ,aAAa,EAAE;oBACb,IAAI,EAAE,gBAAgB;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,mBAAmB;wBACzB,IAAI,EAAE,IAAA,4BAAgB,EAAC,UAAU,CAAC;qBACnC;iBACF;aACF;SACF;KACF,CAAC,CAAC;AACP,CAAC"}
|
@@ -2,7 +2,7 @@ import { Norsk, SrtInputSettings as SdkSettings } from '@norskvideo/norsk-sdk';
|
|
2
2
|
import { SocketOptions } from '../shared/srt-types';
|
3
3
|
import { SimpleInputWrapper } from '@norskvideo/norsk-studio/lib/extension/base-nodes';
|
4
4
|
import { OnCreated, ServerComponentDefinition, StudioRuntime } from '@norskvideo/norsk-studio/lib/extension/runtime-types';
|
5
|
-
export type SrtInputSettings = Pick<SdkSettings, 'port' | '
|
5
|
+
export type SrtInputSettings = Pick<SdkSettings, 'port' | 'host' | 'sourceName' | 'passphrase' | 'streamId'> & {
|
6
6
|
id: string;
|
7
7
|
displayName: string;
|
8
8
|
socketOptions: SocketOptions;
|