Skip to content

基于webrtc实现的直播系统 前端vue+webrtc 后端node实现

Notifications You must be signed in to change notification settings

purestart/live-video-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

项目说明

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页面

About

基于webrtc实现的直播系统 前端vue+webrtc 后端node实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published