项目作者: eggjs-community

项目描述 :
egg-ffmpeg egg开发的视频流服务器实例
高级语言: JavaScript
项目地址: git://github.com/eggjs-community/egg-ffmpeg.git
创建时间: 2018-07-25T09:22:32Z
项目社区:https://github.com/eggjs-community/egg-ffmpeg

开源协议:

下载


egg-ffmpeg

egg-ffmpeg egg开发的视频流服务器实例

QuickStart

brew reinstall ffmpeg \
—with-chromaprint \
—with-fdk-aac \
—with-libass \
—with-librsvg \
—with-libsoxr \
—with-libssh \
—with-libbluray \
—with-libbs2b \
—with-libcaca \
—with-libgsm \
—with-libmodplug \
—with-libvidstab \
—with-opencore-amr \
—with-openh264 \
—with-openjpeg \
—with-openssl \
—with-tesseract \
—with-rtmpdump \
—with-rubberband \
—with-sdl2 \
—with-snappy \
—with-tools \
—with-webp \
—with-x265 \
—with-xz \
—with-zeromq \
—with-zimg \
—with-frei0r \
—with-game-music-emu

Development

  1. $ npm i
  2. $ npm run dev
  3. $ open http://localhost:7001/

Deploy

  1. $ npm start
  2. $ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.