winlin

rename global username and email

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