mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-19 04:20:53 +08:00
修复拼写错误
This commit is contained in:
@@ -765,7 +765,7 @@ void RtspSession::handleReq_Setup(const Parser &parser) {
|
||||
void RtspSession::handleReq_Play(const Parser &parser) {
|
||||
if (_aTrackInfo.empty() || parser["Session"] != _strSession) {
|
||||
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();
|
||||
if(!pMediaSrc){
|
||||
|
||||
Reference in New Issue
Block a user