Home
last modified time | relevance | path

Searched defs:bLiveStream (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c444 …pe, uint32_t nInitialFrameSize, int nSkipKeyFrames, int bStdoutMode, int bLiveStream, int bRealtim… in Download()
758 int bLiveStream = FALSE; // is it a live stream? then we can't seek/resume in main() local
H A Drtmpgw.c82 int bLiveStream; // is it a live stream? then we can't seek/resume member
H A Drtmpsrv.c109 int bLiveStream; // is it a live stream? then we can't seek/resume member
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.c452 int dStop, int bLiveStream, long int timeout) in RTMP_SetupStream()