savsofts

Results 25 comments of savsofts

@toschlog did you get any solution for it? Same happened at AWS ec2 instance. in log i am only getting state "new" or "checking" after that state not changing. in...

In error logs getting these error: (node:10884) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 newBroadcast listeners added. Use emitter.setMaxListeners() to increase limit (node:24485) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11...

If i don't restart node process then memory consumption continue increasing.. last i noticed memory usage reached at 24 GB.. i tested default code without making any changes.. Memory leakage...

One more thing i noticed when there is around 100 concurrent users , server using 476 udp port for node process.

i am using media stream (audio-video)

it looks like process goes to infinite loop and never allowing the event loop to process any more events. May be while creating new connection or re-connection event in webrtcconnection.js...

read my reply at https://github.com/node-webrtc/node-webrtc/issues/416

Hi did you notice any memory leakage? i have similar problem, cpu and memory both increasing. i created the issue at https://github.com/node-webrtc/node-webrtc/issues/612 please check if you also have similar issue...

@gev Are you using data channel to sent text or any kind of string? in my project i preferred group chat functionality based on websocket. Also sending 2 min audio

@gev what is the configuration of your system (cpu, ram,uplink)?