Skip to content

simple player using electron + ffmpeg addon

License

Notifications You must be signed in to change notification settings

ifoxhz/electron-ffplay

 
 

Repository files navigation

Simple video player using electron & ffplay (as node addon)

#port to node-gyp build, and upgrade ffmpeg.

  • plan use SDL rendder,not webgl draw frame.

License

Requirements

uncompress libsdl2*.zip & ffmpeg*.zip to electron-ffplay/.third-party/prebuilt

put .third_party/prebuilt/bin[/x64]/*.dll in electron-ffplay/

build

# get electron-ffplay source
cd electron-ffplay

# install dependencies
npm i

# build addon
npm run configure:ffplay
npm run build:ffplay

# run 
npm run dev

About

simple player using electron + ffmpeg addon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 47.6%
  • JavaScript 26.5%
  • Vue 22.0%
  • CMake 2.9%
  • Other 1.0%