完善兼容性问题

This commit is contained in:
xiongziliang 2019-04-02 15:49:43 +08:00
parent 4a8f8e3a40
commit 3453575c15

View File

@ -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);