add ffempty

pull/133/head
winlin 11 years ago
parent b88596b6dc
commit 407801b8a6

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

Loading…
Cancel
Save