Home
last modified time | relevance | path

Searched refs:RTMP_FEATURE_SSL (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h47 #define RTMP_FEATURE_SSL 0x04 macro
56 #define RTMP_PROTOCOL_RTMPS RTMP_FEATURE_SSL
58 #define RTMP_PROTOCOL_RTMPTS (RTMP_FEATURE_HTTP|RTMP_FEATURE_SSL)
H A Drtmp.c534 if (protocol & RTMP_FEATURE_SSL) in RTMP_SetupStream()
859 if (r->Link.protocol & RTMP_FEATURE_SSL) in RTMP_SetupURL()
979 if (r->Link.protocol & RTMP_FEATURE_SSL) in RTMP_Connect1()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpgw.c502 if (req.protocol & RTMP_FEATURE_SSL) in processTCPrequest()
H A Drtmpdump.c1117 if (protocol & RTMP_FEATURE_SSL) in main()