Home
last modified time | relevance | path

Searched refs:RTMP_ConnectStream (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h328 int RTMP_ConnectStream(RTMP *r, int seekTime);
H A Drtmp.c1099 RTMP_ConnectStream(RTMP *r, int seekTime) in RTMP_ConnectStream() function
1141 return RTMP_ConnectStream(r, seekTime); in RTMP_ReconnectStream()
3088 if (!RTMP_Connect(r, NULL) || !RTMP_ConnectStream(r, 0)) in HandleInvoke()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c1321 if (!RTMP_ConnectStream(&rtmp, dSeek)) in main()