bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
10.67k stars 1.39k forks source link

Modified to send Ctrl+C signal instead of closeHandle #3453

Open leadtech-jwyun opened 2 weeks ago

leadtech-jwyun commented 2 weeks ago

Describe the feature

Description I understand that if it is executed with runOnDemand, it is later terminated with closeHadle on Windows.

In this case, the program terminates unsafely.

So, send the ctrl+c signal so that the program can be terminated safely.