You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know the download bytes of clients when they disconnect. Can we add this to node_flv_session.js and this.connectCmdObj.bytesWritten = this.res.socket.bytesWritten; this.connectCmdObj.bytesRead = this.res.socket.bytesRead;
And in node_rtmp_session this.connectCmdObj.bytesWritten = this.socket.bytesWritten; this.connectCmdObj.bytesRead = this.socket.bytesRead;
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to know the download bytes of clients when they disconnect. Can we add this to node_flv_session.js and
this.connectCmdObj.bytesWritten = this.res.socket.bytesWritten; this.connectCmdObj.bytesRead = this.res.socket.bytesRead;
And in node_rtmp_session
this.connectCmdObj.bytesWritten = this.socket.bytesWritten; this.connectCmdObj.bytesRead = this.socket.bytesRead;
Beta Was this translation helpful? Give feedback.
All reactions