Searched refs:playpath (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | librtmp.c | 45 char *playpath; member 139 if (ctx->playpath) in rtmp_open() 140 len += strlen(ctx->playpath) + sizeof(" playpath="); in rtmp_open() 200 if (ctx->playpath) { in rtmp_open() 202 av_strlcat(filename, ctx->playpath, len); in rtmp_open() 331 …{"rtmp_playpath", "Stream identifier to play or to publish", OFFSET(playpath), AV_OPT_TYPE_STRING,…
|
D | rtmpproto.c | 83 …char *playpath; ///< stream identifier to play (with possible "mp4:" pre… member 603 0, 29 + strlen(rt->playpath))) < 0) in gen_release_stream() 611 ff_amf_write_string(&p, rt->playpath); in gen_release_stream() 627 0, 25 + strlen(rt->playpath))) < 0) in gen_fcpublish_stream() 635 ff_amf_write_string(&p, rt->playpath); in gen_fcpublish_stream() 651 0, 27 + strlen(rt->playpath))) < 0) in gen_fcunpublish_stream() 659 ff_amf_write_string(&p, rt->playpath); in gen_fcunpublish_stream() 726 0, 31 + strlen(rt->playpath))) < 0) in gen_get_stream_length() 733 ff_amf_write_string(&p, rt->playpath); in gen_get_stream_length() 769 av_log(s, AV_LOG_DEBUG, "Sending play command for '%s'\n", rt->playpath); in gen_play() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsink.c | 355 AVal playpath, app; in gst_rtmp_sink_uri_set_uri() local 357 if (!RTMP_ParseURL (uri, &protocol, &host, &port, &playpath, &app) || in gst_rtmp_sink_uri_set_uri() 368 if (playpath.av_val) in gst_rtmp_sink_uri_set_uri() 369 free (playpath.av_val); in gst_rtmp_sink_uri_set_uri()
|
D | gstrtmpsrc.c | 252 AVal playpath, app; in gst_rtmp_src_uri_set_uri() local 254 if (!RTMP_ParseURL (uri, &protocol, &host, &port, &playpath, &app) || in gst_rtmp_src_uri_set_uri() 255 !host.av_len || !playpath.av_len) { in gst_rtmp_src_uri_set_uri() 260 free (playpath.av_val); in gst_rtmp_src_uri_set_uri() 263 free (playpath.av_val); in gst_rtmp_src_uri_set_uri()
|
/third_party/ffmpeg/doc/ |
D | protocols.texi | 598 mmsh://@var{server}[:@var{port}][/@var{app}][/@var{playpath}] 744 …{username}:@var{password}@@]@var{server}[:@var{port}][/@var{app}][/@var{instance}][/@var{playpath}] 768 @item playpath 817 playpath. If a live stream of that name is not found, it plays the 857 To publish to a password protected server, passing the playpath and 985 @var{rtmp_proto}://@var{server}[:@var{port}][/@var{app}][/@var{playpath}] @var{options} 990 @var{server}, @var{port}, @var{app} and @var{playpath} have the same
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 117483 rtmpsink: Remove URL check for valid playpath. 117484 The playpath is an optional component of the URL - don't require it. 145255 playpath and app. 145258 playpath.av_val may be the result of a malloc so it needs to
|