mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
修复hls播放失败不回调的bug
This commit is contained in:
@@ -254,7 +254,9 @@ void HlsPlayerImp::onAllTrackReady() {
|
||||
}
|
||||
|
||||
void HlsPlayerImp::onPlayResult(const SockException &ex) {
|
||||
|
||||
if(ex){
|
||||
PlayerImp<HlsPlayer, PlayerBase>::onPlayResult(ex);
|
||||
}
|
||||
}
|
||||
|
||||
vector<Track::Ptr> HlsPlayerImp::getTracks(bool trackReady) const {
|
||||
|
||||
Reference in New Issue
Block a user