Searched refs:client_buffer_time (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | librtmp.c | 53 char *client_buffer_time; member 151 if (ctx->client_buffer_time) in rtmp_open() 152 av_bprintf(&ctx->filename, " buffer=%s", ctx->client_buffer_time); in rtmp_open() 265 {"rtmp_buffer", "Set buffer time in milliseconds. The default is 3000.", OFFSET(client_buffer_time), AV_OPT_TYPE_STRING, {.str = "3000"}, 0, 0, DEC|ENC},
|
H A D | rtmpproto.c | 119 int client_buffer_time; ///< client buffer time in ms member 758 bytestream_put_be32(&p, rt->client_buffer_time); in gen_buffer_time() 3103 {"rtmp_buffer", "Set buffer time in milliseconds. The default is 3000.", OFFSET(client_buffer_time), AV_OPT_TYPE_INT, {.i64 = 3000}, 0, INT_MAX, DEC|ENC},
|
Completed in 6 milliseconds