|
|
|
|
@ -17,8 +17,8 @@ public class ZLive { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void init() { |
|
|
|
|
com.east.android.zlive.ZLive.INSTANCE.OnLiveStart(6677); |
|
|
|
|
init = true; |
|
|
|
|
//com.east.android.zlive.ZLive.INSTANCE.OnLiveStart(6677);
|
|
|
|
|
//init = true;
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private String getLive(String uuid) { |
|
|
|
|
@ -47,8 +47,8 @@ public class ZLive { |
|
|
|
|
|
|
|
|
|
public void stop() { |
|
|
|
|
try { |
|
|
|
|
if (init) com.east.android.zlive.ZLive.INSTANCE.OnLiveStop(); |
|
|
|
|
init = false; |
|
|
|
|
//if (init) com.east.android.zlive.ZLive.INSTANCE.OnLiveStop();
|
|
|
|
|
//init = false;
|
|
|
|
|
} catch (Throwable e) { |
|
|
|
|
e.printStackTrace(); |
|
|
|
|
} |
|
|
|
|
|