mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 03:55:58 +08:00
修复一个小bug
This commit is contained in:
@@ -44,8 +44,8 @@ void MediaPlayer::play(const char* strUrl) {
|
||||
//协议切换
|
||||
_strPrefix = strPrefix;
|
||||
_parser = PlayerBase::createPlayer(strUrl);
|
||||
_parser->setOnShutdown(_shutdownCB);
|
||||
}
|
||||
_parser->setOnShutdown(_shutdownCB);
|
||||
_parser->setOnPlayResult(_playResultCB);
|
||||
_parser->mINI::operator=(*this);
|
||||
_parser->play(strUrl);
|
||||
|
||||
Reference in New Issue
Block a user