p2p中继服务器(stun/turn服务器)使用coturn、目前实现了一对一视频聊天、多对多视频会议和直播暂未完成
live-room-front: 直播前端项目
直播页面、所用技术vue2 + socket.io + vuex + vue-router + element-ui等技术
live-room-admin: 直播后端控制台
所用技术vue2 + vuex + vue-router + element-ui + echarts 等技术
live-room-service: 信令服务 接口服务
所用技术 koa2 + socket.io + typescript + mysql + redis + sequelize + jwt + pm2 + memory-cache(本地缓存和redis可
以随时切换)
解决github图片不显示问题
解决方法,打开路径C:\Windows\System32\drivers\etc下的hosts文件 添加如下地址
# GitHub Start
192.30.253.112 github.com
192.30.253.119 gist.github.com
151.101.184.133 assets-cdn.github.com
151.101.184.133 raw.githubusercontent.com
151.101.184.133 gist.githubusercontent.com
151.101.184.133 cloud.githubusercontent.com
151.101.184.133 camo.githubusercontent.com
151.101.184.133 avatars0.githubusercontent.com
151.101.184.133 avatars1.githubusercontent.com
151.101.184.133 avatars2.githubusercontent.com
151.101.184.133 avatars3.githubusercontent.com
151.101.184.133 avatars4.githubusercontent.com
151.101.184.133 avatars5.githubusercontent.com
151.101.184.133 avatars6.githubusercontent.com
151.101.184.133 avatars7.githubusercontent.com
151.101.184.133 avatars8.githubusercontent.com
修改hosts文件后,刷新githab页面