mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rename global username and email
This commit is contained in:
parent
951cd08f1f
commit
f85b70966c
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ int SrsFFMPEG::start()
|
||||||
// child process: ffmpeg encoder engine.
|
// child process: ffmpeg encoder engine.
|
||||||
if (pid == 0) {
|
if (pid == 0) {
|
||||||
// TODO: execl or execlp
|
// TODO: execl or execlp
|
||||||
ret = execl(ffmpeg.c_str(),
|
ret = execl(ffmpeg.c_str(),
|
||||||
"-f", "flv",
|
"-f", "flv",
|
||||||
"-i", input.c_str(),
|
"-i", input.c_str(),
|
||||||
// video specified.
|
// video specified.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue