camstreamerlib 4.0.0-beta.132 → 4.0.0-beta.134

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.
@@ -54,11 +54,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
54
54
  video: {
55
55
  output: {
56
56
  type: "video";
57
- url: string;
57
+ url: string | null;
58
58
  parameters: string;
59
59
  } | {
60
60
  type: "images";
61
- url: string;
61
+ url: string | null;
62
62
  imageIntervalS: number;
63
63
  } | {
64
64
  type: "none";
@@ -70,7 +70,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
70
70
  type: "CSw";
71
71
  } | {
72
72
  type: "CRS";
73
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
74
73
  internalVapixParameters: string;
75
74
  userVapixParameters: string;
76
75
  };
@@ -133,11 +132,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
133
132
  video: {
134
133
  output: {
135
134
  type: "video";
136
- url: string;
135
+ url: string | null;
137
136
  parameters: string;
138
137
  } | {
139
138
  type: "images";
140
- url: string;
139
+ url: string | null;
141
140
  imageIntervalS: number;
142
141
  } | {
143
142
  type: "none";
@@ -149,7 +148,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
149
148
  type: "CSw";
150
149
  } | {
151
150
  type: "CRS";
152
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
153
151
  internalVapixParameters: string;
154
152
  userVapixParameters: string;
155
153
  };
@@ -209,11 +207,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
209
207
  video: {
210
208
  output: {
211
209
  type: "video";
212
- url: string;
210
+ url: string | null;
213
211
  parameters: string;
214
212
  } | {
215
213
  type: "images";
216
- url: string;
214
+ url: string | null;
217
215
  imageIntervalS: number;
218
216
  } | {
219
217
  type: "none";
@@ -225,7 +223,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
225
223
  type: "CSw";
226
224
  } | {
227
225
  type: "CRS";
228
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
229
226
  internalVapixParameters: string;
230
227
  userVapixParameters: string;
231
228
  };
@@ -258,6 +255,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
258
255
  dvr: boolean;
259
256
  hasWatchdogs: boolean;
260
257
  enableManualControl: boolean;
258
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
261
259
  description?: string | undefined;
262
260
  playlist?: string | undefined;
263
261
  notificationEmail?: string[] | undefined;
@@ -296,11 +294,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
296
294
  video: {
297
295
  output: {
298
296
  type: "video";
299
- url: string;
297
+ url: string | null;
300
298
  parameters: string;
301
299
  } | {
302
300
  type: "images";
303
- url: string;
301
+ url: string | null;
304
302
  imageIntervalS: number;
305
303
  } | {
306
304
  type: "none";
@@ -312,7 +310,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
312
310
  type: "CSw";
313
311
  } | {
314
312
  type: "CRS";
315
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
316
313
  internalVapixParameters: string;
317
314
  userVapixParameters: string;
318
315
  };
@@ -372,11 +369,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
372
369
  video: {
373
370
  output: {
374
371
  type: "video";
375
- url: string;
372
+ url: string | null;
376
373
  parameters: string;
377
374
  } | {
378
375
  type: "images";
379
- url: string;
376
+ url: string | null;
380
377
  imageIntervalS: number;
381
378
  } | {
382
379
  type: "none";
@@ -388,7 +385,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
388
385
  type: "CSw";
389
386
  } | {
390
387
  type: "CRS";
391
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
392
388
  internalVapixParameters: string;
393
389
  userVapixParameters: string;
394
390
  };
@@ -448,11 +444,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
448
444
  video: {
449
445
  output: {
450
446
  type: "video";
451
- url: string;
447
+ url: string | null;
452
448
  parameters: string;
453
449
  } | {
454
450
  type: "images";
455
- url: string;
451
+ url: string | null;
456
452
  imageIntervalS: number;
457
453
  } | {
458
454
  type: "none";
@@ -464,7 +460,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
464
460
  type: "CSw";
465
461
  } | {
466
462
  type: "CRS";
467
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
468
463
  internalVapixParameters: string;
469
464
  userVapixParameters: string;
470
465
  };
@@ -524,11 +519,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
524
519
  video: {
525
520
  output: {
526
521
  type: "video";
527
- url: string;
522
+ url: string | null;
528
523
  parameters: string;
529
524
  } | {
530
525
  type: "images";
531
- url: string;
526
+ url: string | null;
532
527
  imageIntervalS: number;
533
528
  } | {
534
529
  type: "none";
@@ -540,7 +535,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
540
535
  type: "CSw";
541
536
  } | {
542
537
  type: "CRS";
543
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
544
538
  internalVapixParameters: string;
545
539
  userVapixParameters: string;
546
540
  };
@@ -600,11 +594,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
600
594
  video: {
601
595
  output: {
602
596
  type: "video";
603
- url: string;
597
+ url: string | null;
604
598
  parameters: string;
605
599
  } | {
606
600
  type: "images";
607
- url: string;
601
+ url: string | null;
608
602
  imageIntervalS: number;
609
603
  } | {
610
604
  type: "none";
@@ -616,7 +610,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
616
610
  type: "CSw";
617
611
  } | {
618
612
  type: "CRS";
619
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
620
613
  internalVapixParameters: string;
621
614
  userVapixParameters: string;
622
615
  };
@@ -676,11 +669,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
676
669
  video: {
677
670
  output: {
678
671
  type: "video";
679
- url: string;
672
+ url: string | null;
680
673
  parameters: string;
681
674
  } | {
682
675
  type: "images";
683
- url: string;
676
+ url: string | null;
684
677
  imageIntervalS: number;
685
678
  } | {
686
679
  type: "none";
@@ -692,7 +685,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
692
685
  type: "CSw";
693
686
  } | {
694
687
  type: "CRS";
695
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
696
688
  internalVapixParameters: string;
697
689
  userVapixParameters: string;
698
690
  };
@@ -752,11 +744,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
752
744
  video: {
753
745
  output: {
754
746
  type: "video";
755
- url: string;
747
+ url: string | null;
756
748
  parameters: string;
757
749
  } | {
758
750
  type: "images";
759
- url: string;
751
+ url: string | null;
760
752
  imageIntervalS: number;
761
753
  } | {
762
754
  type: "none";
@@ -768,7 +760,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
768
760
  type: "CSw";
769
761
  } | {
770
762
  type: "CRS";
771
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
772
763
  internalVapixParameters: string;
773
764
  userVapixParameters: string;
774
765
  };
@@ -828,11 +819,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
828
819
  video: {
829
820
  output: {
830
821
  type: "video";
831
- url: string;
822
+ url: string | null;
832
823
  parameters: string;
833
824
  } | {
834
825
  type: "images";
835
- url: string;
826
+ url: string | null;
836
827
  imageIntervalS: number;
837
828
  } | {
838
829
  type: "none";
@@ -844,7 +835,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
844
835
  type: "CSw";
845
836
  } | {
846
837
  type: "CRS";
847
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
848
838
  internalVapixParameters: string;
849
839
  userVapixParameters: string;
850
840
  };
@@ -904,11 +894,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
904
894
  video: {
905
895
  output: {
906
896
  type: "video";
907
- url: string;
897
+ url: string | null;
908
898
  parameters: string;
909
899
  } | {
910
900
  type: "images";
911
- url: string;
901
+ url: string | null;
912
902
  imageIntervalS: number;
913
903
  } | {
914
904
  type: "none";
@@ -920,7 +910,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
920
910
  type: "CSw";
921
911
  } | {
922
912
  type: "CRS";
923
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
924
913
  internalVapixParameters: string;
925
914
  userVapixParameters: string;
926
915
  };
@@ -980,11 +969,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
980
969
  video: {
981
970
  output: {
982
971
  type: "video";
983
- url: string;
972
+ url: string | null;
984
973
  parameters: string;
985
974
  } | {
986
975
  type: "images";
987
- url: string;
976
+ url: string | null;
988
977
  imageIntervalS: number;
989
978
  } | {
990
979
  type: "none";
@@ -996,7 +985,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
996
985
  type: "CSw";
997
986
  } | {
998
987
  type: "CRS";
999
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1000
988
  internalVapixParameters: string;
1001
989
  userVapixParameters: string;
1002
990
  };
@@ -1056,11 +1044,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1056
1044
  video: {
1057
1045
  output: {
1058
1046
  type: "video";
1059
- url: string;
1047
+ url: string | null;
1060
1048
  parameters: string;
1061
1049
  } | {
1062
1050
  type: "images";
1063
- url: string;
1051
+ url: string | null;
1064
1052
  imageIntervalS: number;
1065
1053
  } | {
1066
1054
  type: "none";
@@ -1072,7 +1060,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1072
1060
  type: "CSw";
1073
1061
  } | {
1074
1062
  type: "CRS";
1075
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1076
1063
  internalVapixParameters: string;
1077
1064
  userVapixParameters: string;
1078
1065
  };
@@ -1132,11 +1119,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1132
1119
  video: {
1133
1120
  output: {
1134
1121
  type: "video";
1135
- url: string;
1122
+ url: string | null;
1136
1123
  parameters: string;
1137
1124
  } | {
1138
1125
  type: "images";
1139
- url: string;
1126
+ url: string | null;
1140
1127
  imageIntervalS: number;
1141
1128
  } | {
1142
1129
  type: "none";
@@ -1148,7 +1135,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1148
1135
  type: "CSw";
1149
1136
  } | {
1150
1137
  type: "CRS";
1151
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1152
1138
  internalVapixParameters: string;
1153
1139
  userVapixParameters: string;
1154
1140
  };
@@ -1208,11 +1194,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1208
1194
  video: {
1209
1195
  output: {
1210
1196
  type: "video";
1211
- url: string;
1197
+ url: string | null;
1212
1198
  parameters: string;
1213
1199
  } | {
1214
1200
  type: "images";
1215
- url: string;
1201
+ url: string | null;
1216
1202
  imageIntervalS: number;
1217
1203
  } | {
1218
1204
  type: "none";
@@ -1224,7 +1210,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1224
1210
  type: "CSw";
1225
1211
  } | {
1226
1212
  type: "CRS";
1227
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1228
1213
  internalVapixParameters: string;
1229
1214
  userVapixParameters: string;
1230
1215
  };
@@ -1284,11 +1269,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1284
1269
  video: {
1285
1270
  output: {
1286
1271
  type: "video";
1287
- url: string;
1272
+ url: string | null;
1288
1273
  parameters: string;
1289
1274
  } | {
1290
1275
  type: "images";
1291
- url: string;
1276
+ url: string | null;
1292
1277
  imageIntervalS: number;
1293
1278
  } | {
1294
1279
  type: "none";
@@ -1300,7 +1285,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1300
1285
  type: "CSw";
1301
1286
  } | {
1302
1287
  type: "CRS";
1303
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1304
1288
  internalVapixParameters: string;
1305
1289
  userVapixParameters: string;
1306
1290
  };
@@ -1360,11 +1344,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1360
1344
  video: {
1361
1345
  output: {
1362
1346
  type: "video";
1363
- url: string;
1347
+ url: string | null;
1364
1348
  parameters: string;
1365
1349
  } | {
1366
1350
  type: "images";
1367
- url: string;
1351
+ url: string | null;
1368
1352
  imageIntervalS: number;
1369
1353
  } | {
1370
1354
  type: "none";
@@ -1376,7 +1360,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1376
1360
  type: "CSw";
1377
1361
  } | {
1378
1362
  type: "CRS";
1379
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1380
1363
  internalVapixParameters: string;
1381
1364
  userVapixParameters: string;
1382
1365
  };
@@ -1436,11 +1419,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1436
1419
  video: {
1437
1420
  output: {
1438
1421
  type: "video";
1439
- url: string;
1422
+ url: string | null;
1440
1423
  parameters: string;
1441
1424
  } | {
1442
1425
  type: "images";
1443
- url: string;
1426
+ url: string | null;
1444
1427
  imageIntervalS: number;
1445
1428
  } | {
1446
1429
  type: "none";
@@ -1452,7 +1435,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1452
1435
  type: "CSw";
1453
1436
  } | {
1454
1437
  type: "CRS";
1455
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1456
1438
  internalVapixParameters: string;
1457
1439
  userVapixParameters: string;
1458
1440
  };
@@ -1512,11 +1494,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1512
1494
  video: {
1513
1495
  output: {
1514
1496
  type: "video";
1515
- url: string;
1497
+ url: string | null;
1516
1498
  parameters: string;
1517
1499
  } | {
1518
1500
  type: "images";
1519
- url: string;
1501
+ url: string | null;
1520
1502
  imageIntervalS: number;
1521
1503
  } | {
1522
1504
  type: "none";
@@ -1528,7 +1510,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1528
1510
  type: "CSw";
1529
1511
  } | {
1530
1512
  type: "CRS";
1531
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1532
1513
  internalVapixParameters: string;
1533
1514
  userVapixParameters: string;
1534
1515
  };
@@ -1597,11 +1578,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1597
1578
  video: {
1598
1579
  output: {
1599
1580
  type: "video";
1600
- url: string;
1581
+ url: string | null;
1601
1582
  parameters: string;
1602
1583
  } | {
1603
1584
  type: "images";
1604
- url: string;
1585
+ url: string | null;
1605
1586
  imageIntervalS: number;
1606
1587
  } | {
1607
1588
  type: "none";
@@ -1613,7 +1594,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1613
1594
  type: "CSw";
1614
1595
  } | {
1615
1596
  type: "CRS";
1616
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1617
1597
  internalVapixParameters: string;
1618
1598
  userVapixParameters: string;
1619
1599
  };
@@ -1676,11 +1656,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1676
1656
  video: {
1677
1657
  output: {
1678
1658
  type: "video";
1679
- url: string;
1659
+ url: string | null;
1680
1660
  parameters: string;
1681
1661
  } | {
1682
1662
  type: "images";
1683
- url: string;
1663
+ url: string | null;
1684
1664
  imageIntervalS: number;
1685
1665
  } | {
1686
1666
  type: "none";
@@ -1692,7 +1672,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1692
1672
  type: "CSw";
1693
1673
  } | {
1694
1674
  type: "CRS";
1695
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1696
1675
  internalVapixParameters: string;
1697
1676
  userVapixParameters: string;
1698
1677
  };
@@ -1752,11 +1731,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1752
1731
  video: {
1753
1732
  output: {
1754
1733
  type: "video";
1755
- url: string;
1734
+ url: string | null;
1756
1735
  parameters: string;
1757
1736
  } | {
1758
1737
  type: "images";
1759
- url: string;
1738
+ url: string | null;
1760
1739
  imageIntervalS: number;
1761
1740
  } | {
1762
1741
  type: "none";
@@ -1768,7 +1747,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1768
1747
  type: "CSw";
1769
1748
  } | {
1770
1749
  type: "CRS";
1771
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1772
1750
  internalVapixParameters: string;
1773
1751
  userVapixParameters: string;
1774
1752
  };
@@ -1801,6 +1779,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1801
1779
  dvr: boolean;
1802
1780
  hasWatchdogs: boolean;
1803
1781
  enableManualControl: boolean;
1782
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1804
1783
  description?: string | undefined;
1805
1784
  playlist?: string | undefined;
1806
1785
  notificationEmail?: string[] | undefined;
@@ -1839,11 +1818,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1839
1818
  video: {
1840
1819
  output: {
1841
1820
  type: "video";
1842
- url: string;
1821
+ url: string | null;
1843
1822
  parameters: string;
1844
1823
  } | {
1845
1824
  type: "images";
1846
- url: string;
1825
+ url: string | null;
1847
1826
  imageIntervalS: number;
1848
1827
  } | {
1849
1828
  type: "none";
@@ -1855,7 +1834,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1855
1834
  type: "CSw";
1856
1835
  } | {
1857
1836
  type: "CRS";
1858
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1859
1837
  internalVapixParameters: string;
1860
1838
  userVapixParameters: string;
1861
1839
  };
@@ -1915,11 +1893,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1915
1893
  video: {
1916
1894
  output: {
1917
1895
  type: "video";
1918
- url: string;
1896
+ url: string | null;
1919
1897
  parameters: string;
1920
1898
  } | {
1921
1899
  type: "images";
1922
- url: string;
1900
+ url: string | null;
1923
1901
  imageIntervalS: number;
1924
1902
  } | {
1925
1903
  type: "none";
@@ -1931,7 +1909,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1931
1909
  type: "CSw";
1932
1910
  } | {
1933
1911
  type: "CRS";
1934
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1935
1912
  internalVapixParameters: string;
1936
1913
  userVapixParameters: string;
1937
1914
  };
@@ -1991,11 +1968,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1991
1968
  video: {
1992
1969
  output: {
1993
1970
  type: "video";
1994
- url: string;
1971
+ url: string | null;
1995
1972
  parameters: string;
1996
1973
  } | {
1997
1974
  type: "images";
1998
- url: string;
1975
+ url: string | null;
1999
1976
  imageIntervalS: number;
2000
1977
  } | {
2001
1978
  type: "none";
@@ -2007,7 +1984,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2007
1984
  type: "CSw";
2008
1985
  } | {
2009
1986
  type: "CRS";
2010
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2011
1987
  internalVapixParameters: string;
2012
1988
  userVapixParameters: string;
2013
1989
  };
@@ -2067,11 +2043,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2067
2043
  video: {
2068
2044
  output: {
2069
2045
  type: "video";
2070
- url: string;
2046
+ url: string | null;
2071
2047
  parameters: string;
2072
2048
  } | {
2073
2049
  type: "images";
2074
- url: string;
2050
+ url: string | null;
2075
2051
  imageIntervalS: number;
2076
2052
  } | {
2077
2053
  type: "none";
@@ -2083,7 +2059,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2083
2059
  type: "CSw";
2084
2060
  } | {
2085
2061
  type: "CRS";
2086
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2087
2062
  internalVapixParameters: string;
2088
2063
  userVapixParameters: string;
2089
2064
  };
@@ -2143,11 +2118,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2143
2118
  video: {
2144
2119
  output: {
2145
2120
  type: "video";
2146
- url: string;
2121
+ url: string | null;
2147
2122
  parameters: string;
2148
2123
  } | {
2149
2124
  type: "images";
2150
- url: string;
2125
+ url: string | null;
2151
2126
  imageIntervalS: number;
2152
2127
  } | {
2153
2128
  type: "none";
@@ -2159,7 +2134,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2159
2134
  type: "CSw";
2160
2135
  } | {
2161
2136
  type: "CRS";
2162
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2163
2137
  internalVapixParameters: string;
2164
2138
  userVapixParameters: string;
2165
2139
  };
@@ -2219,11 +2193,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2219
2193
  video: {
2220
2194
  output: {
2221
2195
  type: "video";
2222
- url: string;
2196
+ url: string | null;
2223
2197
  parameters: string;
2224
2198
  } | {
2225
2199
  type: "images";
2226
- url: string;
2200
+ url: string | null;
2227
2201
  imageIntervalS: number;
2228
2202
  } | {
2229
2203
  type: "none";
@@ -2235,7 +2209,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2235
2209
  type: "CSw";
2236
2210
  } | {
2237
2211
  type: "CRS";
2238
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2239
2212
  internalVapixParameters: string;
2240
2213
  userVapixParameters: string;
2241
2214
  };
@@ -2295,11 +2268,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2295
2268
  video: {
2296
2269
  output: {
2297
2270
  type: "video";
2298
- url: string;
2271
+ url: string | null;
2299
2272
  parameters: string;
2300
2273
  } | {
2301
2274
  type: "images";
2302
- url: string;
2275
+ url: string | null;
2303
2276
  imageIntervalS: number;
2304
2277
  } | {
2305
2278
  type: "none";
@@ -2311,7 +2284,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2311
2284
  type: "CSw";
2312
2285
  } | {
2313
2286
  type: "CRS";
2314
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2315
2287
  internalVapixParameters: string;
2316
2288
  userVapixParameters: string;
2317
2289
  };
@@ -2371,11 +2343,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2371
2343
  video: {
2372
2344
  output: {
2373
2345
  type: "video";
2374
- url: string;
2346
+ url: string | null;
2375
2347
  parameters: string;
2376
2348
  } | {
2377
2349
  type: "images";
2378
- url: string;
2350
+ url: string | null;
2379
2351
  imageIntervalS: number;
2380
2352
  } | {
2381
2353
  type: "none";
@@ -2387,7 +2359,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2387
2359
  type: "CSw";
2388
2360
  } | {
2389
2361
  type: "CRS";
2390
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2391
2362
  internalVapixParameters: string;
2392
2363
  userVapixParameters: string;
2393
2364
  };
@@ -2447,11 +2418,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2447
2418
  video: {
2448
2419
  output: {
2449
2420
  type: "video";
2450
- url: string;
2421
+ url: string | null;
2451
2422
  parameters: string;
2452
2423
  } | {
2453
2424
  type: "images";
2454
- url: string;
2425
+ url: string | null;
2455
2426
  imageIntervalS: number;
2456
2427
  } | {
2457
2428
  type: "none";
@@ -2463,7 +2434,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2463
2434
  type: "CSw";
2464
2435
  } | {
2465
2436
  type: "CRS";
2466
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2467
2437
  internalVapixParameters: string;
2468
2438
  userVapixParameters: string;
2469
2439
  };
@@ -2523,11 +2493,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2523
2493
  video: {
2524
2494
  output: {
2525
2495
  type: "video";
2526
- url: string;
2496
+ url: string | null;
2527
2497
  parameters: string;
2528
2498
  } | {
2529
2499
  type: "images";
2530
- url: string;
2500
+ url: string | null;
2531
2501
  imageIntervalS: number;
2532
2502
  } | {
2533
2503
  type: "none";
@@ -2539,7 +2509,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2539
2509
  type: "CSw";
2540
2510
  } | {
2541
2511
  type: "CRS";
2542
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2543
2512
  internalVapixParameters: string;
2544
2513
  userVapixParameters: string;
2545
2514
  };
@@ -2599,11 +2568,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2599
2568
  video: {
2600
2569
  output: {
2601
2570
  type: "video";
2602
- url: string;
2571
+ url: string | null;
2603
2572
  parameters: string;
2604
2573
  } | {
2605
2574
  type: "images";
2606
- url: string;
2575
+ url: string | null;
2607
2576
  imageIntervalS: number;
2608
2577
  } | {
2609
2578
  type: "none";
@@ -2615,7 +2584,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2615
2584
  type: "CSw";
2616
2585
  } | {
2617
2586
  type: "CRS";
2618
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2619
2587
  internalVapixParameters: string;
2620
2588
  userVapixParameters: string;
2621
2589
  };
@@ -2675,11 +2643,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2675
2643
  video: {
2676
2644
  output: {
2677
2645
  type: "video";
2678
- url: string;
2646
+ url: string | null;
2679
2647
  parameters: string;
2680
2648
  } | {
2681
2649
  type: "images";
2682
- url: string;
2650
+ url: string | null;
2683
2651
  imageIntervalS: number;
2684
2652
  } | {
2685
2653
  type: "none";
@@ -2691,7 +2659,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2691
2659
  type: "CSw";
2692
2660
  } | {
2693
2661
  type: "CRS";
2694
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2695
2662
  internalVapixParameters: string;
2696
2663
  userVapixParameters: string;
2697
2664
  };
@@ -2751,11 +2718,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2751
2718
  video: {
2752
2719
  output: {
2753
2720
  type: "video";
2754
- url: string;
2721
+ url: string | null;
2755
2722
  parameters: string;
2756
2723
  } | {
2757
2724
  type: "images";
2758
- url: string;
2725
+ url: string | null;
2759
2726
  imageIntervalS: number;
2760
2727
  } | {
2761
2728
  type: "none";
@@ -2767,7 +2734,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2767
2734
  type: "CSw";
2768
2735
  } | {
2769
2736
  type: "CRS";
2770
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2771
2737
  internalVapixParameters: string;
2772
2738
  userVapixParameters: string;
2773
2739
  };
@@ -2827,11 +2793,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2827
2793
  video: {
2828
2794
  output: {
2829
2795
  type: "video";
2830
- url: string;
2796
+ url: string | null;
2831
2797
  parameters: string;
2832
2798
  } | {
2833
2799
  type: "images";
2834
- url: string;
2800
+ url: string | null;
2835
2801
  imageIntervalS: number;
2836
2802
  } | {
2837
2803
  type: "none";
@@ -2843,7 +2809,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2843
2809
  type: "CSw";
2844
2810
  } | {
2845
2811
  type: "CRS";
2846
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2847
2812
  internalVapixParameters: string;
2848
2813
  userVapixParameters: string;
2849
2814
  };
@@ -2903,11 +2868,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2903
2868
  video: {
2904
2869
  output: {
2905
2870
  type: "video";
2906
- url: string;
2871
+ url: string | null;
2907
2872
  parameters: string;
2908
2873
  } | {
2909
2874
  type: "images";
2910
- url: string;
2875
+ url: string | null;
2911
2876
  imageIntervalS: number;
2912
2877
  } | {
2913
2878
  type: "none";
@@ -2919,7 +2884,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2919
2884
  type: "CSw";
2920
2885
  } | {
2921
2886
  type: "CRS";
2922
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2923
2887
  internalVapixParameters: string;
2924
2888
  userVapixParameters: string;
2925
2889
  };
@@ -2979,11 +2943,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2979
2943
  video: {
2980
2944
  output: {
2981
2945
  type: "video";
2982
- url: string;
2946
+ url: string | null;
2983
2947
  parameters: string;
2984
2948
  } | {
2985
2949
  type: "images";
2986
- url: string;
2950
+ url: string | null;
2987
2951
  imageIntervalS: number;
2988
2952
  } | {
2989
2953
  type: "none";
@@ -2995,7 +2959,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2995
2959
  type: "CSw";
2996
2960
  } | {
2997
2961
  type: "CRS";
2998
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2999
2962
  internalVapixParameters: string;
3000
2963
  userVapixParameters: string;
3001
2964
  };
@@ -3055,11 +3018,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
3055
3018
  video: {
3056
3019
  output: {
3057
3020
  type: "video";
3058
- url: string;
3021
+ url: string | null;
3059
3022
  parameters: string;
3060
3023
  } | {
3061
3024
  type: "images";
3062
- url: string;
3025
+ url: string | null;
3063
3026
  imageIntervalS: number;
3064
3027
  } | {
3065
3028
  type: "none";
@@ -3071,7 +3034,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
3071
3034
  type: "CSw";
3072
3035
  } | {
3073
3036
  type: "CRS";
3074
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3075
3037
  internalVapixParameters: string;
3076
3038
  userVapixParameters: string;
3077
3039
  };