node-rtmpapi icon indicating copy to clipboard operation
node-rtmpapi copied to clipboard

issue in calling sendAmf0EncCmdMsg

Open symd opened this issue 9 years ago • 0 comments

I am trying to use this library for creating a client application. when i created the following code, I'm getting TypeError: undefined is not a function for sendAmf0EncCmdMsg function call.

var rtmpchunk= require('./rtmpChunk.js'); msgchunk=new rtmpchunk(opt); var object=prepareConnectCommand(); msgchunk.sendAmf0EncCmdMsg(object);

symd avatar Dec 04 '15 11:12 symd