This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# rtsp-to-flv-node
利用node.js + ffmpeg + websokect + flv.js 实现 浏览器播放rtsp流媒体视频
# 安装前端包
执行yarn 或者 npm install
# 启动
- node server.js (开发调试时使用)
- nohup node server.js & (部署服务器上使用,该命令可以保持node服务在持续运行)