进入到https://github.com/duan602728596/document/blob/master/48/README.md下载
- 成员直播录源
- 成员直播多开
- 输入命令
$ npm start
运行开发环境。 - 输入命令
$ npm build
编译到文件夹。 - 输入命令
$ npm run devdll
编译开发环境dll文件。 - 输入命令
$ npm run prodll
编译生产环境编译dll文件。 - 输入命令
$ npm run npmi
或$ yarn run yarni
安装生产环境依赖。
nwjs使用v0.26.6
及以下版本
https://wizardforcel.gitbooks.io/nwjs-doc/content/wiki/index.html
- nwjs: nwjs SDK
- app: 源代码
- dependent: 依赖的文件存储目录
- ffmpeg: ffmpeg
- output: 视频文件的输出目录
无论是开发环境还是生产环境,首先要编译dll文件,将公共模块提取出来。
node-sass如果安装失败,可以先到https://github.com/sass/node-sass/releases下载binding.node文件,然后将该文件添加到SASS_BINARY_PATH环境变量内。
请到https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases地址下载对应的ffmpeg.dll并覆盖到源目录中