camstreamerlib 4.0.0-beta.116 → 4.0.0-beta.117
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/cjs/CamStreamerAPI.d.ts +120 -40
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +1020 -340
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +21 -7
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +21 -7
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +4 -1
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +378 -126
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +21 -7
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +21 -7
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +4 -1
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +120 -40
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +1020 -340
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +21 -7
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +21 -7
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +378 -126
- package/types/types/CamStreamerAPI/windySchema.d.ts +21 -7
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +21 -7
|
@@ -134,11 +134,17 @@ export declare const commonRtmpSchema: z.ZodObject<{
|
|
|
134
134
|
type: "RTSP_URL";
|
|
135
135
|
url: string;
|
|
136
136
|
}>, z.ZodObject<{
|
|
137
|
-
type: z.
|
|
137
|
+
type: z.ZodLiteral<"CSw">;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
type: "CSw"
|
|
139
|
+
type: "CSw";
|
|
140
140
|
}, {
|
|
141
|
-
type: "CSw"
|
|
141
|
+
type: "CSw";
|
|
142
|
+
}>, z.ZodObject<{
|
|
143
|
+
type: z.ZodLiteral<"CRS">;
|
|
144
|
+
}, "strip", z.ZodTypeAny, {
|
|
145
|
+
type: "CRS";
|
|
146
|
+
}, {
|
|
147
|
+
type: "CRS";
|
|
142
148
|
}>]>;
|
|
143
149
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
144
150
|
internalVapixParameters: z.ZodString;
|
|
@@ -168,7 +174,9 @@ export declare const commonRtmpSchema: z.ZodObject<{
|
|
|
168
174
|
type: "RTSP_URL";
|
|
169
175
|
url: string;
|
|
170
176
|
} | {
|
|
171
|
-
type: "CSw"
|
|
177
|
+
type: "CSw";
|
|
178
|
+
} | {
|
|
179
|
+
type: "CRS";
|
|
172
180
|
};
|
|
173
181
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
174
182
|
internalVapixParameters: string;
|
|
@@ -192,7 +200,9 @@ export declare const commonRtmpSchema: z.ZodObject<{
|
|
|
192
200
|
type: "RTSP_URL";
|
|
193
201
|
url: string;
|
|
194
202
|
} | {
|
|
195
|
-
type: "CSw"
|
|
203
|
+
type: "CSw";
|
|
204
|
+
} | {
|
|
205
|
+
type: "CRS";
|
|
196
206
|
};
|
|
197
207
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
198
208
|
internalVapixParameters: string;
|
|
@@ -297,7 +307,9 @@ export declare const commonRtmpSchema: z.ZodObject<{
|
|
|
297
307
|
type: "RTSP_URL";
|
|
298
308
|
url: string;
|
|
299
309
|
} | {
|
|
300
|
-
type: "CSw"
|
|
310
|
+
type: "CSw";
|
|
311
|
+
} | {
|
|
312
|
+
type: "CRS";
|
|
301
313
|
};
|
|
302
314
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
303
315
|
internalVapixParameters: string;
|
|
@@ -370,7 +382,9 @@ export declare const commonRtmpSchema: z.ZodObject<{
|
|
|
370
382
|
type: "RTSP_URL";
|
|
371
383
|
url: string;
|
|
372
384
|
} | {
|
|
373
|
-
type: "CSw"
|
|
385
|
+
type: "CSw";
|
|
386
|
+
} | {
|
|
387
|
+
type: "CRS";
|
|
374
388
|
};
|
|
375
389
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
376
390
|
internalVapixParameters: string;
|
|
@@ -543,11 +557,17 @@ export declare const churchSchema: z.ZodObject<{
|
|
|
543
557
|
type: "RTSP_URL";
|
|
544
558
|
url: string;
|
|
545
559
|
}>, z.ZodObject<{
|
|
546
|
-
type: z.
|
|
560
|
+
type: z.ZodLiteral<"CSw">;
|
|
561
|
+
}, "strip", z.ZodTypeAny, {
|
|
562
|
+
type: "CSw";
|
|
563
|
+
}, {
|
|
564
|
+
type: "CSw";
|
|
565
|
+
}>, z.ZodObject<{
|
|
566
|
+
type: z.ZodLiteral<"CRS">;
|
|
547
567
|
}, "strip", z.ZodTypeAny, {
|
|
548
|
-
type: "
|
|
568
|
+
type: "CRS";
|
|
549
569
|
}, {
|
|
550
|
-
type: "
|
|
570
|
+
type: "CRS";
|
|
551
571
|
}>]>;
|
|
552
572
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
553
573
|
internalVapixParameters: z.ZodString;
|
|
@@ -577,7 +597,9 @@ export declare const churchSchema: z.ZodObject<{
|
|
|
577
597
|
type: "RTSP_URL";
|
|
578
598
|
url: string;
|
|
579
599
|
} | {
|
|
580
|
-
type: "CSw"
|
|
600
|
+
type: "CSw";
|
|
601
|
+
} | {
|
|
602
|
+
type: "CRS";
|
|
581
603
|
};
|
|
582
604
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
583
605
|
internalVapixParameters: string;
|
|
@@ -601,7 +623,9 @@ export declare const churchSchema: z.ZodObject<{
|
|
|
601
623
|
type: "RTSP_URL";
|
|
602
624
|
url: string;
|
|
603
625
|
} | {
|
|
604
|
-
type: "CSw"
|
|
626
|
+
type: "CSw";
|
|
627
|
+
} | {
|
|
628
|
+
type: "CRS";
|
|
605
629
|
};
|
|
606
630
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
607
631
|
internalVapixParameters: string;
|
|
@@ -705,7 +729,9 @@ export declare const churchSchema: z.ZodObject<{
|
|
|
705
729
|
type: "RTSP_URL";
|
|
706
730
|
url: string;
|
|
707
731
|
} | {
|
|
708
|
-
type: "CSw"
|
|
732
|
+
type: "CSw";
|
|
733
|
+
} | {
|
|
734
|
+
type: "CRS";
|
|
709
735
|
};
|
|
710
736
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
711
737
|
internalVapixParameters: string;
|
|
@@ -777,7 +803,9 @@ export declare const churchSchema: z.ZodObject<{
|
|
|
777
803
|
type: "RTSP_URL";
|
|
778
804
|
url: string;
|
|
779
805
|
} | {
|
|
780
|
-
type: "CSw"
|
|
806
|
+
type: "CSw";
|
|
807
|
+
} | {
|
|
808
|
+
type: "CRS";
|
|
781
809
|
};
|
|
782
810
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
783
811
|
internalVapixParameters: string;
|
|
@@ -949,11 +977,17 @@ export declare const daCastSchema: z.ZodObject<{
|
|
|
949
977
|
type: "RTSP_URL";
|
|
950
978
|
url: string;
|
|
951
979
|
}>, z.ZodObject<{
|
|
952
|
-
type: z.
|
|
980
|
+
type: z.ZodLiteral<"CSw">;
|
|
981
|
+
}, "strip", z.ZodTypeAny, {
|
|
982
|
+
type: "CSw";
|
|
983
|
+
}, {
|
|
984
|
+
type: "CSw";
|
|
985
|
+
}>, z.ZodObject<{
|
|
986
|
+
type: z.ZodLiteral<"CRS">;
|
|
953
987
|
}, "strip", z.ZodTypeAny, {
|
|
954
|
-
type: "
|
|
988
|
+
type: "CRS";
|
|
955
989
|
}, {
|
|
956
|
-
type: "
|
|
990
|
+
type: "CRS";
|
|
957
991
|
}>]>;
|
|
958
992
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
959
993
|
internalVapixParameters: z.ZodString;
|
|
@@ -983,7 +1017,9 @@ export declare const daCastSchema: z.ZodObject<{
|
|
|
983
1017
|
type: "RTSP_URL";
|
|
984
1018
|
url: string;
|
|
985
1019
|
} | {
|
|
986
|
-
type: "CSw"
|
|
1020
|
+
type: "CSw";
|
|
1021
|
+
} | {
|
|
1022
|
+
type: "CRS";
|
|
987
1023
|
};
|
|
988
1024
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
989
1025
|
internalVapixParameters: string;
|
|
@@ -1007,7 +1043,9 @@ export declare const daCastSchema: z.ZodObject<{
|
|
|
1007
1043
|
type: "RTSP_URL";
|
|
1008
1044
|
url: string;
|
|
1009
1045
|
} | {
|
|
1010
|
-
type: "CSw"
|
|
1046
|
+
type: "CSw";
|
|
1047
|
+
} | {
|
|
1048
|
+
type: "CRS";
|
|
1011
1049
|
};
|
|
1012
1050
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1013
1051
|
internalVapixParameters: string;
|
|
@@ -1111,7 +1149,9 @@ export declare const daCastSchema: z.ZodObject<{
|
|
|
1111
1149
|
type: "RTSP_URL";
|
|
1112
1150
|
url: string;
|
|
1113
1151
|
} | {
|
|
1114
|
-
type: "CSw"
|
|
1152
|
+
type: "CSw";
|
|
1153
|
+
} | {
|
|
1154
|
+
type: "CRS";
|
|
1115
1155
|
};
|
|
1116
1156
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1117
1157
|
internalVapixParameters: string;
|
|
@@ -1183,7 +1223,9 @@ export declare const daCastSchema: z.ZodObject<{
|
|
|
1183
1223
|
type: "RTSP_URL";
|
|
1184
1224
|
url: string;
|
|
1185
1225
|
} | {
|
|
1186
|
-
type: "CSw"
|
|
1226
|
+
type: "CSw";
|
|
1227
|
+
} | {
|
|
1228
|
+
type: "CRS";
|
|
1187
1229
|
};
|
|
1188
1230
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1189
1231
|
internalVapixParameters: string;
|
|
@@ -1355,11 +1397,17 @@ export declare const dailymotionSchema: z.ZodObject<{
|
|
|
1355
1397
|
type: "RTSP_URL";
|
|
1356
1398
|
url: string;
|
|
1357
1399
|
}>, z.ZodObject<{
|
|
1358
|
-
type: z.
|
|
1400
|
+
type: z.ZodLiteral<"CSw">;
|
|
1401
|
+
}, "strip", z.ZodTypeAny, {
|
|
1402
|
+
type: "CSw";
|
|
1403
|
+
}, {
|
|
1404
|
+
type: "CSw";
|
|
1405
|
+
}>, z.ZodObject<{
|
|
1406
|
+
type: z.ZodLiteral<"CRS">;
|
|
1359
1407
|
}, "strip", z.ZodTypeAny, {
|
|
1360
|
-
type: "
|
|
1408
|
+
type: "CRS";
|
|
1361
1409
|
}, {
|
|
1362
|
-
type: "
|
|
1410
|
+
type: "CRS";
|
|
1363
1411
|
}>]>;
|
|
1364
1412
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
1365
1413
|
internalVapixParameters: z.ZodString;
|
|
@@ -1389,7 +1437,9 @@ export declare const dailymotionSchema: z.ZodObject<{
|
|
|
1389
1437
|
type: "RTSP_URL";
|
|
1390
1438
|
url: string;
|
|
1391
1439
|
} | {
|
|
1392
|
-
type: "CSw"
|
|
1440
|
+
type: "CSw";
|
|
1441
|
+
} | {
|
|
1442
|
+
type: "CRS";
|
|
1393
1443
|
};
|
|
1394
1444
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1395
1445
|
internalVapixParameters: string;
|
|
@@ -1413,7 +1463,9 @@ export declare const dailymotionSchema: z.ZodObject<{
|
|
|
1413
1463
|
type: "RTSP_URL";
|
|
1414
1464
|
url: string;
|
|
1415
1465
|
} | {
|
|
1416
|
-
type: "CSw"
|
|
1466
|
+
type: "CSw";
|
|
1467
|
+
} | {
|
|
1468
|
+
type: "CRS";
|
|
1417
1469
|
};
|
|
1418
1470
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1419
1471
|
internalVapixParameters: string;
|
|
@@ -1517,7 +1569,9 @@ export declare const dailymotionSchema: z.ZodObject<{
|
|
|
1517
1569
|
type: "RTSP_URL";
|
|
1518
1570
|
url: string;
|
|
1519
1571
|
} | {
|
|
1520
|
-
type: "CSw"
|
|
1572
|
+
type: "CSw";
|
|
1573
|
+
} | {
|
|
1574
|
+
type: "CRS";
|
|
1521
1575
|
};
|
|
1522
1576
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1523
1577
|
internalVapixParameters: string;
|
|
@@ -1589,7 +1643,9 @@ export declare const dailymotionSchema: z.ZodObject<{
|
|
|
1589
1643
|
type: "RTSP_URL";
|
|
1590
1644
|
url: string;
|
|
1591
1645
|
} | {
|
|
1592
|
-
type: "CSw"
|
|
1646
|
+
type: "CSw";
|
|
1647
|
+
} | {
|
|
1648
|
+
type: "CRS";
|
|
1593
1649
|
};
|
|
1594
1650
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1595
1651
|
internalVapixParameters: string;
|
|
@@ -1761,11 +1817,17 @@ export declare const gameChangerSchema: z.ZodObject<{
|
|
|
1761
1817
|
type: "RTSP_URL";
|
|
1762
1818
|
url: string;
|
|
1763
1819
|
}>, z.ZodObject<{
|
|
1764
|
-
type: z.
|
|
1820
|
+
type: z.ZodLiteral<"CSw">;
|
|
1765
1821
|
}, "strip", z.ZodTypeAny, {
|
|
1766
|
-
type: "CSw"
|
|
1822
|
+
type: "CSw";
|
|
1767
1823
|
}, {
|
|
1768
|
-
type: "CSw"
|
|
1824
|
+
type: "CSw";
|
|
1825
|
+
}>, z.ZodObject<{
|
|
1826
|
+
type: z.ZodLiteral<"CRS">;
|
|
1827
|
+
}, "strip", z.ZodTypeAny, {
|
|
1828
|
+
type: "CRS";
|
|
1829
|
+
}, {
|
|
1830
|
+
type: "CRS";
|
|
1769
1831
|
}>]>;
|
|
1770
1832
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
1771
1833
|
internalVapixParameters: z.ZodString;
|
|
@@ -1795,7 +1857,9 @@ export declare const gameChangerSchema: z.ZodObject<{
|
|
|
1795
1857
|
type: "RTSP_URL";
|
|
1796
1858
|
url: string;
|
|
1797
1859
|
} | {
|
|
1798
|
-
type: "CSw"
|
|
1860
|
+
type: "CSw";
|
|
1861
|
+
} | {
|
|
1862
|
+
type: "CRS";
|
|
1799
1863
|
};
|
|
1800
1864
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1801
1865
|
internalVapixParameters: string;
|
|
@@ -1819,7 +1883,9 @@ export declare const gameChangerSchema: z.ZodObject<{
|
|
|
1819
1883
|
type: "RTSP_URL";
|
|
1820
1884
|
url: string;
|
|
1821
1885
|
} | {
|
|
1822
|
-
type: "CSw"
|
|
1886
|
+
type: "CSw";
|
|
1887
|
+
} | {
|
|
1888
|
+
type: "CRS";
|
|
1823
1889
|
};
|
|
1824
1890
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1825
1891
|
internalVapixParameters: string;
|
|
@@ -1926,7 +1992,9 @@ export declare const gameChangerSchema: z.ZodObject<{
|
|
|
1926
1992
|
type: "RTSP_URL";
|
|
1927
1993
|
url: string;
|
|
1928
1994
|
} | {
|
|
1929
|
-
type: "CSw"
|
|
1995
|
+
type: "CSw";
|
|
1996
|
+
} | {
|
|
1997
|
+
type: "CRS";
|
|
1930
1998
|
};
|
|
1931
1999
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1932
2000
|
internalVapixParameters: string;
|
|
@@ -2000,7 +2068,9 @@ export declare const gameChangerSchema: z.ZodObject<{
|
|
|
2000
2068
|
type: "RTSP_URL";
|
|
2001
2069
|
url: string;
|
|
2002
2070
|
} | {
|
|
2003
|
-
type: "CSw"
|
|
2071
|
+
type: "CSw";
|
|
2072
|
+
} | {
|
|
2073
|
+
type: "CRS";
|
|
2004
2074
|
};
|
|
2005
2075
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2006
2076
|
internalVapixParameters: string;
|
|
@@ -2174,11 +2244,17 @@ export declare const hlsPullSchema: z.ZodObject<{
|
|
|
2174
2244
|
type: "RTSP_URL";
|
|
2175
2245
|
url: string;
|
|
2176
2246
|
}>, z.ZodObject<{
|
|
2177
|
-
type: z.
|
|
2247
|
+
type: z.ZodLiteral<"CSw">;
|
|
2248
|
+
}, "strip", z.ZodTypeAny, {
|
|
2249
|
+
type: "CSw";
|
|
2250
|
+
}, {
|
|
2251
|
+
type: "CSw";
|
|
2252
|
+
}>, z.ZodObject<{
|
|
2253
|
+
type: z.ZodLiteral<"CRS">;
|
|
2178
2254
|
}, "strip", z.ZodTypeAny, {
|
|
2179
|
-
type: "
|
|
2255
|
+
type: "CRS";
|
|
2180
2256
|
}, {
|
|
2181
|
-
type: "
|
|
2257
|
+
type: "CRS";
|
|
2182
2258
|
}>]>;
|
|
2183
2259
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
2184
2260
|
internalVapixParameters: z.ZodString;
|
|
@@ -2208,7 +2284,9 @@ export declare const hlsPullSchema: z.ZodObject<{
|
|
|
2208
2284
|
type: "RTSP_URL";
|
|
2209
2285
|
url: string;
|
|
2210
2286
|
} | {
|
|
2211
|
-
type: "CSw"
|
|
2287
|
+
type: "CSw";
|
|
2288
|
+
} | {
|
|
2289
|
+
type: "CRS";
|
|
2212
2290
|
};
|
|
2213
2291
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2214
2292
|
internalVapixParameters: string;
|
|
@@ -2232,7 +2310,9 @@ export declare const hlsPullSchema: z.ZodObject<{
|
|
|
2232
2310
|
type: "RTSP_URL";
|
|
2233
2311
|
url: string;
|
|
2234
2312
|
} | {
|
|
2235
|
-
type: "CSw"
|
|
2313
|
+
type: "CSw";
|
|
2314
|
+
} | {
|
|
2315
|
+
type: "CRS";
|
|
2236
2316
|
};
|
|
2237
2317
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2238
2318
|
internalVapixParameters: string;
|
|
@@ -2336,7 +2416,9 @@ export declare const hlsPullSchema: z.ZodObject<{
|
|
|
2336
2416
|
type: "RTSP_URL";
|
|
2337
2417
|
url: string;
|
|
2338
2418
|
} | {
|
|
2339
|
-
type: "CSw"
|
|
2419
|
+
type: "CSw";
|
|
2420
|
+
} | {
|
|
2421
|
+
type: "CRS";
|
|
2340
2422
|
};
|
|
2341
2423
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2342
2424
|
internalVapixParameters: string;
|
|
@@ -2408,7 +2490,9 @@ export declare const hlsPullSchema: z.ZodObject<{
|
|
|
2408
2490
|
type: "RTSP_URL";
|
|
2409
2491
|
url: string;
|
|
2410
2492
|
} | {
|
|
2411
|
-
type: "CSw"
|
|
2493
|
+
type: "CSw";
|
|
2494
|
+
} | {
|
|
2495
|
+
type: "CRS";
|
|
2412
2496
|
};
|
|
2413
2497
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2414
2498
|
internalVapixParameters: string;
|
|
@@ -2580,11 +2664,17 @@ export declare const hlsPushSchema: z.ZodObject<{
|
|
|
2580
2664
|
type: "RTSP_URL";
|
|
2581
2665
|
url: string;
|
|
2582
2666
|
}>, z.ZodObject<{
|
|
2583
|
-
type: z.
|
|
2667
|
+
type: z.ZodLiteral<"CSw">;
|
|
2668
|
+
}, "strip", z.ZodTypeAny, {
|
|
2669
|
+
type: "CSw";
|
|
2670
|
+
}, {
|
|
2671
|
+
type: "CSw";
|
|
2672
|
+
}>, z.ZodObject<{
|
|
2673
|
+
type: z.ZodLiteral<"CRS">;
|
|
2584
2674
|
}, "strip", z.ZodTypeAny, {
|
|
2585
|
-
type: "
|
|
2675
|
+
type: "CRS";
|
|
2586
2676
|
}, {
|
|
2587
|
-
type: "
|
|
2677
|
+
type: "CRS";
|
|
2588
2678
|
}>]>;
|
|
2589
2679
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
2590
2680
|
internalVapixParameters: z.ZodString;
|
|
@@ -2614,7 +2704,9 @@ export declare const hlsPushSchema: z.ZodObject<{
|
|
|
2614
2704
|
type: "RTSP_URL";
|
|
2615
2705
|
url: string;
|
|
2616
2706
|
} | {
|
|
2617
|
-
type: "CSw"
|
|
2707
|
+
type: "CSw";
|
|
2708
|
+
} | {
|
|
2709
|
+
type: "CRS";
|
|
2618
2710
|
};
|
|
2619
2711
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2620
2712
|
internalVapixParameters: string;
|
|
@@ -2638,7 +2730,9 @@ export declare const hlsPushSchema: z.ZodObject<{
|
|
|
2638
2730
|
type: "RTSP_URL";
|
|
2639
2731
|
url: string;
|
|
2640
2732
|
} | {
|
|
2641
|
-
type: "CSw"
|
|
2733
|
+
type: "CSw";
|
|
2734
|
+
} | {
|
|
2735
|
+
type: "CRS";
|
|
2642
2736
|
};
|
|
2643
2737
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2644
2738
|
internalVapixParameters: string;
|
|
@@ -2742,7 +2836,9 @@ export declare const hlsPushSchema: z.ZodObject<{
|
|
|
2742
2836
|
type: "RTSP_URL";
|
|
2743
2837
|
url: string;
|
|
2744
2838
|
} | {
|
|
2745
|
-
type: "CSw"
|
|
2839
|
+
type: "CSw";
|
|
2840
|
+
} | {
|
|
2841
|
+
type: "CRS";
|
|
2746
2842
|
};
|
|
2747
2843
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2748
2844
|
internalVapixParameters: string;
|
|
@@ -2814,7 +2910,9 @@ export declare const hlsPushSchema: z.ZodObject<{
|
|
|
2814
2910
|
type: "RTSP_URL";
|
|
2815
2911
|
url: string;
|
|
2816
2912
|
} | {
|
|
2817
|
-
type: "CSw"
|
|
2913
|
+
type: "CSw";
|
|
2914
|
+
} | {
|
|
2915
|
+
type: "CRS";
|
|
2818
2916
|
};
|
|
2819
2917
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2820
2918
|
internalVapixParameters: string;
|
|
@@ -2986,11 +3084,17 @@ export declare const ibmSchema: z.ZodObject<{
|
|
|
2986
3084
|
type: "RTSP_URL";
|
|
2987
3085
|
url: string;
|
|
2988
3086
|
}>, z.ZodObject<{
|
|
2989
|
-
type: z.
|
|
3087
|
+
type: z.ZodLiteral<"CSw">;
|
|
3088
|
+
}, "strip", z.ZodTypeAny, {
|
|
3089
|
+
type: "CSw";
|
|
3090
|
+
}, {
|
|
3091
|
+
type: "CSw";
|
|
3092
|
+
}>, z.ZodObject<{
|
|
3093
|
+
type: z.ZodLiteral<"CRS">;
|
|
2990
3094
|
}, "strip", z.ZodTypeAny, {
|
|
2991
|
-
type: "
|
|
3095
|
+
type: "CRS";
|
|
2992
3096
|
}, {
|
|
2993
|
-
type: "
|
|
3097
|
+
type: "CRS";
|
|
2994
3098
|
}>]>;
|
|
2995
3099
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
2996
3100
|
internalVapixParameters: z.ZodString;
|
|
@@ -3020,7 +3124,9 @@ export declare const ibmSchema: z.ZodObject<{
|
|
|
3020
3124
|
type: "RTSP_URL";
|
|
3021
3125
|
url: string;
|
|
3022
3126
|
} | {
|
|
3023
|
-
type: "CSw"
|
|
3127
|
+
type: "CSw";
|
|
3128
|
+
} | {
|
|
3129
|
+
type: "CRS";
|
|
3024
3130
|
};
|
|
3025
3131
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
3026
3132
|
internalVapixParameters: string;
|
|
@@ -3044,7 +3150,9 @@ export declare const ibmSchema: z.ZodObject<{
|
|
|
3044
3150
|
type: "RTSP_URL";
|
|
3045
3151
|
url: string;
|
|
3046
3152
|
} | {
|
|
3047
|
-
type: "CSw"
|
|
3153
|
+
type: "CSw";
|
|
3154
|
+
} | {
|
|
3155
|
+
type: "CRS";
|
|
3048
3156
|
};
|
|
3049
3157
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
3050
3158
|
internalVapixParameters: string;
|
|
@@ -3148,7 +3256,9 @@ export declare const ibmSchema: z.ZodObject<{
|
|
|
3148
3256
|
type: "RTSP_URL";
|
|
3149
3257
|
url: string;
|
|
3150
3258
|
} | {
|
|
3151
|
-
type: "CSw"
|
|
3259
|
+
type: "CSw";
|
|
3260
|
+
} | {
|
|
3261
|
+
type: "CRS";
|
|
3152
3262
|
};
|
|
3153
3263
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
3154
3264
|
internalVapixParameters: string;
|
|
@@ -3220,7 +3330,9 @@ export declare const ibmSchema: z.ZodObject<{
|
|
|
3220
3330
|
type: "RTSP_URL";
|
|
3221
3331
|
url: string;
|
|
3222
3332
|
} | {
|
|
3223
|
-
type: "CSw"
|
|
3333
|
+
type: "CSw";
|
|
3334
|
+
} | {
|
|
3335
|
+
type: "CRS";
|
|
3224
3336
|
};
|
|
3225
3337
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
3226
3338
|
internalVapixParameters: string;
|
|
@@ -3392,11 +3504,17 @@ export declare const mpegDvbSchema: z.ZodObject<{
|
|
|
3392
3504
|
type: "RTSP_URL";
|
|
3393
3505
|
url: string;
|
|
3394
3506
|
}>, z.ZodObject<{
|
|
3395
|
-
type: z.
|
|
3507
|
+
type: z.ZodLiteral<"CSw">;
|
|
3396
3508
|
}, "strip", z.ZodTypeAny, {
|
|
3397
|
-
type: "CSw"
|
|
3509
|
+
type: "CSw";
|
|
3398
3510
|
}, {
|
|
3399
|
-
type: "CSw"
|
|
3511
|
+
type: "CSw";
|
|
3512
|
+
}>, z.ZodObject<{
|
|
3513
|
+
type: z.ZodLiteral<"CRS">;
|
|
3514
|
+
}, "strip", z.ZodTypeAny, {
|
|
3515
|
+
type: "CRS";
|
|
3516
|
+
}, {
|
|
3517
|
+
type: "CRS";
|
|
3400
3518
|
}>]>;
|
|
3401
3519
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
3402
3520
|
internalVapixParameters: z.ZodString;
|
|
@@ -3426,7 +3544,9 @@ export declare const mpegDvbSchema: z.ZodObject<{
|
|
|
3426
3544
|
type: "RTSP_URL";
|
|
3427
3545
|
url: string;
|
|
3428
3546
|
} | {
|
|
3429
|
-
type: "CSw"
|
|
3547
|
+
type: "CSw";
|
|
3548
|
+
} | {
|
|
3549
|
+
type: "CRS";
|
|
3430
3550
|
};
|
|
3431
3551
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
3432
3552
|
internalVapixParameters: string;
|
|
@@ -3450,7 +3570,9 @@ export declare const mpegDvbSchema: z.ZodObject<{
|
|
|
3450
3570
|
type: "RTSP_URL";
|
|
3451
3571
|
url: string;
|
|
3452
3572
|
} | {
|
|
3453
|
-
type: "CSw"
|
|
3573
|
+
type: "CSw";
|
|
3574
|
+
} | {
|
|
3575
|
+
type: "CRS";
|
|
3454
3576
|
};
|
|
3455
3577
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
3456
3578
|
internalVapixParameters: string;
|
|
@@ -3554,7 +3676,9 @@ export declare const mpegDvbSchema: z.ZodObject<{
|
|
|
3554
3676
|
type: "RTSP_URL";
|
|
3555
3677
|
url: string;
|
|
3556
3678
|
} | {
|
|
3557
|
-
type: "CSw"
|
|
3679
|
+
type: "CSw";
|
|
3680
|
+
} | {
|
|
3681
|
+
type: "CRS";
|
|
3558
3682
|
};
|
|
3559
3683
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
3560
3684
|
internalVapixParameters: string;
|
|
@@ -3626,7 +3750,9 @@ export declare const mpegDvbSchema: z.ZodObject<{
|
|
|
3626
3750
|
type: "RTSP_URL";
|
|
3627
3751
|
url: string;
|
|
3628
3752
|
} | {
|
|
3629
|
-
type: "CSw"
|
|
3753
|
+
type: "CSw";
|
|
3754
|
+
} | {
|
|
3755
|
+
type: "CRS";
|
|
3630
3756
|
};
|
|
3631
3757
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
3632
3758
|
internalVapixParameters: string;
|
|
@@ -3798,11 +3924,17 @@ export declare const microsoftAzureSchema: z.ZodObject<{
|
|
|
3798
3924
|
type: "RTSP_URL";
|
|
3799
3925
|
url: string;
|
|
3800
3926
|
}>, z.ZodObject<{
|
|
3801
|
-
type: z.
|
|
3927
|
+
type: z.ZodLiteral<"CSw">;
|
|
3802
3928
|
}, "strip", z.ZodTypeAny, {
|
|
3803
|
-
type: "CSw"
|
|
3929
|
+
type: "CSw";
|
|
3804
3930
|
}, {
|
|
3805
|
-
type: "CSw"
|
|
3931
|
+
type: "CSw";
|
|
3932
|
+
}>, z.ZodObject<{
|
|
3933
|
+
type: z.ZodLiteral<"CRS">;
|
|
3934
|
+
}, "strip", z.ZodTypeAny, {
|
|
3935
|
+
type: "CRS";
|
|
3936
|
+
}, {
|
|
3937
|
+
type: "CRS";
|
|
3806
3938
|
}>]>;
|
|
3807
3939
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
3808
3940
|
internalVapixParameters: z.ZodString;
|
|
@@ -3832,7 +3964,9 @@ export declare const microsoftAzureSchema: z.ZodObject<{
|
|
|
3832
3964
|
type: "RTSP_URL";
|
|
3833
3965
|
url: string;
|
|
3834
3966
|
} | {
|
|
3835
|
-
type: "CSw"
|
|
3967
|
+
type: "CSw";
|
|
3968
|
+
} | {
|
|
3969
|
+
type: "CRS";
|
|
3836
3970
|
};
|
|
3837
3971
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
3838
3972
|
internalVapixParameters: string;
|
|
@@ -3856,7 +3990,9 @@ export declare const microsoftAzureSchema: z.ZodObject<{
|
|
|
3856
3990
|
type: "RTSP_URL";
|
|
3857
3991
|
url: string;
|
|
3858
3992
|
} | {
|
|
3859
|
-
type: "CSw"
|
|
3993
|
+
type: "CSw";
|
|
3994
|
+
} | {
|
|
3995
|
+
type: "CRS";
|
|
3860
3996
|
};
|
|
3861
3997
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
3862
3998
|
internalVapixParameters: string;
|
|
@@ -3960,7 +4096,9 @@ export declare const microsoftAzureSchema: z.ZodObject<{
|
|
|
3960
4096
|
type: "RTSP_URL";
|
|
3961
4097
|
url: string;
|
|
3962
4098
|
} | {
|
|
3963
|
-
type: "CSw"
|
|
4099
|
+
type: "CSw";
|
|
4100
|
+
} | {
|
|
4101
|
+
type: "CRS";
|
|
3964
4102
|
};
|
|
3965
4103
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
3966
4104
|
internalVapixParameters: string;
|
|
@@ -4032,7 +4170,9 @@ export declare const microsoftAzureSchema: z.ZodObject<{
|
|
|
4032
4170
|
type: "RTSP_URL";
|
|
4033
4171
|
url: string;
|
|
4034
4172
|
} | {
|
|
4035
|
-
type: "CSw"
|
|
4173
|
+
type: "CSw";
|
|
4174
|
+
} | {
|
|
4175
|
+
type: "CRS";
|
|
4036
4176
|
};
|
|
4037
4177
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
4038
4178
|
internalVapixParameters: string;
|
|
@@ -4204,11 +4344,17 @@ export declare const microsoftStreamSchema: z.ZodObject<{
|
|
|
4204
4344
|
type: "RTSP_URL";
|
|
4205
4345
|
url: string;
|
|
4206
4346
|
}>, z.ZodObject<{
|
|
4207
|
-
type: z.
|
|
4347
|
+
type: z.ZodLiteral<"CSw">;
|
|
4348
|
+
}, "strip", z.ZodTypeAny, {
|
|
4349
|
+
type: "CSw";
|
|
4350
|
+
}, {
|
|
4351
|
+
type: "CSw";
|
|
4352
|
+
}>, z.ZodObject<{
|
|
4353
|
+
type: z.ZodLiteral<"CRS">;
|
|
4208
4354
|
}, "strip", z.ZodTypeAny, {
|
|
4209
|
-
type: "
|
|
4355
|
+
type: "CRS";
|
|
4210
4356
|
}, {
|
|
4211
|
-
type: "
|
|
4357
|
+
type: "CRS";
|
|
4212
4358
|
}>]>;
|
|
4213
4359
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
4214
4360
|
internalVapixParameters: z.ZodString;
|
|
@@ -4238,7 +4384,9 @@ export declare const microsoftStreamSchema: z.ZodObject<{
|
|
|
4238
4384
|
type: "RTSP_URL";
|
|
4239
4385
|
url: string;
|
|
4240
4386
|
} | {
|
|
4241
|
-
type: "CSw"
|
|
4387
|
+
type: "CSw";
|
|
4388
|
+
} | {
|
|
4389
|
+
type: "CRS";
|
|
4242
4390
|
};
|
|
4243
4391
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
4244
4392
|
internalVapixParameters: string;
|
|
@@ -4262,7 +4410,9 @@ export declare const microsoftStreamSchema: z.ZodObject<{
|
|
|
4262
4410
|
type: "RTSP_URL";
|
|
4263
4411
|
url: string;
|
|
4264
4412
|
} | {
|
|
4265
|
-
type: "CSw"
|
|
4413
|
+
type: "CSw";
|
|
4414
|
+
} | {
|
|
4415
|
+
type: "CRS";
|
|
4266
4416
|
};
|
|
4267
4417
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
4268
4418
|
internalVapixParameters: string;
|
|
@@ -4366,7 +4516,9 @@ export declare const microsoftStreamSchema: z.ZodObject<{
|
|
|
4366
4516
|
type: "RTSP_URL";
|
|
4367
4517
|
url: string;
|
|
4368
4518
|
} | {
|
|
4369
|
-
type: "CSw"
|
|
4519
|
+
type: "CSw";
|
|
4520
|
+
} | {
|
|
4521
|
+
type: "CRS";
|
|
4370
4522
|
};
|
|
4371
4523
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
4372
4524
|
internalVapixParameters: string;
|
|
@@ -4438,7 +4590,9 @@ export declare const microsoftStreamSchema: z.ZodObject<{
|
|
|
4438
4590
|
type: "RTSP_URL";
|
|
4439
4591
|
url: string;
|
|
4440
4592
|
} | {
|
|
4441
|
-
type: "CSw"
|
|
4593
|
+
type: "CSw";
|
|
4594
|
+
} | {
|
|
4595
|
+
type: "CRS";
|
|
4442
4596
|
};
|
|
4443
4597
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
4444
4598
|
internalVapixParameters: string;
|
|
@@ -4610,11 +4764,17 @@ export declare const rtmpSchema: z.ZodObject<{
|
|
|
4610
4764
|
type: "RTSP_URL";
|
|
4611
4765
|
url: string;
|
|
4612
4766
|
}>, z.ZodObject<{
|
|
4613
|
-
type: z.
|
|
4767
|
+
type: z.ZodLiteral<"CSw">;
|
|
4768
|
+
}, "strip", z.ZodTypeAny, {
|
|
4769
|
+
type: "CSw";
|
|
4770
|
+
}, {
|
|
4771
|
+
type: "CSw";
|
|
4772
|
+
}>, z.ZodObject<{
|
|
4773
|
+
type: z.ZodLiteral<"CRS">;
|
|
4614
4774
|
}, "strip", z.ZodTypeAny, {
|
|
4615
|
-
type: "
|
|
4775
|
+
type: "CRS";
|
|
4616
4776
|
}, {
|
|
4617
|
-
type: "
|
|
4777
|
+
type: "CRS";
|
|
4618
4778
|
}>]>;
|
|
4619
4779
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
4620
4780
|
internalVapixParameters: z.ZodString;
|
|
@@ -4644,7 +4804,9 @@ export declare const rtmpSchema: z.ZodObject<{
|
|
|
4644
4804
|
type: "RTSP_URL";
|
|
4645
4805
|
url: string;
|
|
4646
4806
|
} | {
|
|
4647
|
-
type: "CSw"
|
|
4807
|
+
type: "CSw";
|
|
4808
|
+
} | {
|
|
4809
|
+
type: "CRS";
|
|
4648
4810
|
};
|
|
4649
4811
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
4650
4812
|
internalVapixParameters: string;
|
|
@@ -4668,7 +4830,9 @@ export declare const rtmpSchema: z.ZodObject<{
|
|
|
4668
4830
|
type: "RTSP_URL";
|
|
4669
4831
|
url: string;
|
|
4670
4832
|
} | {
|
|
4671
|
-
type: "CSw"
|
|
4833
|
+
type: "CSw";
|
|
4834
|
+
} | {
|
|
4835
|
+
type: "CRS";
|
|
4672
4836
|
};
|
|
4673
4837
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
4674
4838
|
internalVapixParameters: string;
|
|
@@ -4775,7 +4939,9 @@ export declare const rtmpSchema: z.ZodObject<{
|
|
|
4775
4939
|
type: "RTSP_URL";
|
|
4776
4940
|
url: string;
|
|
4777
4941
|
} | {
|
|
4778
|
-
type: "CSw"
|
|
4942
|
+
type: "CSw";
|
|
4943
|
+
} | {
|
|
4944
|
+
type: "CRS";
|
|
4779
4945
|
};
|
|
4780
4946
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
4781
4947
|
internalVapixParameters: string;
|
|
@@ -4849,7 +5015,9 @@ export declare const rtmpSchema: z.ZodObject<{
|
|
|
4849
5015
|
type: "RTSP_URL";
|
|
4850
5016
|
url: string;
|
|
4851
5017
|
} | {
|
|
4852
|
-
type: "CSw"
|
|
5018
|
+
type: "CSw";
|
|
5019
|
+
} | {
|
|
5020
|
+
type: "CRS";
|
|
4853
5021
|
};
|
|
4854
5022
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
4855
5023
|
internalVapixParameters: string;
|
|
@@ -5023,11 +5191,17 @@ export declare const sdCardSchema: z.ZodObject<{
|
|
|
5023
5191
|
type: "RTSP_URL";
|
|
5024
5192
|
url: string;
|
|
5025
5193
|
}>, z.ZodObject<{
|
|
5026
|
-
type: z.
|
|
5194
|
+
type: z.ZodLiteral<"CSw">;
|
|
5195
|
+
}, "strip", z.ZodTypeAny, {
|
|
5196
|
+
type: "CSw";
|
|
5197
|
+
}, {
|
|
5198
|
+
type: "CSw";
|
|
5199
|
+
}>, z.ZodObject<{
|
|
5200
|
+
type: z.ZodLiteral<"CRS">;
|
|
5027
5201
|
}, "strip", z.ZodTypeAny, {
|
|
5028
|
-
type: "
|
|
5202
|
+
type: "CRS";
|
|
5029
5203
|
}, {
|
|
5030
|
-
type: "
|
|
5204
|
+
type: "CRS";
|
|
5031
5205
|
}>]>;
|
|
5032
5206
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
5033
5207
|
internalVapixParameters: z.ZodString;
|
|
@@ -5057,7 +5231,9 @@ export declare const sdCardSchema: z.ZodObject<{
|
|
|
5057
5231
|
type: "RTSP_URL";
|
|
5058
5232
|
url: string;
|
|
5059
5233
|
} | {
|
|
5060
|
-
type: "CSw"
|
|
5234
|
+
type: "CSw";
|
|
5235
|
+
} | {
|
|
5236
|
+
type: "CRS";
|
|
5061
5237
|
};
|
|
5062
5238
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
5063
5239
|
internalVapixParameters: string;
|
|
@@ -5081,7 +5257,9 @@ export declare const sdCardSchema: z.ZodObject<{
|
|
|
5081
5257
|
type: "RTSP_URL";
|
|
5082
5258
|
url: string;
|
|
5083
5259
|
} | {
|
|
5084
|
-
type: "CSw"
|
|
5260
|
+
type: "CSw";
|
|
5261
|
+
} | {
|
|
5262
|
+
type: "CRS";
|
|
5085
5263
|
};
|
|
5086
5264
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
5087
5265
|
internalVapixParameters: string;
|
|
@@ -5185,7 +5363,9 @@ export declare const sdCardSchema: z.ZodObject<{
|
|
|
5185
5363
|
type: "RTSP_URL";
|
|
5186
5364
|
url: string;
|
|
5187
5365
|
} | {
|
|
5188
|
-
type: "CSw"
|
|
5366
|
+
type: "CSw";
|
|
5367
|
+
} | {
|
|
5368
|
+
type: "CRS";
|
|
5189
5369
|
};
|
|
5190
5370
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
5191
5371
|
internalVapixParameters: string;
|
|
@@ -5257,7 +5437,9 @@ export declare const sdCardSchema: z.ZodObject<{
|
|
|
5257
5437
|
type: "RTSP_URL";
|
|
5258
5438
|
url: string;
|
|
5259
5439
|
} | {
|
|
5260
|
-
type: "CSw"
|
|
5440
|
+
type: "CSw";
|
|
5441
|
+
} | {
|
|
5442
|
+
type: "CRS";
|
|
5261
5443
|
};
|
|
5262
5444
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
5263
5445
|
internalVapixParameters: string;
|
|
@@ -5429,11 +5611,17 @@ export declare const srtSchema: z.ZodObject<{
|
|
|
5429
5611
|
type: "RTSP_URL";
|
|
5430
5612
|
url: string;
|
|
5431
5613
|
}>, z.ZodObject<{
|
|
5432
|
-
type: z.
|
|
5614
|
+
type: z.ZodLiteral<"CSw">;
|
|
5433
5615
|
}, "strip", z.ZodTypeAny, {
|
|
5434
|
-
type: "CSw"
|
|
5616
|
+
type: "CSw";
|
|
5435
5617
|
}, {
|
|
5436
|
-
type: "CSw"
|
|
5618
|
+
type: "CSw";
|
|
5619
|
+
}>, z.ZodObject<{
|
|
5620
|
+
type: z.ZodLiteral<"CRS">;
|
|
5621
|
+
}, "strip", z.ZodTypeAny, {
|
|
5622
|
+
type: "CRS";
|
|
5623
|
+
}, {
|
|
5624
|
+
type: "CRS";
|
|
5437
5625
|
}>]>;
|
|
5438
5626
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
5439
5627
|
internalVapixParameters: z.ZodString;
|
|
@@ -5463,7 +5651,9 @@ export declare const srtSchema: z.ZodObject<{
|
|
|
5463
5651
|
type: "RTSP_URL";
|
|
5464
5652
|
url: string;
|
|
5465
5653
|
} | {
|
|
5466
|
-
type: "CSw"
|
|
5654
|
+
type: "CSw";
|
|
5655
|
+
} | {
|
|
5656
|
+
type: "CRS";
|
|
5467
5657
|
};
|
|
5468
5658
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
5469
5659
|
internalVapixParameters: string;
|
|
@@ -5487,7 +5677,9 @@ export declare const srtSchema: z.ZodObject<{
|
|
|
5487
5677
|
type: "RTSP_URL";
|
|
5488
5678
|
url: string;
|
|
5489
5679
|
} | {
|
|
5490
|
-
type: "CSw"
|
|
5680
|
+
type: "CSw";
|
|
5681
|
+
} | {
|
|
5682
|
+
type: "CRS";
|
|
5491
5683
|
};
|
|
5492
5684
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
5493
5685
|
internalVapixParameters: string;
|
|
@@ -5591,7 +5783,9 @@ export declare const srtSchema: z.ZodObject<{
|
|
|
5591
5783
|
type: "RTSP_URL";
|
|
5592
5784
|
url: string;
|
|
5593
5785
|
} | {
|
|
5594
|
-
type: "CSw"
|
|
5786
|
+
type: "CSw";
|
|
5787
|
+
} | {
|
|
5788
|
+
type: "CRS";
|
|
5595
5789
|
};
|
|
5596
5790
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
5597
5791
|
internalVapixParameters: string;
|
|
@@ -5663,7 +5857,9 @@ export declare const srtSchema: z.ZodObject<{
|
|
|
5663
5857
|
type: "RTSP_URL";
|
|
5664
5858
|
url: string;
|
|
5665
5859
|
} | {
|
|
5666
|
-
type: "CSw"
|
|
5860
|
+
type: "CSw";
|
|
5861
|
+
} | {
|
|
5862
|
+
type: "CRS";
|
|
5667
5863
|
};
|
|
5668
5864
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
5669
5865
|
internalVapixParameters: string;
|
|
@@ -5835,11 +6031,17 @@ export declare const twitchSchema: z.ZodObject<{
|
|
|
5835
6031
|
type: "RTSP_URL";
|
|
5836
6032
|
url: string;
|
|
5837
6033
|
}>, z.ZodObject<{
|
|
5838
|
-
type: z.
|
|
6034
|
+
type: z.ZodLiteral<"CSw">;
|
|
6035
|
+
}, "strip", z.ZodTypeAny, {
|
|
6036
|
+
type: "CSw";
|
|
6037
|
+
}, {
|
|
6038
|
+
type: "CSw";
|
|
6039
|
+
}>, z.ZodObject<{
|
|
6040
|
+
type: z.ZodLiteral<"CRS">;
|
|
5839
6041
|
}, "strip", z.ZodTypeAny, {
|
|
5840
|
-
type: "
|
|
6042
|
+
type: "CRS";
|
|
5841
6043
|
}, {
|
|
5842
|
-
type: "
|
|
6044
|
+
type: "CRS";
|
|
5843
6045
|
}>]>;
|
|
5844
6046
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
5845
6047
|
internalVapixParameters: z.ZodString;
|
|
@@ -5869,7 +6071,9 @@ export declare const twitchSchema: z.ZodObject<{
|
|
|
5869
6071
|
type: "RTSP_URL";
|
|
5870
6072
|
url: string;
|
|
5871
6073
|
} | {
|
|
5872
|
-
type: "CSw"
|
|
6074
|
+
type: "CSw";
|
|
6075
|
+
} | {
|
|
6076
|
+
type: "CRS";
|
|
5873
6077
|
};
|
|
5874
6078
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
5875
6079
|
internalVapixParameters: string;
|
|
@@ -5893,7 +6097,9 @@ export declare const twitchSchema: z.ZodObject<{
|
|
|
5893
6097
|
type: "RTSP_URL";
|
|
5894
6098
|
url: string;
|
|
5895
6099
|
} | {
|
|
5896
|
-
type: "CSw"
|
|
6100
|
+
type: "CSw";
|
|
6101
|
+
} | {
|
|
6102
|
+
type: "CRS";
|
|
5897
6103
|
};
|
|
5898
6104
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
5899
6105
|
internalVapixParameters: string;
|
|
@@ -5997,7 +6203,9 @@ export declare const twitchSchema: z.ZodObject<{
|
|
|
5997
6203
|
type: "RTSP_URL";
|
|
5998
6204
|
url: string;
|
|
5999
6205
|
} | {
|
|
6000
|
-
type: "CSw"
|
|
6206
|
+
type: "CSw";
|
|
6207
|
+
} | {
|
|
6208
|
+
type: "CRS";
|
|
6001
6209
|
};
|
|
6002
6210
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
6003
6211
|
internalVapixParameters: string;
|
|
@@ -6069,7 +6277,9 @@ export declare const twitchSchema: z.ZodObject<{
|
|
|
6069
6277
|
type: "RTSP_URL";
|
|
6070
6278
|
url: string;
|
|
6071
6279
|
} | {
|
|
6072
|
-
type: "CSw"
|
|
6280
|
+
type: "CSw";
|
|
6281
|
+
} | {
|
|
6282
|
+
type: "CRS";
|
|
6073
6283
|
};
|
|
6074
6284
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
6075
6285
|
internalVapixParameters: string;
|
|
@@ -6241,11 +6451,17 @@ export declare const vimeoSchema: z.ZodObject<{
|
|
|
6241
6451
|
type: "RTSP_URL";
|
|
6242
6452
|
url: string;
|
|
6243
6453
|
}>, z.ZodObject<{
|
|
6244
|
-
type: z.
|
|
6454
|
+
type: z.ZodLiteral<"CSw">;
|
|
6455
|
+
}, "strip", z.ZodTypeAny, {
|
|
6456
|
+
type: "CSw";
|
|
6457
|
+
}, {
|
|
6458
|
+
type: "CSw";
|
|
6459
|
+
}>, z.ZodObject<{
|
|
6460
|
+
type: z.ZodLiteral<"CRS">;
|
|
6245
6461
|
}, "strip", z.ZodTypeAny, {
|
|
6246
|
-
type: "
|
|
6462
|
+
type: "CRS";
|
|
6247
6463
|
}, {
|
|
6248
|
-
type: "
|
|
6464
|
+
type: "CRS";
|
|
6249
6465
|
}>]>;
|
|
6250
6466
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
6251
6467
|
internalVapixParameters: z.ZodString;
|
|
@@ -6275,7 +6491,9 @@ export declare const vimeoSchema: z.ZodObject<{
|
|
|
6275
6491
|
type: "RTSP_URL";
|
|
6276
6492
|
url: string;
|
|
6277
6493
|
} | {
|
|
6278
|
-
type: "CSw"
|
|
6494
|
+
type: "CSw";
|
|
6495
|
+
} | {
|
|
6496
|
+
type: "CRS";
|
|
6279
6497
|
};
|
|
6280
6498
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
6281
6499
|
internalVapixParameters: string;
|
|
@@ -6299,7 +6517,9 @@ export declare const vimeoSchema: z.ZodObject<{
|
|
|
6299
6517
|
type: "RTSP_URL";
|
|
6300
6518
|
url: string;
|
|
6301
6519
|
} | {
|
|
6302
|
-
type: "CSw"
|
|
6520
|
+
type: "CSw";
|
|
6521
|
+
} | {
|
|
6522
|
+
type: "CRS";
|
|
6303
6523
|
};
|
|
6304
6524
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
6305
6525
|
internalVapixParameters: string;
|
|
@@ -6403,7 +6623,9 @@ export declare const vimeoSchema: z.ZodObject<{
|
|
|
6403
6623
|
type: "RTSP_URL";
|
|
6404
6624
|
url: string;
|
|
6405
6625
|
} | {
|
|
6406
|
-
type: "CSw"
|
|
6626
|
+
type: "CSw";
|
|
6627
|
+
} | {
|
|
6628
|
+
type: "CRS";
|
|
6407
6629
|
};
|
|
6408
6630
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
6409
6631
|
internalVapixParameters: string;
|
|
@@ -6475,7 +6697,9 @@ export declare const vimeoSchema: z.ZodObject<{
|
|
|
6475
6697
|
type: "RTSP_URL";
|
|
6476
6698
|
url: string;
|
|
6477
6699
|
} | {
|
|
6478
|
-
type: "CSw"
|
|
6700
|
+
type: "CSw";
|
|
6701
|
+
} | {
|
|
6702
|
+
type: "CRS";
|
|
6479
6703
|
};
|
|
6480
6704
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
6481
6705
|
internalVapixParameters: string;
|
|
@@ -6647,11 +6871,17 @@ export declare const wowzaSchema: z.ZodObject<{
|
|
|
6647
6871
|
type: "RTSP_URL";
|
|
6648
6872
|
url: string;
|
|
6649
6873
|
}>, z.ZodObject<{
|
|
6650
|
-
type: z.
|
|
6874
|
+
type: z.ZodLiteral<"CSw">;
|
|
6875
|
+
}, "strip", z.ZodTypeAny, {
|
|
6876
|
+
type: "CSw";
|
|
6877
|
+
}, {
|
|
6878
|
+
type: "CSw";
|
|
6879
|
+
}>, z.ZodObject<{
|
|
6880
|
+
type: z.ZodLiteral<"CRS">;
|
|
6651
6881
|
}, "strip", z.ZodTypeAny, {
|
|
6652
|
-
type: "
|
|
6882
|
+
type: "CRS";
|
|
6653
6883
|
}, {
|
|
6654
|
-
type: "
|
|
6884
|
+
type: "CRS";
|
|
6655
6885
|
}>]>;
|
|
6656
6886
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
6657
6887
|
internalVapixParameters: z.ZodString;
|
|
@@ -6681,7 +6911,9 @@ export declare const wowzaSchema: z.ZodObject<{
|
|
|
6681
6911
|
type: "RTSP_URL";
|
|
6682
6912
|
url: string;
|
|
6683
6913
|
} | {
|
|
6684
|
-
type: "CSw"
|
|
6914
|
+
type: "CSw";
|
|
6915
|
+
} | {
|
|
6916
|
+
type: "CRS";
|
|
6685
6917
|
};
|
|
6686
6918
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
6687
6919
|
internalVapixParameters: string;
|
|
@@ -6705,7 +6937,9 @@ export declare const wowzaSchema: z.ZodObject<{
|
|
|
6705
6937
|
type: "RTSP_URL";
|
|
6706
6938
|
url: string;
|
|
6707
6939
|
} | {
|
|
6708
|
-
type: "CSw"
|
|
6940
|
+
type: "CSw";
|
|
6941
|
+
} | {
|
|
6942
|
+
type: "CRS";
|
|
6709
6943
|
};
|
|
6710
6944
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
6711
6945
|
internalVapixParameters: string;
|
|
@@ -6809,7 +7043,9 @@ export declare const wowzaSchema: z.ZodObject<{
|
|
|
6809
7043
|
type: "RTSP_URL";
|
|
6810
7044
|
url: string;
|
|
6811
7045
|
} | {
|
|
6812
|
-
type: "CSw"
|
|
7046
|
+
type: "CSw";
|
|
7047
|
+
} | {
|
|
7048
|
+
type: "CRS";
|
|
6813
7049
|
};
|
|
6814
7050
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
6815
7051
|
internalVapixParameters: string;
|
|
@@ -6881,7 +7117,9 @@ export declare const wowzaSchema: z.ZodObject<{
|
|
|
6881
7117
|
type: "RTSP_URL";
|
|
6882
7118
|
url: string;
|
|
6883
7119
|
} | {
|
|
6884
|
-
type: "CSw"
|
|
7120
|
+
type: "CSw";
|
|
7121
|
+
} | {
|
|
7122
|
+
type: "CRS";
|
|
6885
7123
|
};
|
|
6886
7124
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
6887
7125
|
internalVapixParameters: string;
|
|
@@ -7053,11 +7291,17 @@ export declare const youtubeRtmpSchema: z.ZodObject<{
|
|
|
7053
7291
|
type: "RTSP_URL";
|
|
7054
7292
|
url: string;
|
|
7055
7293
|
}>, z.ZodObject<{
|
|
7056
|
-
type: z.
|
|
7294
|
+
type: z.ZodLiteral<"CSw">;
|
|
7057
7295
|
}, "strip", z.ZodTypeAny, {
|
|
7058
|
-
type: "CSw"
|
|
7296
|
+
type: "CSw";
|
|
7059
7297
|
}, {
|
|
7060
|
-
type: "CSw"
|
|
7298
|
+
type: "CSw";
|
|
7299
|
+
}>, z.ZodObject<{
|
|
7300
|
+
type: z.ZodLiteral<"CRS">;
|
|
7301
|
+
}, "strip", z.ZodTypeAny, {
|
|
7302
|
+
type: "CRS";
|
|
7303
|
+
}, {
|
|
7304
|
+
type: "CRS";
|
|
7061
7305
|
}>]>;
|
|
7062
7306
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
7063
7307
|
internalVapixParameters: z.ZodString;
|
|
@@ -7087,7 +7331,9 @@ export declare const youtubeRtmpSchema: z.ZodObject<{
|
|
|
7087
7331
|
type: "RTSP_URL";
|
|
7088
7332
|
url: string;
|
|
7089
7333
|
} | {
|
|
7090
|
-
type: "CSw"
|
|
7334
|
+
type: "CSw";
|
|
7335
|
+
} | {
|
|
7336
|
+
type: "CRS";
|
|
7091
7337
|
};
|
|
7092
7338
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
7093
7339
|
internalVapixParameters: string;
|
|
@@ -7111,7 +7357,9 @@ export declare const youtubeRtmpSchema: z.ZodObject<{
|
|
|
7111
7357
|
type: "RTSP_URL";
|
|
7112
7358
|
url: string;
|
|
7113
7359
|
} | {
|
|
7114
|
-
type: "CSw"
|
|
7360
|
+
type: "CSw";
|
|
7361
|
+
} | {
|
|
7362
|
+
type: "CRS";
|
|
7115
7363
|
};
|
|
7116
7364
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
7117
7365
|
internalVapixParameters: string;
|
|
@@ -7218,7 +7466,9 @@ export declare const youtubeRtmpSchema: z.ZodObject<{
|
|
|
7218
7466
|
type: "RTSP_URL";
|
|
7219
7467
|
url: string;
|
|
7220
7468
|
} | {
|
|
7221
|
-
type: "CSw"
|
|
7469
|
+
type: "CSw";
|
|
7470
|
+
} | {
|
|
7471
|
+
type: "CRS";
|
|
7222
7472
|
};
|
|
7223
7473
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
7224
7474
|
internalVapixParameters: string;
|
|
@@ -7292,7 +7542,9 @@ export declare const youtubeRtmpSchema: z.ZodObject<{
|
|
|
7292
7542
|
type: "RTSP_URL";
|
|
7293
7543
|
url: string;
|
|
7294
7544
|
} | {
|
|
7295
|
-
type: "CSw"
|
|
7545
|
+
type: "CSw";
|
|
7546
|
+
} | {
|
|
7547
|
+
type: "CRS";
|
|
7296
7548
|
};
|
|
7297
7549
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
7298
7550
|
internalVapixParameters: string;
|