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:
parent
34a8eb6113
commit
858951da49
3 changed files with 209 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue