pengan
pengan
Suppose I set the size of the cached file to 256M before, then I cached about 200M files, and then I changed the size of the cached file to 0M....

添加无缝播放功能
说明: 1、ActivityRecyclerViewSeamlessPlay:无缝播放的列表页 2、DetailVideoSeamlessPlay : 无缝播放的详情页 3、列表进入详情已经实现了无缝播放,详情回到列表也实现了无缝播放,只是回来的时候全屏还要问题,原因是Context没有转换过来,这个我在代码里有注释。 4、另外,视频列表如果带有title信息,如我demo中的列表,这时候正在播放的视频划出屏幕要释放视频的判断不是很严谨,这个我也添加了代码。 原理: 1、列表进入详情:将正在播放的视频直接传到详情页,用详情页的容器去添加。由于该视频之前引用的Context是列表页的Context,所以详情页中进行相关视频的操作的时候要切换为详情页的Context。 2、详情返回列表:如上同理,需要将详情页中传过来的Context转换成列表页的Context,才能进行视频的相关操作。
功能缺失
**需求描述 视频播放过程中由于网络不好视频处于缓冲状态,这时候视频显示的UI是正在播放状态,不是加载中的缓冲状态 **其他app是否实现 腾讯视频,今日头条都会显示正在加载状态,有个圆形进度条转圈。
**什么jzvd版本 7.0.4 **是否和安卓版本有关系,什么版本 android9.0 **是否和特定品牌的手机机型有关系,什么机型 tecno **相关log是什么 2019-08-30-19-27-03== == ==java.lang.AssertionError: java.io.EOFException at com.android.okhttp.okio.Buffer.clear(Buffer.java:764) at com.android.okhttp.internal.Util.skipAll(Util.java:160) at com.android.okhttp.internal.Util.discard(Util.java:141) at com.android.okhttp.internal.http.Http1xStream$FixedLengthSource.close(Http1xStream.java:410) at com.android.okhttp.okio.RealBufferedSource.close(RealBufferedSource.java:396) at com.android.okhttp.okio.RealBufferedSource$1.close(RealBufferedSource.java:384) at java.io.BufferedInputStream.close(BufferedInputStream.java:485) at android.media.MediaHTTPConnection.teardownConnection(MediaHTTPConnection.java:141) at android.media.MediaHTTPConnection.disconnect(MediaHTTPConnection.java:132) at...
12-27 03:52:31.506 7003-7003/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.afmobi.boomplayer, PID: 7003 android.view.InflateException: Binary XML file line #27: Error inflating class com.pierfrancescosoffritti.androidyoutubeplayer.player.YouTubePlayerView at android.view.LayoutInflater.createView(LayoutInflater.java:633) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:743) at android.view.LayoutInflater.rInflate(LayoutInflater.java:806) at android.view.LayoutInflater.inflate(LayoutInflater.java:504) at...
when I execute command line : "python save_model.py --model yolov4 " , The following error occurred : 