camstreamerlib 4.0.0-beta.116 → 4.0.0-beta.118
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/cjs/types/PlaneTrackerAPI.d.ts +2 -2
- package/cjs/types/PlaneTrackerAPI.js +1 -1
- package/cjs/types/ws/PlaneTrackerEvents.d.ts +3 -3
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +4 -1
- package/esm/types/PlaneTrackerAPI.js +1 -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
- package/types/types/PlaneTrackerAPI.d.ts +2 -2
- package/types/types/ws/PlaneTrackerEvents.d.ts +3 -3
package/cjs/CamStreamerAPI.d.ts
CHANGED
|
@@ -58,7 +58,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
58
58
|
type: "RTSP_URL";
|
|
59
59
|
url: string;
|
|
60
60
|
} | {
|
|
61
|
-
type: "CSw"
|
|
61
|
+
type: "CSw";
|
|
62
|
+
} | {
|
|
63
|
+
type: "CRS";
|
|
62
64
|
};
|
|
63
65
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
64
66
|
internalVapixParameters: string;
|
|
@@ -133,7 +135,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
133
135
|
type: "RTSP_URL";
|
|
134
136
|
url: string;
|
|
135
137
|
} | {
|
|
136
|
-
type: "CSw"
|
|
138
|
+
type: "CSw";
|
|
139
|
+
} | {
|
|
140
|
+
type: "CRS";
|
|
137
141
|
};
|
|
138
142
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
139
143
|
internalVapixParameters: string;
|
|
@@ -205,7 +209,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
205
209
|
type: "RTSP_URL";
|
|
206
210
|
url: string;
|
|
207
211
|
} | {
|
|
208
|
-
type: "CSw"
|
|
212
|
+
type: "CSw";
|
|
213
|
+
} | {
|
|
214
|
+
type: "CRS";
|
|
209
215
|
};
|
|
210
216
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
211
217
|
internalVapixParameters: string;
|
|
@@ -288,7 +294,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
288
294
|
type: "RTSP_URL";
|
|
289
295
|
url: string;
|
|
290
296
|
} | {
|
|
291
|
-
type: "CSw"
|
|
297
|
+
type: "CSw";
|
|
298
|
+
} | {
|
|
299
|
+
type: "CRS";
|
|
292
300
|
};
|
|
293
301
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
294
302
|
internalVapixParameters: string;
|
|
@@ -360,7 +368,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
360
368
|
type: "RTSP_URL";
|
|
361
369
|
url: string;
|
|
362
370
|
} | {
|
|
363
|
-
type: "CSw"
|
|
371
|
+
type: "CSw";
|
|
372
|
+
} | {
|
|
373
|
+
type: "CRS";
|
|
364
374
|
};
|
|
365
375
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
366
376
|
internalVapixParameters: string;
|
|
@@ -432,7 +442,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
432
442
|
type: "RTSP_URL";
|
|
433
443
|
url: string;
|
|
434
444
|
} | {
|
|
435
|
-
type: "CSw"
|
|
445
|
+
type: "CSw";
|
|
446
|
+
} | {
|
|
447
|
+
type: "CRS";
|
|
436
448
|
};
|
|
437
449
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
438
450
|
internalVapixParameters: string;
|
|
@@ -504,7 +516,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
504
516
|
type: "RTSP_URL";
|
|
505
517
|
url: string;
|
|
506
518
|
} | {
|
|
507
|
-
type: "CSw"
|
|
519
|
+
type: "CSw";
|
|
520
|
+
} | {
|
|
521
|
+
type: "CRS";
|
|
508
522
|
};
|
|
509
523
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
510
524
|
internalVapixParameters: string;
|
|
@@ -578,7 +592,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
578
592
|
type: "RTSP_URL";
|
|
579
593
|
url: string;
|
|
580
594
|
} | {
|
|
581
|
-
type: "CSw"
|
|
595
|
+
type: "CSw";
|
|
596
|
+
} | {
|
|
597
|
+
type: "CRS";
|
|
582
598
|
};
|
|
583
599
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
584
600
|
internalVapixParameters: string;
|
|
@@ -650,7 +666,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
650
666
|
type: "RTSP_URL";
|
|
651
667
|
url: string;
|
|
652
668
|
} | {
|
|
653
|
-
type: "CSw"
|
|
669
|
+
type: "CSw";
|
|
670
|
+
} | {
|
|
671
|
+
type: "CRS";
|
|
654
672
|
};
|
|
655
673
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
656
674
|
internalVapixParameters: string;
|
|
@@ -722,7 +740,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
722
740
|
type: "RTSP_URL";
|
|
723
741
|
url: string;
|
|
724
742
|
} | {
|
|
725
|
-
type: "CSw"
|
|
743
|
+
type: "CSw";
|
|
744
|
+
} | {
|
|
745
|
+
type: "CRS";
|
|
726
746
|
};
|
|
727
747
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
728
748
|
internalVapixParameters: string;
|
|
@@ -794,7 +814,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
794
814
|
type: "RTSP_URL";
|
|
795
815
|
url: string;
|
|
796
816
|
} | {
|
|
797
|
-
type: "CSw"
|
|
817
|
+
type: "CSw";
|
|
818
|
+
} | {
|
|
819
|
+
type: "CRS";
|
|
798
820
|
};
|
|
799
821
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
800
822
|
internalVapixParameters: string;
|
|
@@ -866,7 +888,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
866
888
|
type: "RTSP_URL";
|
|
867
889
|
url: string;
|
|
868
890
|
} | {
|
|
869
|
-
type: "CSw"
|
|
891
|
+
type: "CSw";
|
|
892
|
+
} | {
|
|
893
|
+
type: "CRS";
|
|
870
894
|
};
|
|
871
895
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
872
896
|
internalVapixParameters: string;
|
|
@@ -938,7 +962,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
938
962
|
type: "RTSP_URL";
|
|
939
963
|
url: string;
|
|
940
964
|
} | {
|
|
941
|
-
type: "CSw"
|
|
965
|
+
type: "CSw";
|
|
966
|
+
} | {
|
|
967
|
+
type: "CRS";
|
|
942
968
|
};
|
|
943
969
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
944
970
|
internalVapixParameters: string;
|
|
@@ -1010,7 +1036,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1010
1036
|
type: "RTSP_URL";
|
|
1011
1037
|
url: string;
|
|
1012
1038
|
} | {
|
|
1013
|
-
type: "CSw"
|
|
1039
|
+
type: "CSw";
|
|
1040
|
+
} | {
|
|
1041
|
+
type: "CRS";
|
|
1014
1042
|
};
|
|
1015
1043
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1016
1044
|
internalVapixParameters: string;
|
|
@@ -1084,7 +1112,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1084
1112
|
type: "RTSP_URL";
|
|
1085
1113
|
url: string;
|
|
1086
1114
|
} | {
|
|
1087
|
-
type: "CSw"
|
|
1115
|
+
type: "CSw";
|
|
1116
|
+
} | {
|
|
1117
|
+
type: "CRS";
|
|
1088
1118
|
};
|
|
1089
1119
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1090
1120
|
internalVapixParameters: string;
|
|
@@ -1156,7 +1186,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1156
1186
|
type: "RTSP_URL";
|
|
1157
1187
|
url: string;
|
|
1158
1188
|
} | {
|
|
1159
|
-
type: "CSw"
|
|
1189
|
+
type: "CSw";
|
|
1190
|
+
} | {
|
|
1191
|
+
type: "CRS";
|
|
1160
1192
|
};
|
|
1161
1193
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1162
1194
|
internalVapixParameters: string;
|
|
@@ -1228,7 +1260,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1228
1260
|
type: "RTSP_URL";
|
|
1229
1261
|
url: string;
|
|
1230
1262
|
} | {
|
|
1231
|
-
type: "CSw"
|
|
1263
|
+
type: "CSw";
|
|
1264
|
+
} | {
|
|
1265
|
+
type: "CRS";
|
|
1232
1266
|
};
|
|
1233
1267
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1234
1268
|
internalVapixParameters: string;
|
|
@@ -1300,7 +1334,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1300
1334
|
type: "RTSP_URL";
|
|
1301
1335
|
url: string;
|
|
1302
1336
|
} | {
|
|
1303
|
-
type: "CSw"
|
|
1337
|
+
type: "CSw";
|
|
1338
|
+
} | {
|
|
1339
|
+
type: "CRS";
|
|
1304
1340
|
};
|
|
1305
1341
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1306
1342
|
internalVapixParameters: string;
|
|
@@ -1372,7 +1408,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1372
1408
|
type: "RTSP_URL";
|
|
1373
1409
|
url: string;
|
|
1374
1410
|
} | {
|
|
1375
|
-
type: "CSw"
|
|
1411
|
+
type: "CSw";
|
|
1412
|
+
} | {
|
|
1413
|
+
type: "CRS";
|
|
1376
1414
|
};
|
|
1377
1415
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1378
1416
|
internalVapixParameters: string;
|
|
@@ -1444,7 +1482,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1444
1482
|
type: "RTSP_URL";
|
|
1445
1483
|
url: string;
|
|
1446
1484
|
} | {
|
|
1447
|
-
type: "CSw"
|
|
1485
|
+
type: "CSw";
|
|
1486
|
+
} | {
|
|
1487
|
+
type: "CRS";
|
|
1448
1488
|
};
|
|
1449
1489
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1450
1490
|
internalVapixParameters: string;
|
|
@@ -1527,7 +1567,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1527
1567
|
type: "RTSP_URL";
|
|
1528
1568
|
url: string;
|
|
1529
1569
|
} | {
|
|
1530
|
-
type: "CSw"
|
|
1570
|
+
type: "CSw";
|
|
1571
|
+
} | {
|
|
1572
|
+
type: "CRS";
|
|
1531
1573
|
};
|
|
1532
1574
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1533
1575
|
internalVapixParameters: string;
|
|
@@ -1602,7 +1644,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1602
1644
|
type: "RTSP_URL";
|
|
1603
1645
|
url: string;
|
|
1604
1646
|
} | {
|
|
1605
|
-
type: "CSw"
|
|
1647
|
+
type: "CSw";
|
|
1648
|
+
} | {
|
|
1649
|
+
type: "CRS";
|
|
1606
1650
|
};
|
|
1607
1651
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1608
1652
|
internalVapixParameters: string;
|
|
@@ -1674,7 +1718,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1674
1718
|
type: "RTSP_URL";
|
|
1675
1719
|
url: string;
|
|
1676
1720
|
} | {
|
|
1677
|
-
type: "CSw"
|
|
1721
|
+
type: "CSw";
|
|
1722
|
+
} | {
|
|
1723
|
+
type: "CRS";
|
|
1678
1724
|
};
|
|
1679
1725
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1680
1726
|
internalVapixParameters: string;
|
|
@@ -1757,7 +1803,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1757
1803
|
type: "RTSP_URL";
|
|
1758
1804
|
url: string;
|
|
1759
1805
|
} | {
|
|
1760
|
-
type: "CSw"
|
|
1806
|
+
type: "CSw";
|
|
1807
|
+
} | {
|
|
1808
|
+
type: "CRS";
|
|
1761
1809
|
};
|
|
1762
1810
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1763
1811
|
internalVapixParameters: string;
|
|
@@ -1829,7 +1877,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1829
1877
|
type: "RTSP_URL";
|
|
1830
1878
|
url: string;
|
|
1831
1879
|
} | {
|
|
1832
|
-
type: "CSw"
|
|
1880
|
+
type: "CSw";
|
|
1881
|
+
} | {
|
|
1882
|
+
type: "CRS";
|
|
1833
1883
|
};
|
|
1834
1884
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1835
1885
|
internalVapixParameters: string;
|
|
@@ -1901,7 +1951,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1901
1951
|
type: "RTSP_URL";
|
|
1902
1952
|
url: string;
|
|
1903
1953
|
} | {
|
|
1904
|
-
type: "CSw"
|
|
1954
|
+
type: "CSw";
|
|
1955
|
+
} | {
|
|
1956
|
+
type: "CRS";
|
|
1905
1957
|
};
|
|
1906
1958
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1907
1959
|
internalVapixParameters: string;
|
|
@@ -1973,7 +2025,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1973
2025
|
type: "RTSP_URL";
|
|
1974
2026
|
url: string;
|
|
1975
2027
|
} | {
|
|
1976
|
-
type: "CSw"
|
|
2028
|
+
type: "CSw";
|
|
2029
|
+
} | {
|
|
2030
|
+
type: "CRS";
|
|
1977
2031
|
};
|
|
1978
2032
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
1979
2033
|
internalVapixParameters: string;
|
|
@@ -2047,7 +2101,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2047
2101
|
type: "RTSP_URL";
|
|
2048
2102
|
url: string;
|
|
2049
2103
|
} | {
|
|
2050
|
-
type: "CSw"
|
|
2104
|
+
type: "CSw";
|
|
2105
|
+
} | {
|
|
2106
|
+
type: "CRS";
|
|
2051
2107
|
};
|
|
2052
2108
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2053
2109
|
internalVapixParameters: string;
|
|
@@ -2119,7 +2175,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2119
2175
|
type: "RTSP_URL";
|
|
2120
2176
|
url: string;
|
|
2121
2177
|
} | {
|
|
2122
|
-
type: "CSw"
|
|
2178
|
+
type: "CSw";
|
|
2179
|
+
} | {
|
|
2180
|
+
type: "CRS";
|
|
2123
2181
|
};
|
|
2124
2182
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2125
2183
|
internalVapixParameters: string;
|
|
@@ -2191,7 +2249,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2191
2249
|
type: "RTSP_URL";
|
|
2192
2250
|
url: string;
|
|
2193
2251
|
} | {
|
|
2194
|
-
type: "CSw"
|
|
2252
|
+
type: "CSw";
|
|
2253
|
+
} | {
|
|
2254
|
+
type: "CRS";
|
|
2195
2255
|
};
|
|
2196
2256
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2197
2257
|
internalVapixParameters: string;
|
|
@@ -2263,7 +2323,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2263
2323
|
type: "RTSP_URL";
|
|
2264
2324
|
url: string;
|
|
2265
2325
|
} | {
|
|
2266
|
-
type: "CSw"
|
|
2326
|
+
type: "CSw";
|
|
2327
|
+
} | {
|
|
2328
|
+
type: "CRS";
|
|
2267
2329
|
};
|
|
2268
2330
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2269
2331
|
internalVapixParameters: string;
|
|
@@ -2335,7 +2397,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2335
2397
|
type: "RTSP_URL";
|
|
2336
2398
|
url: string;
|
|
2337
2399
|
} | {
|
|
2338
|
-
type: "CSw"
|
|
2400
|
+
type: "CSw";
|
|
2401
|
+
} | {
|
|
2402
|
+
type: "CRS";
|
|
2339
2403
|
};
|
|
2340
2404
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2341
2405
|
internalVapixParameters: string;
|
|
@@ -2407,7 +2471,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2407
2471
|
type: "RTSP_URL";
|
|
2408
2472
|
url: string;
|
|
2409
2473
|
} | {
|
|
2410
|
-
type: "CSw"
|
|
2474
|
+
type: "CSw";
|
|
2475
|
+
} | {
|
|
2476
|
+
type: "CRS";
|
|
2411
2477
|
};
|
|
2412
2478
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2413
2479
|
internalVapixParameters: string;
|
|
@@ -2479,7 +2545,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2479
2545
|
type: "RTSP_URL";
|
|
2480
2546
|
url: string;
|
|
2481
2547
|
} | {
|
|
2482
|
-
type: "CSw"
|
|
2548
|
+
type: "CSw";
|
|
2549
|
+
} | {
|
|
2550
|
+
type: "CRS";
|
|
2483
2551
|
};
|
|
2484
2552
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2485
2553
|
internalVapixParameters: string;
|
|
@@ -2553,7 +2621,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2553
2621
|
type: "RTSP_URL";
|
|
2554
2622
|
url: string;
|
|
2555
2623
|
} | {
|
|
2556
|
-
type: "CSw"
|
|
2624
|
+
type: "CSw";
|
|
2625
|
+
} | {
|
|
2626
|
+
type: "CRS";
|
|
2557
2627
|
};
|
|
2558
2628
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2559
2629
|
internalVapixParameters: string;
|
|
@@ -2625,7 +2695,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2625
2695
|
type: "RTSP_URL";
|
|
2626
2696
|
url: string;
|
|
2627
2697
|
} | {
|
|
2628
|
-
type: "CSw"
|
|
2698
|
+
type: "CSw";
|
|
2699
|
+
} | {
|
|
2700
|
+
type: "CRS";
|
|
2629
2701
|
};
|
|
2630
2702
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2631
2703
|
internalVapixParameters: string;
|
|
@@ -2697,7 +2769,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2697
2769
|
type: "RTSP_URL";
|
|
2698
2770
|
url: string;
|
|
2699
2771
|
} | {
|
|
2700
|
-
type: "CSw"
|
|
2772
|
+
type: "CSw";
|
|
2773
|
+
} | {
|
|
2774
|
+
type: "CRS";
|
|
2701
2775
|
};
|
|
2702
2776
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2703
2777
|
internalVapixParameters: string;
|
|
@@ -2769,7 +2843,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2769
2843
|
type: "RTSP_URL";
|
|
2770
2844
|
url: string;
|
|
2771
2845
|
} | {
|
|
2772
|
-
type: "CSw"
|
|
2846
|
+
type: "CSw";
|
|
2847
|
+
} | {
|
|
2848
|
+
type: "CRS";
|
|
2773
2849
|
};
|
|
2774
2850
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2775
2851
|
internalVapixParameters: string;
|
|
@@ -2841,7 +2917,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2841
2917
|
type: "RTSP_URL";
|
|
2842
2918
|
url: string;
|
|
2843
2919
|
} | {
|
|
2844
|
-
type: "CSw"
|
|
2920
|
+
type: "CSw";
|
|
2921
|
+
} | {
|
|
2922
|
+
type: "CRS";
|
|
2845
2923
|
};
|
|
2846
2924
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2847
2925
|
internalVapixParameters: string;
|
|
@@ -2913,7 +2991,9 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2913
2991
|
type: "RTSP_URL";
|
|
2914
2992
|
url: string;
|
|
2915
2993
|
} | {
|
|
2916
|
-
type: "CSw"
|
|
2994
|
+
type: "CSw";
|
|
2995
|
+
} | {
|
|
2996
|
+
type: "CRS";
|
|
2917
2997
|
};
|
|
2918
2998
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2919
2999
|
internalVapixParameters: string;
|