find ./ -type f -print | xargs grep -i ****
socket 在/thelib/src/protocols/rtmp/header_le_ba.cpp Header::Read 接收
bool BaseRTMPAppProtocolHandler::ProcessInvoke(BaseRTMPProtocol *pFrom,
Variant &request) 在这个函数里做连接,判断用户操作的处理(用户
登录,用户操作的权限)
RTMP协议处理与socket应用
本文探讨了RTMP协议的处理流程,特别是在BaseRTMPAppProtocolHandler类中ProcessInvoke函数的应用,该函数负责处理连接及用户操作(如登录、权限验证等)。此外,还涉及了socket在thelib库中的使用细节。
find ./ -type f -print | xargs grep -i ****
socket 在/thelib/src/protocols/rtmp/header_le_ba.cpp Header::Read 接收
bool BaseRTMPAppProtocolHandler::ProcessInvoke(BaseRTMPProtocol *pFrom,
Variant &request) 在这个函数里做连接,判断用户操作的处理(用户
登录,用户操作的权限)
704
1226
484

被折叠的 条评论
为什么被折叠?