Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.c1597 enc = AMF_EncodeString(enc, pend, &av_connect); in SendConnectPacket()
1670 enc = AMF_EncodeString(enc, pend, &r->Link.auth); in SendConnectPacket()
1708 enc = AMF_EncodeString(enc, pend, &av_bgHasStream);
1712 enc = AMF_EncodeString(enc, pend, playpath);
1740 enc = AMF_EncodeString(enc, pend, &av_createStream); in RTMP_SendCreateStream()
1767 enc = AMF_EncodeString(enc, pend, &av_FCSubscribe); in SendFCSubscribe()
1770 enc = AMF_EncodeString(enc, pend, subscribepath); in SendFCSubscribe()
1799 enc = AMF_EncodeString(enc, pend, &av_NetStream_Authenticate_UsherToken); in SendUsherToken()
1802 enc = AMF_EncodeString(enc, pend, usherToken); in SendUsherToken()
1831 enc = AMF_EncodeString(enc, pend, &av_releaseStream); in SendReleaseStream()
[all …]
H A Damf.h86 char *AMF_EncodeString(char *output, char *outend, const AVal * str);
H A Damf.c174 AMF_EncodeString(char *output, char *outend, const AVal *bv) in AMF_EncodeString() function
282 return AMF_EncodeString(output, outend, strValue); in AMF_EncodeNamedString()
393 pBuffer = AMF_EncodeString(pBuffer, pBufEnd, &prop->p_vu.p_aval); in AMFProp_Encode()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsrv.c190 enc = AMF_EncodeString(enc, pend, &av__result); in SendConnectResult()
248 enc = AMF_EncodeString(enc, pend, &av__result); in SendResultNumber()
283 enc = AMF_EncodeString(enc, pend, &av_onStatus); in SendPlayStart()
315 enc = AMF_EncodeString(enc, pend, &av_onStatus); in SendPlayStop()