Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshevach committed Sep 17, 2024
1 parent 8a11b5c commit 1cdd266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcoder/debug/file_streamer.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void* thread_stream_from_file(void *vargp)
json_get_int64(GetConfig(),"input.hiccupIntervalSec",0,&hiccupIntervalSec);

int64_t resendMediaInfoIntervalSec;
json_get_int64(GetConfig(),"input.resendMediaInfoIntervalSec",10,&resendMediaInfoIntervalSec);
json_get_int64(GetConfig(),"input.resendMediaInfoIntervalSec",0,&resendMediaInfoIntervalSec);


AVPacket packet;
Expand Down

0 comments on commit 1cdd266

Please sign in to comment.