1
0
Fork 0
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:
winlin 2015-11-02 13:37:44 +08:00
parent e3407c1dd2
commit 4b5eb5ea2d
2 changed files with 8 additions and 4 deletions

View file

@ -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