|
@@ -15,7 +15,6 @@ import com.miekir.eden.net.RetrofitHelper;
|
|
|
import com.miekir.eden.tool.StringTool;
|
|
import com.miekir.eden.tool.StringTool;
|
|
|
import com.miekir.eden.tool.SystemTool;
|
|
import com.miekir.eden.tool.SystemTool;
|
|
|
import com.miekir.eden.tool.ui.NavigationTool;
|
|
import com.miekir.eden.tool.ui.NavigationTool;
|
|
|
-import com.miekir.eden.ui.home.video.media.JZMediaIjk;
|
|
|
|
|
|
|
|
|
|
import cn.jzvd.JZDataSource;
|
|
import cn.jzvd.JZDataSource;
|
|
|
import cn.jzvd.Jzvd;
|
|
import cn.jzvd.Jzvd;
|
|
@@ -69,8 +68,8 @@ public class KwyVideoActivity extends Activity {
|
|
|
});
|
|
});
|
|
|
mVideoUrl = EdenManager.getInstance().getVideoUrl();
|
|
mVideoUrl = EdenManager.getInstance().getVideoUrl();
|
|
|
JzvdStd.setCurrentJzvd(VideoPlayer.CURRENT_JZVD);
|
|
JzvdStd.setCurrentJzvd(VideoPlayer.CURRENT_JZVD);
|
|
|
- //js_video.setUp(EdenManager.getInstance().getVideoUrl(), mTitle);
|
|
|
|
|
- js_video.setUp("rtmp://58.200.131.2:1935/livetv/gdtv", mTitle, Jzvd.SCREEN_FULLSCREEN, JZMediaIjk.class);
|
|
|
|
|
|
|
+ js_video.setUp(EdenManager.getInstance().getVideoUrl(), mTitle);
|
|
|
|
|
+ //js_video.setUp("rtmp://58.200.131.2:1935/livetv/gdtv", mTitle, Jzvd.SCREEN_FULLSCREEN, JZMediaIjk.class);
|
|
|
js_video.startVideo();
|
|
js_video.startVideo();
|
|
|
refresh_video = findViewById(R.id.refresh_video);
|
|
refresh_video = findViewById(R.id.refresh_video);
|
|
|
refresh_video.setHeaderView(new MaterialHeaderView(this));
|
|
refresh_video.setHeaderView(new MaterialHeaderView(this));
|