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
|
@@ -134,11 +134,17 @@ export declare const windySchema: 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 windySchema: 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 windySchema: 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;
|
|
@@ -296,7 +306,9 @@ export declare const windySchema: z.ZodObject<{
|
|
|
296
306
|
type: "RTSP_URL";
|
|
297
307
|
url: string;
|
|
298
308
|
} | {
|
|
299
|
-
type: "CSw"
|
|
309
|
+
type: "CSw";
|
|
310
|
+
} | {
|
|
311
|
+
type: "CRS";
|
|
300
312
|
};
|
|
301
313
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
302
314
|
internalVapixParameters: string;
|
|
@@ -368,7 +380,9 @@ export declare const windySchema: z.ZodObject<{
|
|
|
368
380
|
type: "RTSP_URL";
|
|
369
381
|
url: string;
|
|
370
382
|
} | {
|
|
371
|
-
type: "CSw"
|
|
383
|
+
type: "CSw";
|
|
384
|
+
} | {
|
|
385
|
+
type: "CRS";
|
|
372
386
|
};
|
|
373
387
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
374
388
|
internalVapixParameters: string;
|
|
@@ -134,11 +134,17 @@ export declare const youtubeSchema: 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 youtubeSchema: 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 youtubeSchema: 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;
|
|
@@ -307,7 +317,9 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
307
317
|
type: "RTSP_URL";
|
|
308
318
|
url: string;
|
|
309
319
|
} | {
|
|
310
|
-
type: "CSw"
|
|
320
|
+
type: "CSw";
|
|
321
|
+
} | {
|
|
322
|
+
type: "CRS";
|
|
311
323
|
};
|
|
312
324
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
313
325
|
internalVapixParameters: string;
|
|
@@ -390,7 +402,9 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
390
402
|
type: "RTSP_URL";
|
|
391
403
|
url: string;
|
|
392
404
|
} | {
|
|
393
|
-
type: "CSw"
|
|
405
|
+
type: "CSw";
|
|
406
|
+
} | {
|
|
407
|
+
type: "CRS";
|
|
394
408
|
};
|
|
395
409
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
396
410
|
internalVapixParameters: string;
|
|
@@ -744,11 +744,11 @@ export declare const getIcaoSchema: z.ZodObject<{
|
|
|
744
744
|
}>;
|
|
745
745
|
export type TGetIcaoByOption = 'registration' | 'callsign';
|
|
746
746
|
export declare const trackingModeSchema: z.ZodObject<{
|
|
747
|
-
mode: z.ZodUnion<[z.ZodLiteral<"MANUAL">, z.ZodLiteral<"AUTOMATIC">]
|
|
747
|
+
mode: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"MANUAL">, z.ZodLiteral<"AUTOMATIC">]>>;
|
|
748
748
|
}, "strip", z.ZodTypeAny, {
|
|
749
749
|
mode: "MANUAL" | "AUTOMATIC";
|
|
750
750
|
}, {
|
|
751
|
-
mode
|
|
751
|
+
mode?: "MANUAL" | "AUTOMATIC" | undefined;
|
|
752
752
|
}>;
|
|
753
753
|
export type TTrackingMode = z.infer<typeof trackingModeSchema>;
|
|
754
754
|
export declare const flightInfoSchema: z.ZodObject<{
|
|
@@ -265,7 +265,7 @@ exports.getIcaoSchema = zod_1.z.object({
|
|
|
265
265
|
icao: zod_1.z.string(),
|
|
266
266
|
});
|
|
267
267
|
exports.trackingModeSchema = zod_1.z.object({
|
|
268
|
-
mode: zod_1.z.union([zod_1.z.literal('MANUAL'), zod_1.z.literal('AUTOMATIC')]),
|
|
268
|
+
mode: zod_1.z.union([zod_1.z.literal('MANUAL'), zod_1.z.literal('AUTOMATIC')]).default('AUTOMATIC'),
|
|
269
269
|
});
|
|
270
270
|
exports.flightInfoSchema = zod_1.z.object({
|
|
271
271
|
callsign: zod_1.z.string().optional(),
|
|
@@ -419,11 +419,11 @@ export declare const planeTrackerUserActionData: z.ZodDiscriminatedUnion<"cgi",
|
|
|
419
419
|
userPriority: string;
|
|
420
420
|
}>;
|
|
421
421
|
postJsonBody: z.ZodObject<{
|
|
422
|
-
mode: z.ZodUnion<[z.ZodLiteral<"MANUAL">, z.ZodLiteral<"AUTOMATIC">]
|
|
422
|
+
mode: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"MANUAL">, z.ZodLiteral<"AUTOMATIC">]>>;
|
|
423
423
|
}, "strip", z.ZodTypeAny, {
|
|
424
424
|
mode: "MANUAL" | "AUTOMATIC";
|
|
425
425
|
}, {
|
|
426
|
-
mode
|
|
426
|
+
mode?: "MANUAL" | "AUTOMATIC" | undefined;
|
|
427
427
|
}>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
params: {
|
|
@@ -445,7 +445,7 @@ export declare const planeTrackerUserActionData: z.ZodDiscriminatedUnion<"cgi",
|
|
|
445
445
|
ip: string;
|
|
446
446
|
cgi: PlaneTrackerUserActions.SET_TRACKING_MODE;
|
|
447
447
|
postJsonBody: {
|
|
448
|
-
mode
|
|
448
|
+
mode?: "MANUAL" | "AUTOMATIC" | undefined;
|
|
449
449
|
};
|
|
450
450
|
}>, z.ZodObject<{
|
|
451
451
|
cgi: z.ZodLiteral<PlaneTrackerUserActions.SET_ZONES>;
|
|
@@ -50,7 +50,10 @@ export const streamCommonSchema = z.object({
|
|
|
50
50
|
url: z.string(),
|
|
51
51
|
}),
|
|
52
52
|
z.object({
|
|
53
|
-
type: z.
|
|
53
|
+
type: z.literal('CSw'),
|
|
54
|
+
}),
|
|
55
|
+
z.object({
|
|
56
|
+
type: z.literal('CRS'),
|
|
54
57
|
}),
|
|
55
58
|
]),
|
|
56
59
|
streamingProtocol: z.union([z.literal('RTMP'), z.literal('RTMPS'), z.literal('HLS_PUSH')]),
|
|
@@ -262,7 +262,7 @@ export const getIcaoSchema = z.object({
|
|
|
262
262
|
icao: z.string(),
|
|
263
263
|
});
|
|
264
264
|
export const trackingModeSchema = z.object({
|
|
265
|
-
mode: z.union([z.literal('MANUAL'), z.literal('AUTOMATIC')]),
|
|
265
|
+
mode: z.union([z.literal('MANUAL'), z.literal('AUTOMATIC')]).default('AUTOMATIC'),
|
|
266
266
|
});
|
|
267
267
|
export const flightInfoSchema = z.object({
|
|
268
268
|
callsign: z.string().optional(),
|
package/package.json
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;
|