mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-08 03:47:49 +08:00
修复rtsp点播时不触发播放成功回调的问题
This commit is contained in:
parent
43579a5618
commit
5025d7d4cc
@ -361,7 +361,7 @@ void RtspPlayer::handleResSETUP(const Parser &parser, unsigned int uiTrackIndex)
|
||||
}
|
||||
//所有setup命令发送完毕
|
||||
//发送play命令
|
||||
sendPause(_is_play_back ? type_seek : type_play, 0);
|
||||
sendPause(type_play, 0);
|
||||
}
|
||||
|
||||
void RtspPlayer::sendDescribe() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user