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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtmpproto.c63 char playpath[256]; ///< path to filename to play (with possible "mp4:" prefix) member in struct:RTMPContext
166 29 + strlen(rt->playpath));
173 ff_amf_write_string(&p, rt->playpath);
189 25 + strlen(rt->playpath));
196 ff_amf_write_string(&p, rt->playpath);
212 27 + strlen(rt->playpath));
219 ff_amf_write_string(&p, rt->playpath);
279 av_log(s, AV_LOG_DEBUG, "Sending play command for '%s'\n", rt->playpath);
281 20 + strlen(rt->playpath));
288 ff_amf_write_string(&p, rt->playpath);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibrtmp.c42 char *playpath; member in struct:LibRTMPContext
82 * URL syntax: rtmp://server[:port][/app][/playpath][ keyword=value]...
85 * and 'playpath' is a file name (the rest of the path,
135 if (ctx->playpath)
136 len += strlen(ctx->playpath) + sizeof(" playpath=");
194 if (ctx->playpath) {
195 av_strlcat(filename, " playpath=", len);
196 av_strlcat(filename, ctx->playpath, len);
309 {"rtmp_playpath", "Stream identifier to play or to publish", OFFSET(playpath), AV_OPT_TYPE_STRIN
[all...]
H A Drtmpproto.c85 char *playpath; ///< stream identifier to play (with possible "mp4:" prefix) member in struct:RTMPContext
568 0, 29 + strlen(rt->playpath))) < 0)
576 ff_amf_write_string(&p, rt->playpath);
592 0, 25 + strlen(rt->playpath))) < 0)
600 ff_amf_write_string(&p, rt->playpath);
616 0, 27 + strlen(rt->playpath))) < 0)
624 ff_amf_write_string(&p, rt->playpath);
710 av_log(s, AV_LOG_DEBUG, "Sending play command for '%s'\n", rt->playpath);
713 0, 29 + strlen(rt->playpath))) < 0)
722 ff_amf_write_string(&p, rt->playpath);
[all...]

Completed in 57 milliseconds