Home
last modified time | relevance | path

Searched refs:RTMP_FEATURE_WRITE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h49 #define RTMP_FEATURE_WRITE 0x10 /* publish, not play */ macro
H A Drtmp.c353 r->Link.protocol |= RTMP_FEATURE_WRITE; in RTMP_EnableWrite()
1604 if (r->Link.protocol & RTMP_FEATURE_WRITE) in SendConnectPacket()
1628 if (!(r->Link.protocol & RTMP_FEATURE_WRITE)) in SendConnectPacket()
2969 if (r->Link.protocol & RTMP_FEATURE_WRITE) in HandleInvoke()
2981 if (!(r->Link.protocol & RTMP_FEATURE_WRITE)) in HandleInvoke()
2997 if (r->Link.protocol & RTMP_FEATURE_WRITE) in HandleInvoke()
3054 if (r->Link.protocol & RTMP_FEATURE_WRITE) in HandleInvoke()
4143 if ((r->Link.protocol & RTMP_FEATURE_WRITE)) in CloseInternal()