0
$ testOnDemandRTSPServer
... Play this stream using the URL "rtsp://192.168.90.2:8554 ...
^C
$ testOnDemandRTSPServer
Failed to create RTSP server: bind() error (port number: 8554): Address already in use
How to manually explicitly free up the port after a non-REUSEADDR program?
I don't want to wait or change port every time...
Link: http://serverfault.com/questions/329845/how-to-forcibly-close-a-socket-in-time-wait
– Vi. – 2013-04-26T11:01:28.570