Streamedian / html5_rtsp_player

Play RTSP stream from IP camera in browser in this HTML5 player without plugins
Apache License 2.0
2.61k stars 598 forks source link

1013 Too many connections #185

Closed wartek69 closed 2 years ago

wartek69 commented 2 years ago

Hi For our tests we are using a free license, the initial tests worked fine after activating the licenses. However, lately, we've started noticing the '1013 Too many connections' error. The strange thing is that we only have one stream open simultaneously so if our understanding is correct this error should not be happening? What is the trigger for the 1013 Too many connections error? How to resolve this issue? BR Alex

wartek69 commented 2 years ago

Hi, We tracked down the issue to our own application which did not dispose the webviews correctly, keeping some streams open in the background. The issue seems to be resolved for now! BR Alex