文件名称:rtmp-client:RTMP客户端
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-05 01:29:22
JavaScript
关于 RTMP客户端。 用法 使用npm安装: $ npm install rtmp-client 网络连接 const { NetConnection } = require('rtmp-client'); const nc = new NetConnection(); nc.onStatus = function (info) { if (info.code === 'NetConnection.Connect.Success') { nc.call(foo, { 'onResult': console.log.bind(console), 'onStatus': console.error.bind(console), }, 'bar'); } }; nc.rpcName = async function (...args) { console.log
【文件预览】:
rtmp-client-master
----package.json(582B)
----readme.md(874B)
----.eslintrc.json(162B)
----license(732B)
----package-lock.json(36KB)
----.gitignore(49B)
----lib()
--------MessageStream.js(2KB)
--------ChunkStream()
--------InfoObject.js(863B)
--------index.js(735B)
--------Client.js(3KB)
--------NetConnection.js(4KB)
--------Handshake.js(3KB)
--------MessageTypes.js(807B)
----.eslintignore(22B)
----.editorconfig(158B)