diff --git a/src/Rtsp/RtspSession.cpp b/src/Rtsp/RtspSession.cpp index 463dca27..fa4d0c1f 100644 --- a/src/Rtsp/RtspSession.cpp +++ b/src/Rtsp/RtspSession.cpp @@ -349,7 +349,7 @@ void RtspSession::onAuthSuccess(const weak_ptr &weakSelf) { return; } strongSelf->sendRtspResponse("200 OK", - {"Content-Base",strongSelf->_strContentBase, + {"Content-Base",strongSelf->_strContentBase + "/", "x-Accept-Retransmit","our-retransmit", "x-Accept-Dynamic-Rate","1" },strongSelf->_strSdp);