According to the openRTSP page you must "terminate it cleanly, by signalling it with SIGHUP or SIGUSR1". Those don't exist in Windows so is there a method already coded openRTSP for windows I can instigate, or is there a way to signal in windows?
Asked
Active
Viewed 935 times
0
-
The cue is "open". The source code is the documentation. – Hans Passant Jan 18 '13 at 18:04
-
If you don't know then please don't comment; if you do know then please add an answer. – noelicus Jan 18 '13 at 18:36
1 Answers
0
The answers I have found are:
- No, you cannot signal in Windows.
- No, there is no alternative way coded in openRTSP. The windows build simply #ifdefs out the signalling code.
A named Mutex is probably the easiest way of coding up the same feature.

noelicus
- 14,468
- 3
- 92
- 111