camstreamerlib 4.0.0-beta.143 → 4.0.0-beta.145
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 +46 -8
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +367 -36
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +119 -0
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +16 -12
- package/cjs/types/CamStreamerAPI/youtubeSchema.js +3 -4
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/esm/types/CamStreamerAPI/youtubeSchema.js +3 -4
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +46 -8
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +367 -36
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +7 -0
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +7 -0
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +119 -0
- package/types/types/CamStreamerAPI/windySchema.d.ts +7 -0
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +16 -12
package/cjs/CamStreamerAPI.d.ts
CHANGED
|
@@ -77,6 +77,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
77
77
|
input: {
|
|
78
78
|
type: "RTSP_URL";
|
|
79
79
|
url: string;
|
|
80
|
+
internalVapixParameters: string;
|
|
80
81
|
} | {
|
|
81
82
|
type: "CSw";
|
|
82
83
|
} | {
|
|
@@ -164,6 +165,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
164
165
|
input: {
|
|
165
166
|
type: "RTSP_URL";
|
|
166
167
|
url: string;
|
|
168
|
+
internalVapixParameters: string;
|
|
167
169
|
} | {
|
|
168
170
|
type: "CSw";
|
|
169
171
|
} | {
|
|
@@ -248,6 +250,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
248
250
|
input: {
|
|
249
251
|
type: "RTSP_URL";
|
|
250
252
|
url: string;
|
|
253
|
+
internalVapixParameters: string;
|
|
251
254
|
} | {
|
|
252
255
|
type: "CSw";
|
|
253
256
|
} | {
|
|
@@ -278,16 +281,15 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
278
281
|
streamPrivacy: "public" | "unlisted" | "private";
|
|
279
282
|
platform: "youtube";
|
|
280
283
|
countdown: boolean;
|
|
284
|
+
playlists: string[];
|
|
281
285
|
tags: string[];
|
|
286
|
+
notificationEmails: string[];
|
|
282
287
|
latency: "normal" | "low" | "ultra_low";
|
|
283
288
|
afterEndStatus: "public" | "unlisted" | "private" | "no_change";
|
|
284
289
|
dvr: boolean;
|
|
285
290
|
hasWatchdogs: boolean;
|
|
286
|
-
|
|
287
|
-
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
291
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS";
|
|
288
292
|
description?: string | undefined;
|
|
289
|
-
playlist?: string | undefined;
|
|
290
|
-
notificationEmail?: string[] | undefined;
|
|
291
293
|
} | {
|
|
292
294
|
status: {
|
|
293
295
|
led: boolean;
|
|
@@ -344,6 +346,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
344
346
|
input: {
|
|
345
347
|
type: "RTSP_URL";
|
|
346
348
|
url: string;
|
|
349
|
+
internalVapixParameters: string;
|
|
347
350
|
} | {
|
|
348
351
|
type: "CSw";
|
|
349
352
|
} | {
|
|
@@ -428,6 +431,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
428
431
|
input: {
|
|
429
432
|
type: "RTSP_URL";
|
|
430
433
|
url: string;
|
|
434
|
+
internalVapixParameters: string;
|
|
431
435
|
} | {
|
|
432
436
|
type: "CSw";
|
|
433
437
|
} | {
|
|
@@ -512,6 +516,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
512
516
|
input: {
|
|
513
517
|
type: "RTSP_URL";
|
|
514
518
|
url: string;
|
|
519
|
+
internalVapixParameters: string;
|
|
515
520
|
} | {
|
|
516
521
|
type: "CSw";
|
|
517
522
|
} | {
|
|
@@ -596,6 +601,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
596
601
|
input: {
|
|
597
602
|
type: "RTSP_URL";
|
|
598
603
|
url: string;
|
|
604
|
+
internalVapixParameters: string;
|
|
599
605
|
} | {
|
|
600
606
|
type: "CSw";
|
|
601
607
|
} | {
|
|
@@ -680,6 +686,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
680
686
|
input: {
|
|
681
687
|
type: "RTSP_URL";
|
|
682
688
|
url: string;
|
|
689
|
+
internalVapixParameters: string;
|
|
683
690
|
} | {
|
|
684
691
|
type: "CSw";
|
|
685
692
|
} | {
|
|
@@ -764,6 +771,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
764
771
|
input: {
|
|
765
772
|
type: "RTSP_URL";
|
|
766
773
|
url: string;
|
|
774
|
+
internalVapixParameters: string;
|
|
767
775
|
} | {
|
|
768
776
|
type: "CSw";
|
|
769
777
|
} | {
|
|
@@ -848,6 +856,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
848
856
|
input: {
|
|
849
857
|
type: "RTSP_URL";
|
|
850
858
|
url: string;
|
|
859
|
+
internalVapixParameters: string;
|
|
851
860
|
} | {
|
|
852
861
|
type: "CSw";
|
|
853
862
|
} | {
|
|
@@ -932,6 +941,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
932
941
|
input: {
|
|
933
942
|
type: "RTSP_URL";
|
|
934
943
|
url: string;
|
|
944
|
+
internalVapixParameters: string;
|
|
935
945
|
} | {
|
|
936
946
|
type: "CSw";
|
|
937
947
|
} | {
|
|
@@ -1016,6 +1026,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1016
1026
|
input: {
|
|
1017
1027
|
type: "RTSP_URL";
|
|
1018
1028
|
url: string;
|
|
1029
|
+
internalVapixParameters: string;
|
|
1019
1030
|
} | {
|
|
1020
1031
|
type: "CSw";
|
|
1021
1032
|
} | {
|
|
@@ -1100,6 +1111,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1100
1111
|
input: {
|
|
1101
1112
|
type: "RTSP_URL";
|
|
1102
1113
|
url: string;
|
|
1114
|
+
internalVapixParameters: string;
|
|
1103
1115
|
} | {
|
|
1104
1116
|
type: "CSw";
|
|
1105
1117
|
} | {
|
|
@@ -1184,6 +1196,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1184
1196
|
input: {
|
|
1185
1197
|
type: "RTSP_URL";
|
|
1186
1198
|
url: string;
|
|
1199
|
+
internalVapixParameters: string;
|
|
1187
1200
|
} | {
|
|
1188
1201
|
type: "CSw";
|
|
1189
1202
|
} | {
|
|
@@ -1268,6 +1281,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1268
1281
|
input: {
|
|
1269
1282
|
type: "RTSP_URL";
|
|
1270
1283
|
url: string;
|
|
1284
|
+
internalVapixParameters: string;
|
|
1271
1285
|
} | {
|
|
1272
1286
|
type: "CSw";
|
|
1273
1287
|
} | {
|
|
@@ -1352,6 +1366,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1352
1366
|
input: {
|
|
1353
1367
|
type: "RTSP_URL";
|
|
1354
1368
|
url: string;
|
|
1369
|
+
internalVapixParameters: string;
|
|
1355
1370
|
} | {
|
|
1356
1371
|
type: "CSw";
|
|
1357
1372
|
} | {
|
|
@@ -1436,6 +1451,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1436
1451
|
input: {
|
|
1437
1452
|
type: "RTSP_URL";
|
|
1438
1453
|
url: string;
|
|
1454
|
+
internalVapixParameters: string;
|
|
1439
1455
|
} | {
|
|
1440
1456
|
type: "CSw";
|
|
1441
1457
|
} | {
|
|
@@ -1520,6 +1536,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1520
1536
|
input: {
|
|
1521
1537
|
type: "RTSP_URL";
|
|
1522
1538
|
url: string;
|
|
1539
|
+
internalVapixParameters: string;
|
|
1523
1540
|
} | {
|
|
1524
1541
|
type: "CSw";
|
|
1525
1542
|
} | {
|
|
@@ -1604,6 +1621,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1604
1621
|
input: {
|
|
1605
1622
|
type: "RTSP_URL";
|
|
1606
1623
|
url: string;
|
|
1624
|
+
internalVapixParameters: string;
|
|
1607
1625
|
} | {
|
|
1608
1626
|
type: "CSw";
|
|
1609
1627
|
} | {
|
|
@@ -1688,6 +1706,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1688
1706
|
input: {
|
|
1689
1707
|
type: "RTSP_URL";
|
|
1690
1708
|
url: string;
|
|
1709
|
+
internalVapixParameters: string;
|
|
1691
1710
|
} | {
|
|
1692
1711
|
type: "CSw";
|
|
1693
1712
|
} | {
|
|
@@ -1783,6 +1802,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1783
1802
|
input: {
|
|
1784
1803
|
type: "RTSP_URL";
|
|
1785
1804
|
url: string;
|
|
1805
|
+
internalVapixParameters: string;
|
|
1786
1806
|
} | {
|
|
1787
1807
|
type: "CSw";
|
|
1788
1808
|
} | {
|
|
@@ -1870,6 +1890,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1870
1890
|
input: {
|
|
1871
1891
|
type: "RTSP_URL";
|
|
1872
1892
|
url: string;
|
|
1893
|
+
internalVapixParameters: string;
|
|
1873
1894
|
} | {
|
|
1874
1895
|
type: "CSw";
|
|
1875
1896
|
} | {
|
|
@@ -1954,6 +1975,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1954
1975
|
input: {
|
|
1955
1976
|
type: "RTSP_URL";
|
|
1956
1977
|
url: string;
|
|
1978
|
+
internalVapixParameters: string;
|
|
1957
1979
|
} | {
|
|
1958
1980
|
type: "CSw";
|
|
1959
1981
|
} | {
|
|
@@ -1984,16 +2006,15 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1984
2006
|
streamPrivacy: "public" | "unlisted" | "private";
|
|
1985
2007
|
platform: "youtube";
|
|
1986
2008
|
countdown: boolean;
|
|
2009
|
+
playlists: string[];
|
|
1987
2010
|
tags: string[];
|
|
2011
|
+
notificationEmails: string[];
|
|
1988
2012
|
latency: "normal" | "low" | "ultra_low";
|
|
1989
2013
|
afterEndStatus: "public" | "unlisted" | "private" | "no_change";
|
|
1990
2014
|
dvr: boolean;
|
|
1991
2015
|
hasWatchdogs: boolean;
|
|
1992
|
-
|
|
1993
|
-
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
2016
|
+
streamingProtocol: "RTMP" | "RTMPS" | "HLS";
|
|
1994
2017
|
description?: string | undefined;
|
|
1995
|
-
playlist?: string | undefined;
|
|
1996
|
-
notificationEmail?: string[] | undefined;
|
|
1997
2018
|
} | {
|
|
1998
2019
|
status: {
|
|
1999
2020
|
led: boolean;
|
|
@@ -2050,6 +2071,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2050
2071
|
input: {
|
|
2051
2072
|
type: "RTSP_URL";
|
|
2052
2073
|
url: string;
|
|
2074
|
+
internalVapixParameters: string;
|
|
2053
2075
|
} | {
|
|
2054
2076
|
type: "CSw";
|
|
2055
2077
|
} | {
|
|
@@ -2134,6 +2156,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2134
2156
|
input: {
|
|
2135
2157
|
type: "RTSP_URL";
|
|
2136
2158
|
url: string;
|
|
2159
|
+
internalVapixParameters: string;
|
|
2137
2160
|
} | {
|
|
2138
2161
|
type: "CSw";
|
|
2139
2162
|
} | {
|
|
@@ -2218,6 +2241,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2218
2241
|
input: {
|
|
2219
2242
|
type: "RTSP_URL";
|
|
2220
2243
|
url: string;
|
|
2244
|
+
internalVapixParameters: string;
|
|
2221
2245
|
} | {
|
|
2222
2246
|
type: "CSw";
|
|
2223
2247
|
} | {
|
|
@@ -2302,6 +2326,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2302
2326
|
input: {
|
|
2303
2327
|
type: "RTSP_URL";
|
|
2304
2328
|
url: string;
|
|
2329
|
+
internalVapixParameters: string;
|
|
2305
2330
|
} | {
|
|
2306
2331
|
type: "CSw";
|
|
2307
2332
|
} | {
|
|
@@ -2386,6 +2411,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2386
2411
|
input: {
|
|
2387
2412
|
type: "RTSP_URL";
|
|
2388
2413
|
url: string;
|
|
2414
|
+
internalVapixParameters: string;
|
|
2389
2415
|
} | {
|
|
2390
2416
|
type: "CSw";
|
|
2391
2417
|
} | {
|
|
@@ -2470,6 +2496,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2470
2496
|
input: {
|
|
2471
2497
|
type: "RTSP_URL";
|
|
2472
2498
|
url: string;
|
|
2499
|
+
internalVapixParameters: string;
|
|
2473
2500
|
} | {
|
|
2474
2501
|
type: "CSw";
|
|
2475
2502
|
} | {
|
|
@@ -2554,6 +2581,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2554
2581
|
input: {
|
|
2555
2582
|
type: "RTSP_URL";
|
|
2556
2583
|
url: string;
|
|
2584
|
+
internalVapixParameters: string;
|
|
2557
2585
|
} | {
|
|
2558
2586
|
type: "CSw";
|
|
2559
2587
|
} | {
|
|
@@ -2638,6 +2666,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2638
2666
|
input: {
|
|
2639
2667
|
type: "RTSP_URL";
|
|
2640
2668
|
url: string;
|
|
2669
|
+
internalVapixParameters: string;
|
|
2641
2670
|
} | {
|
|
2642
2671
|
type: "CSw";
|
|
2643
2672
|
} | {
|
|
@@ -2722,6 +2751,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2722
2751
|
input: {
|
|
2723
2752
|
type: "RTSP_URL";
|
|
2724
2753
|
url: string;
|
|
2754
|
+
internalVapixParameters: string;
|
|
2725
2755
|
} | {
|
|
2726
2756
|
type: "CSw";
|
|
2727
2757
|
} | {
|
|
@@ -2806,6 +2836,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2806
2836
|
input: {
|
|
2807
2837
|
type: "RTSP_URL";
|
|
2808
2838
|
url: string;
|
|
2839
|
+
internalVapixParameters: string;
|
|
2809
2840
|
} | {
|
|
2810
2841
|
type: "CSw";
|
|
2811
2842
|
} | {
|
|
@@ -2890,6 +2921,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2890
2921
|
input: {
|
|
2891
2922
|
type: "RTSP_URL";
|
|
2892
2923
|
url: string;
|
|
2924
|
+
internalVapixParameters: string;
|
|
2893
2925
|
} | {
|
|
2894
2926
|
type: "CSw";
|
|
2895
2927
|
} | {
|
|
@@ -2974,6 +3006,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2974
3006
|
input: {
|
|
2975
3007
|
type: "RTSP_URL";
|
|
2976
3008
|
url: string;
|
|
3009
|
+
internalVapixParameters: string;
|
|
2977
3010
|
} | {
|
|
2978
3011
|
type: "CSw";
|
|
2979
3012
|
} | {
|
|
@@ -3058,6 +3091,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
3058
3091
|
input: {
|
|
3059
3092
|
type: "RTSP_URL";
|
|
3060
3093
|
url: string;
|
|
3094
|
+
internalVapixParameters: string;
|
|
3061
3095
|
} | {
|
|
3062
3096
|
type: "CSw";
|
|
3063
3097
|
} | {
|
|
@@ -3142,6 +3176,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
3142
3176
|
input: {
|
|
3143
3177
|
type: "RTSP_URL";
|
|
3144
3178
|
url: string;
|
|
3179
|
+
internalVapixParameters: string;
|
|
3145
3180
|
} | {
|
|
3146
3181
|
type: "CSw";
|
|
3147
3182
|
} | {
|
|
@@ -3226,6 +3261,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
3226
3261
|
input: {
|
|
3227
3262
|
type: "RTSP_URL";
|
|
3228
3263
|
url: string;
|
|
3264
|
+
internalVapixParameters: string;
|
|
3229
3265
|
} | {
|
|
3230
3266
|
type: "CSw";
|
|
3231
3267
|
} | {
|
|
@@ -3310,6 +3346,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
3310
3346
|
input: {
|
|
3311
3347
|
type: "RTSP_URL";
|
|
3312
3348
|
url: string;
|
|
3349
|
+
internalVapixParameters: string;
|
|
3313
3350
|
} | {
|
|
3314
3351
|
type: "CSw";
|
|
3315
3352
|
} | {
|
|
@@ -3394,6 +3431,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
3394
3431
|
input: {
|
|
3395
3432
|
type: "RTSP_URL";
|
|
3396
3433
|
url: string;
|
|
3434
|
+
internalVapixParameters: string;
|
|
3397
3435
|
} | {
|
|
3398
3436
|
type: "CSw";
|
|
3399
3437
|
} | {
|