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
|
@ -100,7 +100,7 @@ int main(int argc, char** argv)
|
|||
// open file
|
||||
int raw_fd = open(raw_file, O_RDONLY);
|
||||
if (raw_fd < 0) {
|
||||
srs_human_trace("open h264 raw file %s failed.", raw_fd);
|
||||
srs_human_trace("open h264 raw file %s failed.", raw_file);
|
||||
goto rtmp_destroy;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue