mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
完善兼容性问题
This commit is contained in:
parent
4a8f8e3a40
commit
3453575c15
@ -349,7 +349,7 @@ void RtspSession::onAuthSuccess(const weak_ptr<RtspSession> &weakSelf) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
strongSelf->sendRtspResponse("200 OK",
|
strongSelf->sendRtspResponse("200 OK",
|
||||||
{"Content-Base",strongSelf->_strContentBase,
|
{"Content-Base",strongSelf->_strContentBase + "/",
|
||||||
"x-Accept-Retransmit","our-retransmit",
|
"x-Accept-Retransmit","our-retransmit",
|
||||||
"x-Accept-Dynamic-Rate","1"
|
"x-Accept-Dynamic-Rate","1"
|
||||||
},strongSelf->_strSdp);
|
},strongSelf->_strSdp);
|
||||||
|
Loading…
Reference in New Issue
Block a user