Searched refs:bLiveStream (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpdump.c | 444 …, uint32_t nInitialFrameSize, int nSkipKeyFrames, int bStdoutMode, int bLiveStream, int bRealtimeS… in Download() argument 462 if (bLiveStream) in Download() 758 int bLiveStream = FALSE; // is it a live stream? then we can't seek/resume in main() local 949 bLiveStream = TRUE; // no seeking or resuming possible! in main() 1139 if (bLiveStream && bResume) in main() 1189 if (bLiveStream) in main() 1201 &flashVer, &subscribepath, &usherToken, dSeek, dStopOffset, bLiveStream, timeout); in main() 1213 if (!bLiveStream && !bRealtimeStream && !(protocol & RTMP_FEATURE_HTTP)) in main() 1381 bStdoutMode, bLiveStream, bRealtimeStream, bHashes, in main() 1388 if (nStatus != RD_INCOMPLETE || !RTMP_IsTimedout(&rtmp) || bLiveStream) in main()
|
| H A D | rtmpgw.c | 82 int bLiveStream; // is it a live stream? then we can't seek/resume member 541 if (req.bLiveStream) in processTCPrequest() 560 req.bLiveStream, req.timeout); in processTCPrequest() 861 req->bLiveStream = TRUE; // no seeking or resuming possible! in ParseOption() 1001 defaultRTMPRequest.bLiveStream = FALSE; // is it a live stream? then we can't seek/resume in main()
|
| H A D | rtmpsrv.c | 109 int bLiveStream; // is it a live stream? then we can't seek/resume member 1104 defaultRTMPRequest.bLiveStream = FALSE; // is it a live stream? then we can't seek/resume in main()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.h | 310 int dStop, int bLiveStream, long int timeout);
|
| H A D | rtmp.c | 452 int dStop, int bLiveStream, long int timeout) in RTMP_SetupStream() argument 480 RTMP_Log(RTMP_LOGDEBUG, "live : %s", bLiveStream ? "yes" : "no"); in RTMP_SetupStream() 523 if (bLiveStream) in RTMP_SetupStream()
|