Searched refs:flashVer (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsrv.c | 122 AVal flashVer; member 151 SAVC(flashVer); 522 r->Link.flashVer = pval; in ServeInvoke() 633 if (r->Link.flashVer.av_val) in ServeInvoke() 638 ptr += sprintf(ptr, " -f \"%s\"", r->Link.flashVer.av_val); in ServeInvoke() 639 argv[argc++].av_len = r->Link.flashVer.av_len; in ServeInvoke() 932 rtmp->Link.flashVer.av_val = NULL; in doServe()
|
| H A D | rtmpgw.c | 96 AVal flashVer; member 559 …Url, &req.pageUrl, &req.app, &req.auth, &req.swfHash, req.swfSize, &req.flashVer, &req.subscribepa… in processTCPrequest() 939 STR2AVAL(req->flashVer, arg); in ParseOption()
|
| H A D | rtmpdump.c | 775 AVal flashVer = { 0, 0 }; in main() local 1025 STR2AVAL(flashVer, optarg); in main() 1201 &flashVer, &subscribepath, &usherToken, dSeek, dStopOffset, bLiveStream, timeout); in main()
|
| H A D | rtmpsuck.c | 123 SAVC(flashVer); 210 server->rc.Link.flashVer = pval; in ServeInvoke() 1002 server->rc.Link.flashVer.av_val = NULL; in doServe()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.h | 156 AVal flashVer; member 306 AVal *flashVer,
|
| H A D | rtmp.c | 448 AVal *flashVer, in RTMP_SetupStream() argument 473 if (flashVer && flashVer->av_val) in RTMP_SetupStream() 474 RTMP_Log(RTMP_LOGDEBUG, "flashVer : %s", flashVer->av_val); in RTMP_SetupStream() 513 if (flashVer && flashVer->av_len) in RTMP_SetupStream() 514 r->Link.flashVer = *flashVer; in RTMP_SetupStream() 516 r->Link.flashVer = RTMP_DefaultFlashVer; in RTMP_SetupStream() 566 { AVC("flashver"), OFF(Link.flashVer), OPT_STR, 0, 1563 SAVC(flashVer); 1610 if (r->Link.flashVer.av_len) in SendConnectPacket() 1612 enc = AMF_EncodeNamedString(enc, pend, &av_flashVer, &r->Link.flashVer); in SendConnectPacket()
|