mpv-play
v0.0.1
Published
mpv play hook
Downloads
6
Readme
MPV-play
Use mpv as the backend player, call it via nodejs
Install
npm i --save mpv-play
Usege
const mpvPlay = require('mpv-play')
let url = 'http://xy.com/+18.mp4'
mpvPlay(url)
Thank you🍓