mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-20 07:12:21 +08:00
fix rtsp and rtmp on_flow_report player or pusher judge error
This commit is contained in:
@@ -868,7 +868,7 @@ void RtspSession::handleReq_Pause(const Parser &parser) {
|
||||
|
||||
void RtspSession::handleReq_Teardown(const Parser &parser) {
|
||||
sendRtspResponse("200 OK");
|
||||
_push_src = nullptr;
|
||||
//_push_src = nullptr;
|
||||
throw SockException(Err_shutdown,"recv teardown request");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user