1.0.2 • Published 4 years ago

flv-reader v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

flv-reader

  • 解析flv视频
下载方式

npm i flv-reader

使用方法
const flv = require('flv-reader')
// 如果是解析本地的flv视频
flv('./video/demo.flv').info(function(msg){
    console.log(msg)
})
// 如果是通过http请求获取的flv视频
flv('http://example.com/demo.flv').info(function(msg){
    console.log(msg)
})
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago