camstreamerlib 4.0.0-beta.161 → 4.0.0-beta.163
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/README.md +43 -14
- package/cjs/CamStreamerAPI.d.ts +42 -0
- package/cjs/VapixAPI.d.ts +9 -9
- package/cjs/VapixAPI.js +59 -59
- package/cjs/internal/convertors.js +1 -1
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +349 -0
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/oldStreamSchema.d.ts +6 -6
- 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 +10 -0
- package/cjs/types/CamStreamerAPI/windySchema.js +1 -0
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +7 -0
- package/esm/VapixAPI.js +59 -59
- package/esm/internal/convertors.js +1 -1
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/esm/types/CamStreamerAPI/windySchema.js +1 -0
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +42 -0
- package/types/VapixAPI.d.ts +9 -9
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +349 -0
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +7 -0
- package/types/types/CamStreamerAPI/oldStreamSchema.d.ts +6 -6
- 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 +10 -0
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +7 -0
|
@@ -211,10 +211,13 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
211
211
|
internalVapixParameters: string;
|
|
212
212
|
}>, z.ZodObject<{
|
|
213
213
|
type: z.ZodLiteral<"CSw">;
|
|
214
|
+
internalVapixParameters: z.ZodString;
|
|
214
215
|
}, "strip", z.ZodTypeAny, {
|
|
215
216
|
type: "CSw";
|
|
217
|
+
internalVapixParameters: string;
|
|
216
218
|
}, {
|
|
217
219
|
type: "CSw";
|
|
220
|
+
internalVapixParameters: string;
|
|
218
221
|
}>, z.ZodObject<{
|
|
219
222
|
type: z.ZodLiteral<"CRS">;
|
|
220
223
|
internalVapixParameters: z.ZodString;
|
|
@@ -255,6 +258,7 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
255
258
|
internalVapixParameters: string;
|
|
256
259
|
} | {
|
|
257
260
|
type: "CSw";
|
|
261
|
+
internalVapixParameters: string;
|
|
258
262
|
} | {
|
|
259
263
|
type: "CRS";
|
|
260
264
|
internalVapixParameters: string;
|
|
@@ -287,6 +291,7 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
287
291
|
internalVapixParameters: string;
|
|
288
292
|
} | {
|
|
289
293
|
type: "CSw";
|
|
294
|
+
internalVapixParameters: string;
|
|
290
295
|
} | {
|
|
291
296
|
type: "CRS";
|
|
292
297
|
internalVapixParameters: string;
|
|
@@ -446,6 +451,7 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
446
451
|
internalVapixParameters: string;
|
|
447
452
|
} | {
|
|
448
453
|
type: "CSw";
|
|
454
|
+
internalVapixParameters: string;
|
|
449
455
|
} | {
|
|
450
456
|
type: "CRS";
|
|
451
457
|
internalVapixParameters: string;
|
|
@@ -541,6 +547,7 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
541
547
|
internalVapixParameters: string;
|
|
542
548
|
} | {
|
|
543
549
|
type: "CSw";
|
|
550
|
+
internalVapixParameters: string;
|
|
544
551
|
} | {
|
|
545
552
|
type: "CRS";
|
|
546
553
|
internalVapixParameters: string;
|
|
@@ -32,10 +32,10 @@ export declare const oldStringStreamSchema: z.ZodObject<{
|
|
|
32
32
|
userVapixParameters: string;
|
|
33
33
|
forceStereo: string;
|
|
34
34
|
avSyncMsec: string;
|
|
35
|
+
mediaServerUrl: string;
|
|
35
36
|
audioSource: string;
|
|
36
37
|
outputParameters: string;
|
|
37
38
|
outputType: string;
|
|
38
|
-
mediaServerUrl: string;
|
|
39
39
|
inputType: string;
|
|
40
40
|
inputUrl: string;
|
|
41
41
|
streamDelay: string;
|
|
@@ -54,10 +54,10 @@ export declare const oldStringStreamSchema: z.ZodObject<{
|
|
|
54
54
|
userVapixParameters: string;
|
|
55
55
|
forceStereo: string;
|
|
56
56
|
avSyncMsec: string;
|
|
57
|
+
mediaServerUrl: string;
|
|
57
58
|
audioSource: string;
|
|
58
59
|
outputParameters: string;
|
|
59
60
|
outputType: string;
|
|
60
|
-
mediaServerUrl: string;
|
|
61
61
|
inputType: string;
|
|
62
62
|
inputUrl: string;
|
|
63
63
|
streamDelay: string;
|
|
@@ -102,10 +102,10 @@ export declare const oldStringStreamSchemaWithId: z.ZodObject<{
|
|
|
102
102
|
userVapixParameters: string;
|
|
103
103
|
forceStereo: string;
|
|
104
104
|
avSyncMsec: string;
|
|
105
|
+
mediaServerUrl: string;
|
|
105
106
|
audioSource: string;
|
|
106
107
|
outputParameters: string;
|
|
107
108
|
outputType: string;
|
|
108
|
-
mediaServerUrl: string;
|
|
109
109
|
inputType: string;
|
|
110
110
|
inputUrl: string;
|
|
111
111
|
streamDelay: string;
|
|
@@ -125,10 +125,10 @@ export declare const oldStringStreamSchemaWithId: z.ZodObject<{
|
|
|
125
125
|
userVapixParameters: string;
|
|
126
126
|
forceStereo: string;
|
|
127
127
|
avSyncMsec: string;
|
|
128
|
+
mediaServerUrl: string;
|
|
128
129
|
audioSource: string;
|
|
129
130
|
outputParameters: string;
|
|
130
131
|
outputType: string;
|
|
131
|
-
mediaServerUrl: string;
|
|
132
132
|
inputType: string;
|
|
133
133
|
inputUrl: string;
|
|
134
134
|
streamDelay: string;
|
|
@@ -171,10 +171,10 @@ export declare const oldStreamSchema: z.ZodObject<{
|
|
|
171
171
|
userVapixParameters: string;
|
|
172
172
|
forceStereo: 0 | 1;
|
|
173
173
|
avSyncMsec: number;
|
|
174
|
+
mediaServerUrl: string;
|
|
174
175
|
audioSource: string;
|
|
175
176
|
outputParameters: string;
|
|
176
177
|
outputType: "video" | "images" | "none";
|
|
177
|
-
mediaServerUrl: string;
|
|
178
178
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
179
179
|
inputUrl: string;
|
|
180
180
|
streamDelay: number | null;
|
|
@@ -193,10 +193,10 @@ export declare const oldStreamSchema: z.ZodObject<{
|
|
|
193
193
|
userVapixParameters: string;
|
|
194
194
|
forceStereo: 0 | 1;
|
|
195
195
|
avSyncMsec: number;
|
|
196
|
+
mediaServerUrl: string;
|
|
196
197
|
audioSource: string;
|
|
197
198
|
outputParameters: string;
|
|
198
199
|
outputType: "video" | "images" | "none";
|
|
199
|
-
mediaServerUrl: string;
|
|
200
200
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
201
201
|
inputUrl: string;
|
|
202
202
|
streamDelay: number | null;
|
|
@@ -188,10 +188,13 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
188
188
|
internalVapixParameters: string;
|
|
189
189
|
}>, z.ZodObject<{
|
|
190
190
|
type: z.ZodLiteral<"CSw">;
|
|
191
|
+
internalVapixParameters: z.ZodString;
|
|
191
192
|
}, "strip", z.ZodTypeAny, {
|
|
192
193
|
type: "CSw";
|
|
194
|
+
internalVapixParameters: string;
|
|
193
195
|
}, {
|
|
194
196
|
type: "CSw";
|
|
197
|
+
internalVapixParameters: string;
|
|
195
198
|
}>, z.ZodObject<{
|
|
196
199
|
type: z.ZodLiteral<"CRS">;
|
|
197
200
|
internalVapixParameters: z.ZodString;
|
|
@@ -232,6 +235,7 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
232
235
|
internalVapixParameters: string;
|
|
233
236
|
} | {
|
|
234
237
|
type: "CSw";
|
|
238
|
+
internalVapixParameters: string;
|
|
235
239
|
} | {
|
|
236
240
|
type: "CRS";
|
|
237
241
|
internalVapixParameters: string;
|
|
@@ -264,6 +268,7 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
264
268
|
internalVapixParameters: string;
|
|
265
269
|
} | {
|
|
266
270
|
type: "CSw";
|
|
271
|
+
internalVapixParameters: string;
|
|
267
272
|
} | {
|
|
268
273
|
type: "CRS";
|
|
269
274
|
internalVapixParameters: string;
|
|
@@ -392,6 +397,7 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
392
397
|
internalVapixParameters: string;
|
|
393
398
|
} | {
|
|
394
399
|
type: "CSw";
|
|
400
|
+
internalVapixParameters: string;
|
|
395
401
|
} | {
|
|
396
402
|
type: "CRS";
|
|
397
403
|
internalVapixParameters: string;
|
|
@@ -476,6 +482,7 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
476
482
|
internalVapixParameters: string;
|
|
477
483
|
} | {
|
|
478
484
|
type: "CSw";
|
|
485
|
+
internalVapixParameters: string;
|
|
479
486
|
} | {
|
|
480
487
|
type: "CRS";
|
|
481
488
|
internalVapixParameters: string;
|