Home
last modified time | relevance | path

Searched refs:tcurl (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dlibrtmp.c48 char *tcurl; member
119 if (ctx->tcurl) in rtmp_open()
120 av_bprintf(&ctx->filename, " tcUrl=%s", ctx->tcurl); in rtmp_open()
277 {"rtmp_tcurl", "URL of the target stream. Defaults to proto://host[:port]/app.", OFFSET(tcurl), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC|ENC},
H A Drtmpproto.c108 char* tcurl; ///< url of the target stream member
355 ff_amf_write_string2(&p, rt->tcurl, rt->auth_params); in gen_connect()
2777 if (!rt->tcurl) { in rtmp_open()
2778 rt->tcurl = av_malloc(TCURL_MAX_LENGTH); in rtmp_open()
2779 if (!rt->tcurl) { in rtmp_open()
2783 ff_url_join(rt->tcurl, TCURL_MAX_LENGTH, proto, NULL, hostname, in rtmp_open()
2888 av_freep(&rt->tcurl); in rtmp_open()
3118 {"rtmp_tcurl", "URL of the target stream. Defaults to proto://host[:port]/app.", OFFSET(tcurl), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC|ENC},

Completed in 5 milliseconds