Searched refs:playpath (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | parseurl.c | 34 AVal *playpath, AVal *app) in RTMP_ParseURL() argument 42 playpath->av_len = 0; in RTMP_ParseURL() 43 playpath->av_val = NULL; in RTMP_ParseURL() 183 RTMP_ParsePlaypath(&av, playpath); in RTMP_ParseURL() 205 const char *playpath = in->av_val; in RTMP_ParsePlaypath() local 207 const char *ppstart = playpath; in RTMP_ParsePlaypath() 237 } else if ((ppstart == playpath) && in RTMP_ParsePlaypath()
|
| H A D | rtmp.h | 150 AVal playpath; /* passed in explicitly */ member 286 unsigned int *port, AVal *playpath, AVal *app); 298 AVal *playpath,
|
| H A D | rtmp.c | 125 static int SendBGHasStream(RTMP *r, double dId, AVal *playpath); 440 AVal *playpath, in RTMP_SetupStream() argument 457 RTMP_Log(RTMP_LOGDEBUG, "Playpath : %s", playpath->av_val); in RTMP_SetupStream() 530 r->Link.playpath = *playpath; in RTMP_SetupStream() 570 { AVC("playpath"), OFF(Link.playpath), OPT_STR, 0, 773 r->Link.playpath = r->Link.playpath0; in RTMP_SetupURL() 1693 SendBGHasStream(RTMP *r, double dId, AVal *playpath) 1712 enc = AMF_EncodeString(enc, pend, playpath); 1834 enc = AMF_EncodeString(enc, pend, &r->Link.playpath); in SendReleaseStream() 1864 enc = AMF_EncodeString(enc, pend, &r->Link.playpath); in SendFCPublish() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsrv.c | 115 AVal playpath; member 290 enc = AMF_EncodeNamedString(enc, pend, &av_details, &r->Link.playpath); in SendPlayStart() 322 enc = AMF_EncodeNamedString(enc, pend, &av_details, &r->Link.playpath); in SendPlayStop() 597 AMFProp_GetString(AMF_GetProp(&obj, NULL, 3), &r->Link.playpath); in ServeInvoke() 598 if (!r->Link.playpath.av_len) in ServeInvoke() 607 len = server->arglen + r->Link.playpath.av_len + 4 + in ServeInvoke() 608 sizeof("rtmpdump") + r->Link.playpath.av_len + 12; in ServeInvoke() 676 r->Link.playpath.av_len, r->Link.playpath.av_val); in ServeInvoke() 677 argv[argc++].av_len = r->Link.playpath.av_len; in ServeInvoke() 679 av = r->Link.playpath; in ServeInvoke() [all …]
|
| H A D | rtmpgw.c | 89 AVal playpath; member 480 if (req.playpath.av_len == 0 && !req.fullUrl.av_len) in processTCPrequest() 559 …&req.playpath, &req.tcUrl, &req.swfUrl, &req.pageUrl, &req.app, &req.auth, &req.swfHash, req.swfSi… in processTCPrequest() 888 STR2AVAL(req->playpath, arg); in ParseOption() 910 if (req->playpath.av_len == 0 && parsedPlaypath.av_len) in ParseOption() 912 req->playpath = parsedPlaypath; in ParseOption()
|
| H A D | rtmpdump.c | 752 AVal playpath = { 0, 0 }; in main() local 972 STR2AVAL(playpath, optarg); in main() 996 if (playpath.av_len == 0 && parsedPlaypath.av_len) in main() 998 playpath = parsedPlaypath; in main() 1096 if (playpath.av_len == 0 && !fullUrl.av_len) in main() 1199 RTMP_SetupStream(&rtmp, protocol, &hostname, port, &sockshost, &playpath, in main()
|
| H A D | rtmpsuck.c | 322 server->rc.Link.playpath = av; in ServeInvoke() 376 server->rc.Link.playpath.av_len, server->rc.Link.playpath.av_val, in ServeInvoke() 385 av = server->rc.Link.playpath; in ServeInvoke()
|
| H A D | ChangeLog | 49 - fix tcUrl and playpath parsing in rtmpsrv and rtmpsuck
|
| H A D | README | 197 from the client will get parsed so that the playpath can be displayed. It
|