Home
last modified time | relevance | path

Searched refs:AVal (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h69 extern const AVal RTMP_DefaultFlashVer;
146 AVal hostname;
147 AVal sockshost;
149 AVal playpath0; /* parsed from URL */
150 AVal playpath; /* passed in explicitly */
151 AVal tcUrl;
152 AVal swfUrl;
153 AVal pageUrl;
154 AVal app;
155 AVal auth;
[all …]
H A Damf.h57 typedef struct AVal struct
61 } AVal; argument
75 AVal p_name;
80 AVal p_aval;
86 char *AMF_EncodeString(char *output, char *outend, const AVal * str);
94 char *AMF_EncodeNamedString(char *output, char *outend, const AVal * name, const AVal * value);
95 char *AMF_EncodeNamedNumber(char *output, char *outend, const AVal * name, double dVal);
96 char *AMF_EncodeNamedBoolean(char *output, char *outend, const AVal * name, int bVal);
101 void AMF_DecodeString(const char *data, AVal * str);
102 void AMF_DecodeLongString(const char *data, AVal * str);
[all …]
H A Damf.c37 static const AVal AV_empty = { 0, 0 };
68 AMF_DecodeString(const char *data, AVal *bv) in AMF_DecodeString()
75 AMF_DecodeLongString(const char *data, AVal *bv) in AMF_DecodeLongString()
174 AMF_EncodeString(char *output, char *outend, const AVal *bv) in AMF_EncodeString()
273 AMF_EncodeNamedString(char *output, char *outend, const AVal *strName, const AVal *strValue) in AMF_EncodeNamedString()
286 AMF_EncodeNamedNumber(char *output, char *outend, const AVal *strName, double dVal) in AMF_EncodeNamedNumber()
299 AMF_EncodeNamedBoolean(char *output, char *outend, const AVal *strName, int bVal) in AMF_EncodeNamedBoolean()
312 AMFProp_GetName(AMFObjectProperty *prop, AVal *name) in AMFProp_GetName()
318 AMFProp_SetName(AMFObjectProperty *prop, AVal *name) in AMFProp_SetName()
342 AMFProp_GetString(AMFObjectProperty *prop, AVal *str) in AMFProp_GetString()
[all …]
H A Dparseurl.c33 int RTMP_ParseURL(const char *url, int *protocol, AVal *host, unsigned int *port, in RTMP_ParseURL()
34 AVal *playpath, AVal *app) in RTMP_ParseURL()
182 AVal av = {p, end-p}; in RTMP_ParseURL()
201 void RTMP_ParsePlaypath(AVal *in, AVal *out) { in RTMP_ParsePlaypath()
H A Drtmp.c119 static int SendFCSubscribe(RTMP *r, AVal *subscribepath);
122 static int SendUsherToken(RTMP *r, AVal *usherToken);
125 static int SendBGHasStream(RTMP *r, double dId, AVal *playpath);
140 static void DecodeTEA(AVal *key, AVal *text);
406 const AVal RTMP_DefaultFlashVer =
410 SocksSetup(RTMP *r, AVal *sockshost) in SocksSetup()
437 AVal *host, in RTMP_SetupStream()
439 AVal *sockshost, in RTMP_SetupStream()
440 AVal *playpath, in RTMP_SetupStream()
441 AVal *tcUrl, in RTMP_SetupStream()
[all …]
H A Dhashswf.c474 AVal home, hpre; in RTMP_HashSWF()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsrv.c89 AVal filename; /* name of last download */
99 void AVreplace(AVal *src, const AVal *orig, const AVal *repl);
101 static const AVal av_dquote = AVC("\"");
102 static const AVal av_escdquote = AVC("\\\"");
115 AVal playpath;
116 AVal swfUrl;
117 AVal tcUrl;
118 AVal pageUrl;
119 AVal app;
120 AVal auth;
[all …]
H A Drtmpdump.c126 static const AVal av_onMetaData = AVC("onMetaData");
127 static const AVal av_duration = AVC("duration");
128 static const AVal av_conn = AVC("conn");
129 static const AVal av_token = AVC("token");
130 static const AVal av_playlist = AVC("playlist");
131 static const AVal av_true = AVC("true");
234 AVal metastring; in OpenResumeFile()
751 AVal hostname = { 0, 0 }; in main()
752 AVal playpath = { 0, 0 }; in main()
753 AVal subscribepath = { 0, 0 }; in main()
[all …]
H A Drtmpgw.c79 AVal hostname;
88 AVal fullUrl;
89 AVal playpath;
90 AVal swfUrl;
91 AVal tcUrl;
92 AVal pageUrl;
93 AVal app;
94 AVal auth;
95 AVal swfHash;
96 AVal flashVer;
[all …]
H A Drtmpsuck.c78 AVal f_path;
119 #define SAVC(x) static const AVal av_##x = AVC(#x)
144 static const AVal av_NetStream_Failed = AVC("NetStream.Failed");
145 static const AVal av_NetStream_Play_Failed = AVC("NetStream.Play.Failed");
146 static const AVal av_NetStream_Play_StreamNotFound =
148 static const AVal av_NetConnection_Connect_InvalidApp =
150 static const AVal av_NetStream_Play_Start = AVC("NetStream.Play.Start");
151 static const AVal av_NetStream_Play_Complete = AVC("NetStream.Play.Complete");
152 static const AVal av_NetStream_Play_Stop = AVC("NetStream.Play.Stop");
182 AVal method; in ServeInvoke()
[all …]