mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2025-02-05 13:09:35 +08:00
修复拼写错误
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) {
|
||||
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){
|
||||
|
Loading…
Reference in New Issue
Block a user