【80%】迷你直播间

前端 0 729 0
发表于: 2023-03-24 09:48:38

简介: daemon

billd-live

https://github.com/galaxy-s10/billd-live

billd-live-server

https://github.com/galaxy-s10/billd-live-server

线上预览

https://live.hsslive.cn

node-media-server

node媒体服务器:https://github.com/illuspas/Node-Media-Server

ffmpeg

处理音视频:https://github.com/FFmpeg/FFmpeg

flv

b站开源的flv插件:https://github.com/bilibili/flv.js

coturn

前身是谷歌:https://code.google.com/archive/p/rfc5766-turn-server/

后台运行:

https://github.com/coturn/coturn/blob/master/README.turnserver

-o, --daemon Run server as daemon.

turnserver -o

停止运行:

# 查找turnserver进程
ps -ef | grep turnserver
# 杀掉turnserver进程
kill -9 pid

查看网卡:

ifconfig
Node 音视频/直播 JavaScript WebRtc billd-live

最后更新于:2023-06-11 14:49:06

欢迎评论留言~
0/200
支持markdown
Comments | 0 条留言
按时间
按热度
目前还没有人留言~