1. 本地视频流能获取到了 2. 找到了视频连接错误的原因:挂断后本地麦克风和视频并没有关闭 现有问题: 1. 需要在挂断后关闭麦克风和摄像头 2. 没有渲染远程流推送的视频
34 lines
800 B
JSON
34 lines
800 B
JSON
{
|
|
"name": "spa-view",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design-vue/pro-layout": "^3.2.5",
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"@vueuse/core": "^13.5.0",
|
|
"@vueuse/head": "^2.0.0",
|
|
"ant-design-vue": "^4.1.1",
|
|
"axios": "^1.6.2",
|
|
"lucide-vue-next": "^0.507.0",
|
|
"pinia": "^2.1.7",
|
|
"swiper": "^11.0.5",
|
|
"tailwindcss": "^4.1.4",
|
|
"vue": "^3.5.13",
|
|
"vue-easy-lightbox": "^1.19.0",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.2",
|
|
"sass": "^1.71.0",
|
|
"vite": "^6.3.1"
|
|
}
|
|
}
|