1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add ffempty

This commit is contained in:
winlin 2013-11-30 23:20:46 +08:00
parent b88596b6dc
commit 407801b8a6

1
trunk/src/core/srs_core_encoder.cpp Normal file → Executable file
View file

@ -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.