@types/node-media-server 2.3.3 → 2.3.5
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.
node-media-server/LICENSE
CHANGED
|
File without changes
|
node-media-server/README.md
CHANGED
|
@@ -8,12 +8,6 @@ This package contains type definitions for node-media-server (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-media-server.
|
|
9
9
|
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-media-server/index.d.ts)
|
|
10
10
|
````ts
|
|
11
|
-
// Type definitions for node-media-server 2.3
|
|
12
|
-
// Project: https://github.com/illuspas/Node-Media-Server
|
|
13
|
-
// Definitions by: Thomas Seberechts <https://github.com/Tseberechts>
|
|
14
|
-
// Chris Frewin <https://github.com/princefishthrower>
|
|
15
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
16
|
-
|
|
17
11
|
interface Config {
|
|
18
12
|
logType?: number;
|
|
19
13
|
rtmp?: RtmpConfig;
|
|
@@ -89,6 +83,7 @@ interface RelayTaskConfig {
|
|
|
89
83
|
mode: string;
|
|
90
84
|
edge: string;
|
|
91
85
|
rtsp_transport?: string;
|
|
86
|
+
appendName?: boolean;
|
|
92
87
|
}
|
|
93
88
|
|
|
94
89
|
interface FissionTaskConfig {
|
|
@@ -116,9 +111,8 @@ export = NodeMediaServer;
|
|
|
116
111
|
````
|
|
117
112
|
|
|
118
113
|
### Additional Details
|
|
119
|
-
* Last updated:
|
|
114
|
+
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
|
|
120
115
|
* Dependencies: none
|
|
121
|
-
* Global values: none
|
|
122
116
|
|
|
123
117
|
# Credits
|
|
124
118
|
These definitions were written by [Thomas Seberechts](https://github.com/Tseberechts), and [Chris Frewin](https://github.com/princefishthrower).
|
node-media-server/index.d.ts
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
// Type definitions for node-media-server 2.3
|
|
2
|
-
// Project: https://github.com/illuspas/Node-Media-Server
|
|
3
|
-
// Definitions by: Thomas Seberechts <https://github.com/Tseberechts>
|
|
4
|
-
// Chris Frewin <https://github.com/princefishthrower>
|
|
5
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
6
|
-
|
|
7
1
|
interface Config {
|
|
8
2
|
logType?: number;
|
|
9
3
|
rtmp?: RtmpConfig;
|
|
@@ -79,6 +73,7 @@ interface RelayTaskConfig {
|
|
|
79
73
|
mode: string;
|
|
80
74
|
edge: string;
|
|
81
75
|
rtsp_transport?: string;
|
|
76
|
+
appendName?: boolean;
|
|
82
77
|
}
|
|
83
78
|
|
|
84
79
|
interface FissionTaskConfig {
|
node-media-server/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node-media-server",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.5",
|
|
4
4
|
"description": "TypeScript definitions for node-media-server",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-media-server",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Thomas Seberechts",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "Tseberechts",
|
|
11
|
+
"url": "https://github.com/Tseberechts"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Chris Frewin",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "princefishthrower",
|
|
16
|
+
"url": "https://github.com/princefishthrower"
|
|
17
17
|
}
|
|
18
18
|
],
|
|
19
19
|
"main": "",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {},
|
|
27
27
|
"dependencies": {},
|
|
28
|
-
"typesPublisherContentHash": "
|
|
29
|
-
"typeScriptVersion": "4.
|
|
28
|
+
"typesPublisherContentHash": "48b76011ed62aa46efb052f17fb4b95bf062265ff3bfd1104342dafd8626049a",
|
|
29
|
+
"typeScriptVersion": "4.5"
|
|
30
30
|
}
|