修复rtsp点播时不触发播放成功回调的问题

This commit is contained in:
xiongziliang 2020-04-07 18:09:25 +08:00
parent 43579a5618
commit 5025d7d4cc
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ void RtspPlayer::handleResSETUP(const Parser &parser, unsigned int uiTrackIndex)
} }
//所有setup命令发送完毕 //所有setup命令发送完毕
//发送play命令 //发送play命令
sendPause(_is_play_back ? type_seek : type_play, 0); sendPause(type_play, 0);
} }
void RtspPlayer::sendDescribe() { void RtspPlayer::sendDescribe() {