mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #1206, dispose ingester while server quiting. 3.0.111
This commit is contained in:
parent
a6f88805f3
commit
23ece94064
9 changed files with 77 additions and 12 deletions
|
@ -418,6 +418,11 @@ void SrsFFMPEG::fast_stop()
|
|||
process->fast_stop();
|
||||
}
|
||||
|
||||
void SrsFFMPEG::fast_kill()
|
||||
{
|
||||
process->fast_kill();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue