Added initial setup of ircd and node-media-server
Skeletion function in node-media-server prepublish for authenticating and redirecting streams.
This commit is contained in:
knotteye
2019-09-11 19:28:17 -05:00
commit 5a637ce866
5 changed files with 1382 additions and 0 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"outDir":".",
"allowJs":true
},
"include":[
"src/**/*"
],
"exclude":[
"node_modules",
"lib"
]
}