egg-ffmpeg egg开发的视频流服务器实例
egg-ffmpeg egg开发的视频流服务器实例
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
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
npm run lint
to check code style.npm test
to run unit test.npm run autod
to auto detect dependencies upgrade, see autod for more detail.