winlin

add ffempty

@@ -241,7 +241,6 @@ int SrsFFMPEG::start() @@ -241,7 +241,6 @@ int SrsFFMPEG::start()
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 - ffmpeg.c_str(),  
245 "-f", "flv", 244 "-f", "flv",
246 "-i", input.c_str(), 245 "-i", input.c_str(),
247 // video specified. 246 // video specified.