flv-reader

1.0.2 • Public • Published

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)
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    3
  • 1.0.1
    3
  • 1.0.0
    3

Package Sidebar

Install

npm i flv-reader

Weekly Downloads

9

Version

1.0.2

License

ISC

Unpacked Size

41.6 kB

Total Files

12

Last publish

Collaborators

  • sataniya