Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dparseurl.c71 *protocol = RTMP_PROTOCOL_RTMPTS; in RTMP_ParseURL()
H A Drtmp.h58 #define RTMP_PROTOCOL_RTMPTS (RTMP_FEATURE_HTTP|RTMP_FEATURE_SSL) macro
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpgw.c875 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()