Commit c9bf4414 by pidan

fixed 网络波动,直播间视频不播放的问题

parent 999b4358
...@@ -695,9 +695,9 @@ typedef id<FUSVideoPlayerProtocal> FUSStreamPlayer; ...@@ -695,9 +695,9 @@ typedef id<FUSVideoPlayerProtocal> FUSStreamPlayer;
&& player.playState != FUSVideoPlayerPlayStateFinish && player.playState != FUSVideoPlayerPlayStateFinish
&& player.playState != FUSVideoPlayerPlayStateError) { && player.playState != FUSVideoPlayerPlayStateError) {
if (!self.isBaofangPlayer && FUSConfig.sharedInstanced.liveConfigs.isInRoom) { // if (!self.isBaofangPlayer && FUSConfig.sharedInstanced.liveConfigs.isInRoom) {
[self fus_destroyAllPlayer]; // [self fus_destroyAllPlayer];
} // }
[self fus_playingStatusDidChangedHandler:YES player:player]; [self fus_playingStatusDidChangedHandler:YES player:player];
NSMutableDictionary *dict = [NSMutableDictionary dictionary]; NSMutableDictionary *dict = [NSMutableDictionary dictionary];
if (player.videoId) { if (player.videoId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment