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

/flv-reader/

    Package Sidebar

    Install

    npm i flv-reader

    Weekly Downloads

    6

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    41.6 kB

    Total Files

    12

    Last publish

    Collaborators

    • sataniya