Commit 5025d7d4 by xiongziliang

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

parent 43579a56
......@@ -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() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论