导入数据库表和音视频demo

This commit is contained in:
2023-09-14 14:59:57 +08:00
parent c0ca154d31
commit 736c5376e0
157 changed files with 11044 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "medooze-media-server-demo",
"version": "1.1.0",
"description": "Demo application for the Medooze Media Server for Node.js",
"main": "index.js",
"scripts": {
"install": "openssl req -nodes -new -x509 -keyout server.key -out server.cert -subj \"/CN=localhost\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/murillo128/media-server-demo-node.git"
},
"author": "Sergio Garcia Murillo",
"license": "MIT",
"bugs": {
"url": "https://github.com/murillo128/media-server-demo-node/issues"
},
"homepage": "https://github.com/murillo128/media-server-demo-node#readme",
"dependencies": {
"medooze-media-server": "^0",
"semantic-sdp": "^3",
"websocket": "^1.0.26"
}
}