diff --git a/rtsp.c b/rtsp.c index 8db9f3f24..315c70a2b 100644 --- a/rtsp.c +++ b/rtsp.c @@ -820,8 +820,8 @@ static void *rtsp_conversation_thread_func(void *pconn) { if (conn->fd > 0) close(conn->fd); if (rtsp_playing()) { - rtp_shutdown(); player_stop(); + rtp_shutdown(); please_shutdown = 0; pthread_mutex_unlock(&playing_mutex); }