camstreamerlib 4.0.0-beta.102 → 4.0.0-beta.103
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/CamOverlayAPI.d.ts +6 -6
- package/cjs/CamStreamerAPI.d.ts +270 -305
- package/cjs/CamStreamerAPI.js +12 -2
- package/cjs/CamSwitcherAPI.js +9 -63
- package/cjs/errors/errors.d.ts +4 -3
- package/cjs/errors/errors.js +3 -1
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +1 -0
- package/cjs/internal/constants.d.ts +1 -0
- package/cjs/internal/constants.js +2 -1
- package/cjs/internal/convertors.d.ts +6 -0
- package/cjs/internal/convertors.js +115 -0
- package/cjs/types/CamOverlayAPI/CamOverlayAPI.d.ts +21 -21
- package/cjs/types/CamOverlayAPI/customGraphicsSchema.d.ts +2 -2
- package/cjs/types/CamOverlayAPI/ptzCompassSchema.d.ts +4 -4
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +1501 -1976
- package/cjs/types/CamStreamerAPI/churchSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/daCastSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/dailymotionSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/gameChangerSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/hlsPullSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/hlsPushSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/ibmSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/microsoftAzureSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/microsoftStreamSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/mpegDvbSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/oldStreamSchema.d.ts +12 -12
- package/cjs/types/CamStreamerAPI/rtmpSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/rtmpSchema.js +1 -1
- package/cjs/types/CamStreamerAPI/sdCardSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/srtSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +88 -56
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +44 -9
- package/cjs/types/CamStreamerAPI/twitchSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/vimeoSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/wowzaSchema.d.ts +27 -38
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +27 -38
- package/cjs/types/CamSwitcherAPI.d.ts +8 -27
- package/cjs/types/CamSwitcherAPI.js +2 -9
- package/cjs/types/common.d.ts +19 -0
- package/cjs/types/common.js +8 -1
- package/cjs/types/ws/CamStreamerEvents.d.ts +44 -0
- package/cjs/types/ws/CamStreamerEvents.js +5 -0
- package/esm/CamStreamerAPI.js +12 -2
- package/esm/CamSwitcherAPI.js +8 -62
- package/esm/errors/errors.js +3 -1
- package/esm/index.js +1 -0
- package/esm/internal/constants.js +1 -0
- package/esm/internal/convertors.js +108 -0
- package/esm/types/CamStreamerAPI/rtmpSchema.js +1 -1
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +44 -9
- package/esm/types/CamSwitcherAPI.js +1 -8
- package/esm/types/common.js +7 -0
- package/esm/types/ws/CamStreamerEvents.js +5 -0
- package/package.json +1 -1
- package/types/CamOverlayAPI.d.ts +6 -6
- package/types/CamStreamerAPI.d.ts +270 -305
- package/types/errors/errors.d.ts +4 -3
- package/types/index.d.ts +1 -0
- package/types/internal/constants.d.ts +1 -0
- package/types/internal/convertors.d.ts +6 -0
- package/types/types/CamOverlayAPI/CamOverlayAPI.d.ts +21 -21
- package/types/types/CamOverlayAPI/customGraphicsSchema.d.ts +2 -2
- package/types/types/CamOverlayAPI/ptzCompassSchema.d.ts +4 -4
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +1501 -1976
- package/types/types/CamStreamerAPI/churchSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/daCastSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/dailymotionSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/gameChangerSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/hlsPullSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/hlsPushSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/ibmSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/microsoftAzureSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/microsoftStreamSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/mpegDvbSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/oldStreamSchema.d.ts +12 -12
- package/types/types/CamStreamerAPI/rtmpSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/sdCardSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/srtSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +88 -56
- package/types/types/CamStreamerAPI/twitchSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/vimeoSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/windySchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/wowzaSchema.d.ts +27 -38
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +27 -38
- package/types/types/CamSwitcherAPI.d.ts +8 -27
- package/types/types/common.d.ts +19 -0
- package/types/types/ws/CamStreamerEvents.d.ts +44 -0
package/cjs/CamStreamerAPI.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
11
11
|
getClient(proxyParams?: TProxyParams): Client | ProxyClient<Client>;
|
|
12
12
|
wsAuthorization(options?: THttpRequestOptions): Promise<string>;
|
|
13
13
|
getUtcTime(options?: THttpRequestOptions): Promise<number>;
|
|
14
|
+
getMaxFps(source?: number, options?: THttpRequestOptions): Promise<any>;
|
|
14
15
|
getStreamList(options?: THttpRequestOptions): Promise<({
|
|
15
16
|
type: "facebook";
|
|
16
17
|
audio: {
|
|
@@ -54,14 +55,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
54
55
|
}[];
|
|
55
56
|
};
|
|
56
57
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
57
|
-
internalVapixParameters:
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
videomaxbitrate?: number | undefined;
|
|
58
|
+
internalVapixParameters: string;
|
|
59
|
+
userVapixParameters: string;
|
|
60
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
61
|
+
streamDelay: {
|
|
62
|
+
enabled: boolean;
|
|
63
|
+
timeS: number;
|
|
64
|
+
unit: "seconds" | "minutes" | "hours";
|
|
65
65
|
};
|
|
66
66
|
} | {
|
|
67
67
|
type: "mpeg_dvb";
|
|
@@ -107,14 +107,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
107
107
|
}[];
|
|
108
108
|
};
|
|
109
109
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
110
|
-
internalVapixParameters:
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
videomaxbitrate?: number | undefined;
|
|
110
|
+
internalVapixParameters: string;
|
|
111
|
+
userVapixParameters: string;
|
|
112
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
113
|
+
streamDelay: {
|
|
114
|
+
enabled: boolean;
|
|
115
|
+
timeS: number;
|
|
116
|
+
unit: "seconds" | "minutes" | "hours";
|
|
118
117
|
};
|
|
119
118
|
ipAddress: string;
|
|
120
119
|
standard: "DVB" | "ATSC";
|
|
@@ -174,14 +173,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
174
173
|
}[];
|
|
175
174
|
};
|
|
176
175
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
177
|
-
internalVapixParameters:
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
videomaxbitrate?: number | undefined;
|
|
176
|
+
internalVapixParameters: string;
|
|
177
|
+
userVapixParameters: string;
|
|
178
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
179
|
+
streamDelay: {
|
|
180
|
+
enabled: boolean;
|
|
181
|
+
timeS: number;
|
|
182
|
+
unit: "seconds" | "minutes" | "hours";
|
|
185
183
|
};
|
|
186
184
|
rtmpUrl: string;
|
|
187
185
|
streamKey: string;
|
|
@@ -229,14 +227,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
229
227
|
}[];
|
|
230
228
|
};
|
|
231
229
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
232
|
-
internalVapixParameters:
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
videomaxbitrate?: number | undefined;
|
|
230
|
+
internalVapixParameters: string;
|
|
231
|
+
userVapixParameters: string;
|
|
232
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
233
|
+
streamDelay: {
|
|
234
|
+
enabled: boolean;
|
|
235
|
+
timeS: number;
|
|
236
|
+
unit: "seconds" | "minutes" | "hours";
|
|
240
237
|
};
|
|
241
238
|
} | {
|
|
242
239
|
type: "windy";
|
|
@@ -281,14 +278,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
281
278
|
}[];
|
|
282
279
|
};
|
|
283
280
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
284
|
-
internalVapixParameters:
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
videomaxbitrate?: number | undefined;
|
|
281
|
+
internalVapixParameters: string;
|
|
282
|
+
userVapixParameters: string;
|
|
283
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
284
|
+
streamDelay: {
|
|
285
|
+
enabled: boolean;
|
|
286
|
+
timeS: number;
|
|
287
|
+
unit: "seconds" | "minutes" | "hours";
|
|
292
288
|
};
|
|
293
289
|
} | {
|
|
294
290
|
type: "youtube";
|
|
@@ -333,14 +329,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
333
329
|
}[];
|
|
334
330
|
};
|
|
335
331
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
336
|
-
internalVapixParameters:
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
videomaxbitrate?: number | undefined;
|
|
332
|
+
internalVapixParameters: string;
|
|
333
|
+
userVapixParameters: string;
|
|
334
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
335
|
+
streamDelay: {
|
|
336
|
+
enabled: boolean;
|
|
337
|
+
timeS: number;
|
|
338
|
+
unit: "seconds" | "minutes" | "hours";
|
|
344
339
|
};
|
|
345
340
|
statusCameraLed: boolean;
|
|
346
341
|
statusCameraOutput: string;
|
|
@@ -399,14 +394,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
399
394
|
}[];
|
|
400
395
|
};
|
|
401
396
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
402
|
-
internalVapixParameters:
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
videomaxbitrate?: number | undefined;
|
|
397
|
+
internalVapixParameters: string;
|
|
398
|
+
userVapixParameters: string;
|
|
399
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
400
|
+
streamDelay: {
|
|
401
|
+
enabled: boolean;
|
|
402
|
+
timeS: number;
|
|
403
|
+
unit: "seconds" | "minutes" | "hours";
|
|
410
404
|
};
|
|
411
405
|
} | {
|
|
412
406
|
type: "twitch";
|
|
@@ -451,14 +445,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
451
445
|
}[];
|
|
452
446
|
};
|
|
453
447
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
454
|
-
internalVapixParameters:
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
videomaxbitrate?: number | undefined;
|
|
448
|
+
internalVapixParameters: string;
|
|
449
|
+
userVapixParameters: string;
|
|
450
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
451
|
+
streamDelay: {
|
|
452
|
+
enabled: boolean;
|
|
453
|
+
timeS: number;
|
|
454
|
+
unit: "seconds" | "minutes" | "hours";
|
|
462
455
|
};
|
|
463
456
|
} | {
|
|
464
457
|
type: "church";
|
|
@@ -503,14 +496,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
503
496
|
}[];
|
|
504
497
|
};
|
|
505
498
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
506
|
-
internalVapixParameters:
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
videomaxbitrate?: number | undefined;
|
|
499
|
+
internalVapixParameters: string;
|
|
500
|
+
userVapixParameters: string;
|
|
501
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
502
|
+
streamDelay: {
|
|
503
|
+
enabled: boolean;
|
|
504
|
+
timeS: number;
|
|
505
|
+
unit: "seconds" | "minutes" | "hours";
|
|
514
506
|
};
|
|
515
507
|
} | {
|
|
516
508
|
type: "srt";
|
|
@@ -555,14 +547,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
555
547
|
}[];
|
|
556
548
|
};
|
|
557
549
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
558
|
-
internalVapixParameters:
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
videomaxbitrate?: number | undefined;
|
|
550
|
+
internalVapixParameters: string;
|
|
551
|
+
userVapixParameters: string;
|
|
552
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
553
|
+
streamDelay: {
|
|
554
|
+
enabled: boolean;
|
|
555
|
+
timeS: number;
|
|
556
|
+
unit: "seconds" | "minutes" | "hours";
|
|
566
557
|
};
|
|
567
558
|
} | {
|
|
568
559
|
type: "da_cast";
|
|
@@ -607,14 +598,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
607
598
|
}[];
|
|
608
599
|
};
|
|
609
600
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
610
|
-
internalVapixParameters:
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
videomaxbitrate?: number | undefined;
|
|
601
|
+
internalVapixParameters: string;
|
|
602
|
+
userVapixParameters: string;
|
|
603
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
604
|
+
streamDelay: {
|
|
605
|
+
enabled: boolean;
|
|
606
|
+
timeS: number;
|
|
607
|
+
unit: "seconds" | "minutes" | "hours";
|
|
618
608
|
};
|
|
619
609
|
} | {
|
|
620
610
|
type: "hls_pull";
|
|
@@ -659,14 +649,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
659
649
|
}[];
|
|
660
650
|
};
|
|
661
651
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
662
|
-
internalVapixParameters:
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
videomaxbitrate?: number | undefined;
|
|
652
|
+
internalVapixParameters: string;
|
|
653
|
+
userVapixParameters: string;
|
|
654
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
655
|
+
streamDelay: {
|
|
656
|
+
enabled: boolean;
|
|
657
|
+
timeS: number;
|
|
658
|
+
unit: "seconds" | "minutes" | "hours";
|
|
670
659
|
};
|
|
671
660
|
} | {
|
|
672
661
|
type: "hls_push";
|
|
@@ -711,14 +700,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
711
700
|
}[];
|
|
712
701
|
};
|
|
713
702
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
714
|
-
internalVapixParameters:
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
videomaxbitrate?: number | undefined;
|
|
703
|
+
internalVapixParameters: string;
|
|
704
|
+
userVapixParameters: string;
|
|
705
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
706
|
+
streamDelay: {
|
|
707
|
+
enabled: boolean;
|
|
708
|
+
timeS: number;
|
|
709
|
+
unit: "seconds" | "minutes" | "hours";
|
|
722
710
|
};
|
|
723
711
|
} | {
|
|
724
712
|
type: "wowza";
|
|
@@ -763,14 +751,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
763
751
|
}[];
|
|
764
752
|
};
|
|
765
753
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
766
|
-
internalVapixParameters:
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
videomaxbitrate?: number | undefined;
|
|
754
|
+
internalVapixParameters: string;
|
|
755
|
+
userVapixParameters: string;
|
|
756
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
757
|
+
streamDelay: {
|
|
758
|
+
enabled: boolean;
|
|
759
|
+
timeS: number;
|
|
760
|
+
unit: "seconds" | "minutes" | "hours";
|
|
774
761
|
};
|
|
775
762
|
} | {
|
|
776
763
|
type: "dailymotion";
|
|
@@ -815,14 +802,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
815
802
|
}[];
|
|
816
803
|
};
|
|
817
804
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
818
|
-
internalVapixParameters:
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
videomaxbitrate?: number | undefined;
|
|
805
|
+
internalVapixParameters: string;
|
|
806
|
+
userVapixParameters: string;
|
|
807
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
808
|
+
streamDelay: {
|
|
809
|
+
enabled: boolean;
|
|
810
|
+
timeS: number;
|
|
811
|
+
unit: "seconds" | "minutes" | "hours";
|
|
826
812
|
};
|
|
827
813
|
} | {
|
|
828
814
|
type: "ibm";
|
|
@@ -867,14 +853,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
867
853
|
}[];
|
|
868
854
|
};
|
|
869
855
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
870
|
-
internalVapixParameters:
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
videomaxbitrate?: number | undefined;
|
|
856
|
+
internalVapixParameters: string;
|
|
857
|
+
userVapixParameters: string;
|
|
858
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
859
|
+
streamDelay: {
|
|
860
|
+
enabled: boolean;
|
|
861
|
+
timeS: number;
|
|
862
|
+
unit: "seconds" | "minutes" | "hours";
|
|
878
863
|
};
|
|
879
864
|
} | {
|
|
880
865
|
type: "microsoft_azure";
|
|
@@ -919,14 +904,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
919
904
|
}[];
|
|
920
905
|
};
|
|
921
906
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
922
|
-
internalVapixParameters:
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
videomaxbitrate?: number | undefined;
|
|
907
|
+
internalVapixParameters: string;
|
|
908
|
+
userVapixParameters: string;
|
|
909
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
910
|
+
streamDelay: {
|
|
911
|
+
enabled: boolean;
|
|
912
|
+
timeS: number;
|
|
913
|
+
unit: "seconds" | "minutes" | "hours";
|
|
930
914
|
};
|
|
931
915
|
} | {
|
|
932
916
|
type: "microsoft_stream";
|
|
@@ -971,14 +955,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
971
955
|
}[];
|
|
972
956
|
};
|
|
973
957
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
974
|
-
internalVapixParameters:
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
videomaxbitrate?: number | undefined;
|
|
958
|
+
internalVapixParameters: string;
|
|
959
|
+
userVapixParameters: string;
|
|
960
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
961
|
+
streamDelay: {
|
|
962
|
+
enabled: boolean;
|
|
963
|
+
timeS: number;
|
|
964
|
+
unit: "seconds" | "minutes" | "hours";
|
|
982
965
|
};
|
|
983
966
|
} | {
|
|
984
967
|
type: "game_changer";
|
|
@@ -1023,14 +1006,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1023
1006
|
}[];
|
|
1024
1007
|
};
|
|
1025
1008
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1026
|
-
internalVapixParameters:
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
videomaxbitrate?: number | undefined;
|
|
1009
|
+
internalVapixParameters: string;
|
|
1010
|
+
userVapixParameters: string;
|
|
1011
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1012
|
+
streamDelay: {
|
|
1013
|
+
enabled: boolean;
|
|
1014
|
+
timeS: number;
|
|
1015
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1034
1016
|
};
|
|
1035
1017
|
})[]>;
|
|
1036
1018
|
setStreamList(streamList: TStreamList['streamList'], options?: THttpRequestOptions): Promise<void>;
|
|
@@ -1077,14 +1059,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1077
1059
|
}[];
|
|
1078
1060
|
};
|
|
1079
1061
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1080
|
-
internalVapixParameters:
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
videomaxbitrate?: number | undefined;
|
|
1062
|
+
internalVapixParameters: string;
|
|
1063
|
+
userVapixParameters: string;
|
|
1064
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1065
|
+
streamDelay: {
|
|
1066
|
+
enabled: boolean;
|
|
1067
|
+
timeS: number;
|
|
1068
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1088
1069
|
};
|
|
1089
1070
|
} | {
|
|
1090
1071
|
type: "mpeg_dvb";
|
|
@@ -1130,14 +1111,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1130
1111
|
}[];
|
|
1131
1112
|
};
|
|
1132
1113
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1133
|
-
internalVapixParameters:
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
videomaxbitrate?: number | undefined;
|
|
1114
|
+
internalVapixParameters: string;
|
|
1115
|
+
userVapixParameters: string;
|
|
1116
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1117
|
+
streamDelay: {
|
|
1118
|
+
enabled: boolean;
|
|
1119
|
+
timeS: number;
|
|
1120
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1141
1121
|
};
|
|
1142
1122
|
ipAddress: string;
|
|
1143
1123
|
standard: "DVB" | "ATSC";
|
|
@@ -1197,14 +1177,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1197
1177
|
}[];
|
|
1198
1178
|
};
|
|
1199
1179
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1200
|
-
internalVapixParameters:
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
videomaxbitrate?: number | undefined;
|
|
1180
|
+
internalVapixParameters: string;
|
|
1181
|
+
userVapixParameters: string;
|
|
1182
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1183
|
+
streamDelay: {
|
|
1184
|
+
enabled: boolean;
|
|
1185
|
+
timeS: number;
|
|
1186
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1208
1187
|
};
|
|
1209
1188
|
rtmpUrl: string;
|
|
1210
1189
|
streamKey: string;
|
|
@@ -1252,14 +1231,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1252
1231
|
}[];
|
|
1253
1232
|
};
|
|
1254
1233
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1255
|
-
internalVapixParameters:
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
videomaxbitrate?: number | undefined;
|
|
1234
|
+
internalVapixParameters: string;
|
|
1235
|
+
userVapixParameters: string;
|
|
1236
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1237
|
+
streamDelay: {
|
|
1238
|
+
enabled: boolean;
|
|
1239
|
+
timeS: number;
|
|
1240
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1263
1241
|
};
|
|
1264
1242
|
} | {
|
|
1265
1243
|
type: "windy";
|
|
@@ -1304,14 +1282,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1304
1282
|
}[];
|
|
1305
1283
|
};
|
|
1306
1284
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1307
|
-
internalVapixParameters:
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
videomaxbitrate?: number | undefined;
|
|
1285
|
+
internalVapixParameters: string;
|
|
1286
|
+
userVapixParameters: string;
|
|
1287
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1288
|
+
streamDelay: {
|
|
1289
|
+
enabled: boolean;
|
|
1290
|
+
timeS: number;
|
|
1291
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1315
1292
|
};
|
|
1316
1293
|
} | {
|
|
1317
1294
|
type: "youtube";
|
|
@@ -1356,14 +1333,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1356
1333
|
}[];
|
|
1357
1334
|
};
|
|
1358
1335
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1359
|
-
internalVapixParameters:
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
videomaxbitrate?: number | undefined;
|
|
1336
|
+
internalVapixParameters: string;
|
|
1337
|
+
userVapixParameters: string;
|
|
1338
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1339
|
+
streamDelay: {
|
|
1340
|
+
enabled: boolean;
|
|
1341
|
+
timeS: number;
|
|
1342
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1367
1343
|
};
|
|
1368
1344
|
statusCameraLed: boolean;
|
|
1369
1345
|
statusCameraOutput: string;
|
|
@@ -1422,14 +1398,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1422
1398
|
}[];
|
|
1423
1399
|
};
|
|
1424
1400
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1425
|
-
internalVapixParameters:
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
videomaxbitrate?: number | undefined;
|
|
1401
|
+
internalVapixParameters: string;
|
|
1402
|
+
userVapixParameters: string;
|
|
1403
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1404
|
+
streamDelay: {
|
|
1405
|
+
enabled: boolean;
|
|
1406
|
+
timeS: number;
|
|
1407
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1433
1408
|
};
|
|
1434
1409
|
} | {
|
|
1435
1410
|
type: "twitch";
|
|
@@ -1474,14 +1449,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1474
1449
|
}[];
|
|
1475
1450
|
};
|
|
1476
1451
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1477
|
-
internalVapixParameters:
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
videomaxbitrate?: number | undefined;
|
|
1452
|
+
internalVapixParameters: string;
|
|
1453
|
+
userVapixParameters: string;
|
|
1454
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1455
|
+
streamDelay: {
|
|
1456
|
+
enabled: boolean;
|
|
1457
|
+
timeS: number;
|
|
1458
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1485
1459
|
};
|
|
1486
1460
|
} | {
|
|
1487
1461
|
type: "church";
|
|
@@ -1526,14 +1500,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1526
1500
|
}[];
|
|
1527
1501
|
};
|
|
1528
1502
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1529
|
-
internalVapixParameters:
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
videomaxbitrate?: number | undefined;
|
|
1503
|
+
internalVapixParameters: string;
|
|
1504
|
+
userVapixParameters: string;
|
|
1505
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1506
|
+
streamDelay: {
|
|
1507
|
+
enabled: boolean;
|
|
1508
|
+
timeS: number;
|
|
1509
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1537
1510
|
};
|
|
1538
1511
|
} | {
|
|
1539
1512
|
type: "srt";
|
|
@@ -1578,14 +1551,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1578
1551
|
}[];
|
|
1579
1552
|
};
|
|
1580
1553
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1581
|
-
internalVapixParameters:
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
videomaxbitrate?: number | undefined;
|
|
1554
|
+
internalVapixParameters: string;
|
|
1555
|
+
userVapixParameters: string;
|
|
1556
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1557
|
+
streamDelay: {
|
|
1558
|
+
enabled: boolean;
|
|
1559
|
+
timeS: number;
|
|
1560
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1589
1561
|
};
|
|
1590
1562
|
} | {
|
|
1591
1563
|
type: "da_cast";
|
|
@@ -1630,14 +1602,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1630
1602
|
}[];
|
|
1631
1603
|
};
|
|
1632
1604
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1633
|
-
internalVapixParameters:
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
videomaxbitrate?: number | undefined;
|
|
1605
|
+
internalVapixParameters: string;
|
|
1606
|
+
userVapixParameters: string;
|
|
1607
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1608
|
+
streamDelay: {
|
|
1609
|
+
enabled: boolean;
|
|
1610
|
+
timeS: number;
|
|
1611
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1641
1612
|
};
|
|
1642
1613
|
} | {
|
|
1643
1614
|
type: "hls_pull";
|
|
@@ -1682,14 +1653,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1682
1653
|
}[];
|
|
1683
1654
|
};
|
|
1684
1655
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1685
|
-
internalVapixParameters:
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
videomaxbitrate?: number | undefined;
|
|
1656
|
+
internalVapixParameters: string;
|
|
1657
|
+
userVapixParameters: string;
|
|
1658
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1659
|
+
streamDelay: {
|
|
1660
|
+
enabled: boolean;
|
|
1661
|
+
timeS: number;
|
|
1662
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1693
1663
|
};
|
|
1694
1664
|
} | {
|
|
1695
1665
|
type: "hls_push";
|
|
@@ -1734,14 +1704,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1734
1704
|
}[];
|
|
1735
1705
|
};
|
|
1736
1706
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1737
|
-
internalVapixParameters:
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
videomaxbitrate?: number | undefined;
|
|
1707
|
+
internalVapixParameters: string;
|
|
1708
|
+
userVapixParameters: string;
|
|
1709
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1710
|
+
streamDelay: {
|
|
1711
|
+
enabled: boolean;
|
|
1712
|
+
timeS: number;
|
|
1713
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1745
1714
|
};
|
|
1746
1715
|
} | {
|
|
1747
1716
|
type: "wowza";
|
|
@@ -1786,14 +1755,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1786
1755
|
}[];
|
|
1787
1756
|
};
|
|
1788
1757
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1789
|
-
internalVapixParameters:
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
videomaxbitrate?: number | undefined;
|
|
1758
|
+
internalVapixParameters: string;
|
|
1759
|
+
userVapixParameters: string;
|
|
1760
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1761
|
+
streamDelay: {
|
|
1762
|
+
enabled: boolean;
|
|
1763
|
+
timeS: number;
|
|
1764
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1797
1765
|
};
|
|
1798
1766
|
} | {
|
|
1799
1767
|
type: "dailymotion";
|
|
@@ -1838,14 +1806,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1838
1806
|
}[];
|
|
1839
1807
|
};
|
|
1840
1808
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1841
|
-
internalVapixParameters:
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
videomaxbitrate?: number | undefined;
|
|
1809
|
+
internalVapixParameters: string;
|
|
1810
|
+
userVapixParameters: string;
|
|
1811
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1812
|
+
streamDelay: {
|
|
1813
|
+
enabled: boolean;
|
|
1814
|
+
timeS: number;
|
|
1815
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1849
1816
|
};
|
|
1850
1817
|
} | {
|
|
1851
1818
|
type: "ibm";
|
|
@@ -1890,14 +1857,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1890
1857
|
}[];
|
|
1891
1858
|
};
|
|
1892
1859
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1893
|
-
internalVapixParameters:
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
videomaxbitrate?: number | undefined;
|
|
1860
|
+
internalVapixParameters: string;
|
|
1861
|
+
userVapixParameters: string;
|
|
1862
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1863
|
+
streamDelay: {
|
|
1864
|
+
enabled: boolean;
|
|
1865
|
+
timeS: number;
|
|
1866
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1901
1867
|
};
|
|
1902
1868
|
} | {
|
|
1903
1869
|
type: "microsoft_azure";
|
|
@@ -1942,14 +1908,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1942
1908
|
}[];
|
|
1943
1909
|
};
|
|
1944
1910
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1945
|
-
internalVapixParameters:
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
videomaxbitrate?: number | undefined;
|
|
1911
|
+
internalVapixParameters: string;
|
|
1912
|
+
userVapixParameters: string;
|
|
1913
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1914
|
+
streamDelay: {
|
|
1915
|
+
enabled: boolean;
|
|
1916
|
+
timeS: number;
|
|
1917
|
+
unit: "seconds" | "minutes" | "hours";
|
|
1953
1918
|
};
|
|
1954
1919
|
} | {
|
|
1955
1920
|
type: "microsoft_stream";
|
|
@@ -1994,14 +1959,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
1994
1959
|
}[];
|
|
1995
1960
|
};
|
|
1996
1961
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
1997
|
-
internalVapixParameters:
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
videomaxbitrate?: number | undefined;
|
|
1962
|
+
internalVapixParameters: string;
|
|
1963
|
+
userVapixParameters: string;
|
|
1964
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
1965
|
+
streamDelay: {
|
|
1966
|
+
enabled: boolean;
|
|
1967
|
+
timeS: number;
|
|
1968
|
+
unit: "seconds" | "minutes" | "hours";
|
|
2005
1969
|
};
|
|
2006
1970
|
} | {
|
|
2007
1971
|
type: "game_changer";
|
|
@@ -2046,18 +2010,19 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> {
|
|
|
2046
2010
|
}[];
|
|
2047
2011
|
};
|
|
2048
2012
|
inputType: "RTSP_URL" | "CSw" | "CRS";
|
|
2049
|
-
internalVapixParameters:
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
videomaxbitrate?: number | undefined;
|
|
2013
|
+
internalVapixParameters: string;
|
|
2014
|
+
userVapixParameters: string;
|
|
2015
|
+
streamingProtocol: "RTSP" | "RTMP" | "RTMPS" | "HLS";
|
|
2016
|
+
streamDelay: {
|
|
2017
|
+
enabled: boolean;
|
|
2018
|
+
timeS: number;
|
|
2019
|
+
unit: "seconds" | "minutes" | "hours";
|
|
2057
2020
|
};
|
|
2058
2021
|
}>;
|
|
2059
|
-
setStream(streamId: number, streamData:
|
|
2022
|
+
setStream(streamId: number, streamData: TStream, options?: THttpRequestOptions): Promise<void>;
|
|
2060
2023
|
isStreaming(streamId: number, options?: THttpRequestOptions): Promise<boolean>;
|
|
2024
|
+
setStreamEnabled(streamId: number, enabled: boolean, options?: THttpRequestOptions): Promise<void>;
|
|
2025
|
+
setStreamActive(streamId: number, active: boolean, options?: THttpRequestOptions): Promise<void>;
|
|
2061
2026
|
listFiles(options?: THttpRequestOptions): Promise<{
|
|
2062
2027
|
path: string;
|
|
2063
2028
|
name: string;
|