All format embeddable player for Electron/NW.js applications.
Powered by marvelous mpv.
In order to try mpv.js you need to install mpv library first.
- Windows: download mpv-dev, unpack, put corresponding
mpv-1.dll
toC:\Windows\system32
- macOS:
brew install mpv
- Linux:
apt-get install libmpv1 libavformat-dev
git clone https://github.com/pavladan/mpv.js-on-react.js.git && cd mpv.js-on-react
npm install
# Only on Linux: npm run use-system-ffmpeg
npm start