camstreamerlib 4.0.0-beta.132 → 4.0.0-beta.133
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 +2 -40
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +9 -340
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +0 -7
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +0 -10
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +0 -1
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +0 -119
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +0 -7
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +4 -7
- package/cjs/types/CamStreamerAPI/youtubeSchema.js +1 -0
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +0 -1
- package/esm/types/CamStreamerAPI/youtubeSchema.js +1 -0
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +2 -40
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +9 -340
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +0 -7
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +0 -10
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +0 -119
- package/types/types/CamStreamerAPI/windySchema.d.ts +0 -7
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +4 -7
package/cjs/CamStreamerAPI.d.ts
CHANGED
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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;
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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;
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|