修复拼写错误
This commit is contained in:
parent
8d1801339c
commit
0626f9a2bf
|
|
@ -765,7 +765,7 @@ void RtspSession::handleReq_Setup(const Parser &parser) {
|
||||||
void RtspSession::handleReq_Play(const Parser &parser) {
|
void RtspSession::handleReq_Play(const Parser &parser) {
|
||||||
if (_aTrackInfo.empty() || parser["Session"] != _strSession) {
|
if (_aTrackInfo.empty() || parser["Session"] != _strSession) {
|
||||||
send_SessionNotFound();
|
send_SessionNotFound();
|
||||||
throw SockException(Err_shutdown,_aTrackInfo.empty() ? "can not find any availabe track when play" : "session not found when play");
|
throw SockException(Err_shutdown,_aTrackInfo.empty() ? "can not find any available track when play" : "session not found when play");
|
||||||
}
|
}
|
||||||
auto pMediaSrc = _pMediaSrc.lock();
|
auto pMediaSrc = _pMediaSrc.lock();
|
||||||
if(!pMediaSrc){
|
if(!pMediaSrc){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue