修复连麦下麦时会画面卡住的问题
This commit is contained in:
@@ -338,6 +338,11 @@ public class LiveExoPlayerManager {
|
||||
public void play() {
|
||||
getNowPlayer().play();
|
||||
}
|
||||
public void replay(){
|
||||
String tmp=url;
|
||||
url=null;
|
||||
startUrl(tmp);
|
||||
}
|
||||
|
||||
public void clearFrame() {
|
||||
mainView.setKeepContentOnPlayerReset(false);
|
||||
|
||||
Reference in New Issue
Block a user