mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the parse rtmp url bug for ingest.
This commit is contained in:
parent
e3407c1dd2
commit
4b5eb5ea2d
2 changed files with 8 additions and 4 deletions
|
@ -122,6 +122,9 @@ int SrsProcess::start()
|
|||
return ret;
|
||||
}
|
||||
|
||||
// for osx(lldb) to debug the child process.
|
||||
//kill(0, SIGSTOP);
|
||||
|
||||
// child process: ffmpeg encoder engine.
|
||||
if (pid == 0) {
|
||||
// ignore the SIGINT and SIGTERM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue