Home
last modified time | relevance | path

Searched refs:RTMP_PROTOCOL_RTMP (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dparseurl.c40 *protocol = RTMP_PROTOCOL_RTMP; in RTMP_ParseURL()
59 *protocol = RTMP_PROTOCOL_RTMP; in RTMP_ParseURL()
H A Drtmp.h53 #define RTMP_PROTOCOL_RTMP 0 macro
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpgw.c492 req.protocol = RTMP_PROTOCOL_RTMP; in processTCPrequest()
875 if (protocol < RTMP_PROTOCOL_RTMP || protocol > RTMP_PROTOCOL_RTMPTS) in ParseOption()
H A Drtmpdump.c965 if (protocol < RTMP_PROTOCOL_RTMP || protocol > RTMP_PROTOCOL_RTMPTS) in main()
1107 protocol = RTMP_PROTOCOL_RTMP; in main()
H A Drtmpsuck.c236 server->rc.Link.protocol = RTMP_PROTOCOL_RTMP; in ServeInvoke()