rtmp - What's the default value of timeout for rtmpproto.c in ffmpeg? -


i made rtmp streaming android app using ffmpeg. want know timeout while streaming network offline. checked rtmpproto.c implementation:

{"timeout", "maximum timeout (in seconds) wait incoming connections. -1 infinite. implies -rtmp_listen 1", offset(listen_timeout), av_opt_type_int, {.i64 = -1}, int_min, int_max, dec, "rtmp_listen" },

i think timeout option want. didn't find default value of it.

what's default value of timeout option ?

the default value {.i64 = -1} meaning infinite, according code quoted.


Comments

Popular posts from this blog

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -