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

for #738, add srs ingest mp4

This commit is contained in:
winlin 2017-01-31 21:36:51 +08:00
parent 34a8eb6113
commit 858951da49
3 changed files with 209 additions and 6 deletions

View file

@ -105,7 +105,7 @@ int main(int argc, char** argv)
return -1;
}
srs_human_trace("input: %s", in_flv_file);
srs_human_trace("input: %s", in_flv_file);
srs_human_trace("output: %s", out_rtmp_url);
if ((flv = srs_flv_open_read(in_flv_file)) == NULL) {