mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
disable gop cache when not h.264. fix some warning.
This commit is contained in:
parent
c5dd334645
commit
d171a26758
7 changed files with 14 additions and 7 deletions
|
@ -132,6 +132,7 @@ rtmp_destroy:
|
|||
"\"srs_id\":%d, "
|
||||
"\"duration\":%d, "
|
||||
"\"play_duration\":%d, "
|
||||
"\"publish_duration\":%d,"
|
||||
"\"play_kbps\":%d, "
|
||||
"\"publish_kbps\":%d"
|
||||
"}",
|
||||
|
@ -141,7 +142,7 @@ rtmp_destroy:
|
|||
(int)(end_time - start_time), play_duration, publish_duration,
|
||||
play_kbps, publish_kbps);
|
||||
|
||||
srs_human_trace("");
|
||||
srs_human_trace(" ");
|
||||
srs_human_trace("completed");
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue