Searched refs:bufferTime (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpdump.c | 444 …m, int bRealtimeStream, int bHashes, int bOverrideBufferTime, uint32_t bufferTime, double *percent… in Download() argument 537 if (!bOverrideBufferTime && bufferTime < (duration * 1000.0)) in Download() 539 bufferTime = (uint32_t) (duration * 1000.0) + 5000; // extra 5sec to make sure we've got enough in Download() 543 bufferTime); in Download() 544 RTMP_SetBufferMS(rtmp, bufferTime); in Download() 739 uint32_t bufferTime = DEF_BUFTIME; in main() local 943 bufferTime = bt; in main() 1277 RTMP_Log(RTMP_LOGDEBUG, "Setting buffer time to: %dms", bufferTime); in main() 1278 RTMP_SetBufferMS(&rtmp, bufferTime); in main() 1382 bOverrideBufferTime, bufferTime, &percent); in main()
|
| H A D | rtmpgw.c | 85 uint32_t bufferTime; member 553 RTMP_Log(RTMP_LOGDEBUG, "Setting buffer time to: %dms", req.bufferTime); in processTCPrequest() 555 RTMP_SetBufferMS(&rtmp, req.bufferTime); in processTCPrequest() 856 req->bufferTime = bt; in ParseOption() 1004 defaultRTMPRequest.bufferTime = 20 * 1000; in main() 1125 defaultRTMPRequest.bufferTime); in main()
|
| H A D | rtmpsrv.c | 112 uint32_t bufferTime; member 1107 defaultRTMPRequest.bufferTime = 20 * 1000; in main()
|