Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dlibrtmp.c47 char *playpath; member
87 * URL syntax: rtmp://server[:port][/app][/playpath][ keyword=value]...
90 * and 'playpath' is a file name (the rest of the path,
145 if (ctx->playpath) in rtmp_open()
146 av_bprintf(&ctx->filename, " playpath=%s", ctx->playpath); in rtmp_open()
273 {"rtmp_playpath", "Stream identifier to play or to publish", OFFSET(playpath), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC|ENC},
H A Drtmpproto.c86 char *playpath; ///< stream identifier to play (with possible "mp4:" prefix) member
607 0, 29 + strlen(rt->playpath))) < 0) in gen_release_stream()
615 ff_amf_write_string(&p, rt->playpath); in gen_release_stream()
631 0, 25 + strlen(rt->playpath))) < 0) in gen_fcpublish_stream()
639 ff_amf_write_string(&p, rt->playpath); in gen_fcpublish_stream()
655 0, 27 + strlen(rt->playpath))) < 0) in gen_fcunpublish_stream()
663 ff_amf_write_string(&p, rt->playpath); in gen_fcunpublish_stream()
730 0, 31 + strlen(rt->playpath))) < 0) in gen_get_stream_length()
737 ff_amf_write_string(&p, rt->playpath); in gen_get_stream_length()
773 av_log(s, AV_LOG_DEBUG, "Sending play command for '%s'\n", rt->playpath); in gen_play()
[all...]

Completed in 4 milliseconds