1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-14 20:31:56 +00:00

rename global username and email

This commit is contained in:
winlin 2013-11-30 23:26:40 +08:00
parent 951cd08f1f
commit f85b70966c

View file

@ -240,7 +240,7 @@ int SrsFFMPEG::start()
// child process: ffmpeg encoder engine.
if (pid == 0) {
// TODO: execl or execlp
ret = execl(ffmpeg.c_str(),
ret = execl(ffmpeg.c_str(),
"-f", "flv",
"-i", input.c_str(),
// video specified.