add ffempty

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

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

Loading…
Cancel
Save