Node-Media-Server
Node-Media-Server copied to clipboard
Fixing session cannot be create
When killing a connection with the rtmp server or when turning off the computer while doing a transmission, if you try to transmit again after turning on the computer or going back to the internet, the server does not accept because it informs you that a connection already exists.
This pull request fixed that.
This is a good improvement. However, please pay attention to the following issues.
- Do not use the dev branch to do this, it is obsolete.
- This will cause multiple streams with the same name to send data at the same time.
- Conditional judgment should be added before this operation, such as same ip, same parameters, passing security authentication, etc.