Commit e16d0e20 by xiongziliang

更新

parent bb03af0f
Subproject commit 00e33963bcc4d6c06bb5939e3fbd1036b7ca64c8
Subproject commit 05fe22e8e4194c8795b48fc1c241ae8d49610dcc
......@@ -499,7 +499,7 @@ inline void RtspSession::send_SessionNotFound() {
}
bool RtspSession::handleReq_Setup() {
//处理setup命令,该函数可能进入多次
auto controlSuffix = m_parser.Url().substr(1 + m_parser.Url().rfind('/'));
auto controlSuffix = m_parser.FullUrl().substr(1 + m_parser.FullUrl().rfind('/'));
int trackIdx = getTrackIndexByControlSuffix(controlSuffix);
if (trackIdx == -1) {
//未找到相应track
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论