@types/node-media-server 2.3.2 → 2.3.4
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/README.md
CHANGED
|
@@ -11,6 +11,7 @@ Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree
|
|
|
11
11
|
// Type definitions for node-media-server 2.3
|
|
12
12
|
// Project: https://github.com/illuspas/Node-Media-Server
|
|
13
13
|
// Definitions by: Thomas Seberechts <https://github.com/Tseberechts>
|
|
14
|
+
// Chris Frewin <https://github.com/princefishthrower>
|
|
14
15
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
15
16
|
|
|
16
17
|
interface Config {
|
|
@@ -88,6 +89,7 @@ interface RelayTaskConfig {
|
|
|
88
89
|
mode: string;
|
|
89
90
|
edge: string;
|
|
90
91
|
rtsp_transport?: string;
|
|
92
|
+
appendName?: boolean;
|
|
91
93
|
}
|
|
92
94
|
|
|
93
95
|
interface FissionTaskConfig {
|
|
@@ -115,9 +117,9 @@ export = NodeMediaServer;
|
|
|
115
117
|
````
|
|
116
118
|
|
|
117
119
|
### Additional Details
|
|
118
|
-
* Last updated:
|
|
120
|
+
* Last updated: Tue, 28 Mar 2023 13:33:17 GMT
|
|
119
121
|
* Dependencies: none
|
|
120
122
|
* Global values: none
|
|
121
123
|
|
|
122
124
|
# Credits
|
|
123
|
-
These definitions were written by [Thomas Seberechts](https://github.com/Tseberechts).
|
|
125
|
+
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,6 +1,7 @@
|
|
|
1
1
|
// Type definitions for node-media-server 2.3
|
|
2
2
|
// Project: https://github.com/illuspas/Node-Media-Server
|
|
3
3
|
// Definitions by: Thomas Seberechts <https://github.com/Tseberechts>
|
|
4
|
+
// Chris Frewin <https://github.com/princefishthrower>
|
|
4
5
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
5
6
|
|
|
6
7
|
interface Config {
|
|
@@ -78,6 +79,7 @@ interface RelayTaskConfig {
|
|
|
78
79
|
mode: string;
|
|
79
80
|
edge: string;
|
|
80
81
|
rtsp_transport?: string;
|
|
82
|
+
appendName?: boolean;
|
|
81
83
|
}
|
|
82
84
|
|
|
83
85
|
interface FissionTaskConfig {
|
node-media-server/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node-media-server",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
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",
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
"name": "Thomas Seberechts",
|
|
10
10
|
"url": "https://github.com/Tseberechts",
|
|
11
11
|
"githubUsername": "Tseberechts"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "Chris Frewin",
|
|
15
|
+
"url": "https://github.com/princefishthrower",
|
|
16
|
+
"githubUsername": "princefishthrower"
|
|
12
17
|
}
|
|
13
18
|
],
|
|
14
19
|
"main": "",
|
|
@@ -20,6 +25,6 @@
|
|
|
20
25
|
},
|
|
21
26
|
"scripts": {},
|
|
22
27
|
"dependencies": {},
|
|
23
|
-
"typesPublisherContentHash": "
|
|
24
|
-
"typeScriptVersion": "4.
|
|
28
|
+
"typesPublisherContentHash": "50605bbe11e81c02ca89e05e8b1230c9bbe5aa0d93259a6b95a8727a9a4fb1e8",
|
|
29
|
+
"typeScriptVersion": "4.3"
|
|
25
30
|
}
|