Searched refs:AMF_EncodeString (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.c | 1597 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 D | amf.h | 86 char *AMF_EncodeString(char *output, char *outend, const AVal * str);
|
| H A D | amf.c | 174 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 D | rtmpsrv.c | 190 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()
|