Skip to content

stevevista/chromium-mpv

Repository files navigation

Credits

The whole idea if from here.

Control bar and some ui elements are from here.

Build ppapi plugin

cd ppapi
mkdir build
cd build
cmake -G "Visual Studio 16" -A x64 ..
cmake --build . --config Release

Register plugins in chrome (below 109)

--no-sandbox --register-pepper-plugins=mpv-win32-x64-pepper_49.dll;application/x-player

Electron example

npm i
npm run start

Screenshot

in electron

electron

in chromium

chromium

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published