Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h45 #define RTMP_FEATURE_HTTP 0x01 macro
55 #define RTMP_PROTOCOL_RTMPT RTMP_FEATURE_HTTP
57 #define RTMP_PROTOCOL_RTMPTE (RTMP_FEATURE_HTTP|RTMP_FEATURE_ENC)
58 #define RTMP_PROTOCOL_RTMPTS (RTMP_FEATURE_HTTP|RTMP_FEATURE_SSL)
H A Drtmp.c536 else if (protocol & RTMP_FEATURE_HTTP) in RTMP_SetupStream()
861 else if (r->Link.protocol & RTMP_FEATURE_HTTP) in RTMP_SetupURL()
997 if (r->Link.protocol & RTMP_FEATURE_HTTP) in RTMP_Connect1()
1406 if (r->Link.protocol & RTMP_FEATURE_HTTP) in ReadN()
1484 if (r->Link.protocol & RTMP_FEATURE_HTTP) in ReadN()
1524 if (r->Link.protocol & RTMP_FEATURE_HTTP) in WriteN()
4023 if (r->Link.protocol & RTMP_FEATURE_HTTP) in RTMP_SendPacket()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c1119 else if (protocol & RTMP_FEATURE_HTTP) in main()
1213 if (!bLiveStream && !bRealtimeStream && !(protocol & RTMP_FEATURE_HTTP)) in main()
H A Drtmpgw.c504 else if (req.protocol & RTMP_FEATURE_HTTP) in processTCPrequest()