GithubHelp home page GithubHelp logo

Comments (6)

CarGuo avatar CarGuo commented on August 26, 2024

鼠标····不大确定,或者是出发了 onTouch 里的事件导致?

from gsyvideoplayer.

ail36413 avatar ail36413 commented on August 26, 2024

只引入gsyVideoPlayer-java,只用系统内核播放,只播放本地文件(大于4G)
经过多天多设备测试发现问题如下:
1.MediaPlayer + TextureView播放基本秒开, 使用本库打开慢很多
2.关于移动鼠标引起卡顿的问题,经过测试发现在这个RK3566的设备上,本库播放的时候比系统播放更消耗内存,移动鼠标移动的时候使用的一点点内存,引起系统内存不够使用,导致整个系统卡顿

from gsyvideoplayer.

CarGuo avatar CarGuo commented on August 26, 2024

因为系统播放器用的是 MeidaCodec ,大部分时候适配硬解码,所以对性能比较好
而 ijk 这种 so 库 ,软解码,基本靠的是 CPU 算力适配,所以会很吃资源

from gsyvideoplayer.

ail36413 avatar ail36413 commented on August 26, 2024

使用本库的时候,我也是只引入gsyVideoPlayer-java,只用系统内核播放哦。

from gsyvideoplayer.

CarGuo avatar CarGuo commented on August 26, 2024

说起来,我这边刚好也是有 RK3566 的设备,不过是触摸屏的,测试还挺正常的

from gsyvideoplayer.

ail36413 avatar ail36413 commented on August 26, 2024

不知道哦。在移动设备上是正常的,在这边rk3566设备上测试的话,明显能看出这个播放初始化的黑屏时间,比系统方法直接播更久

from gsyvideoplayer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.