Git Product home page Git Product logo

Comments (6)

 avatar commented on August 12, 2024 2

This seems much harder than I thought. It seems to go through some weird wrapper (I suspect we literally get WebGL, and the thing is probably designed to go through IPC). It also gets ES 2.0 only, which disables most useful advanced video rendering features.

I wonder if there's any way to sidestep the PPAPI wrappers, and get to native rendering APIs?

from mpv.js.

TRPB avatar TRPB commented on August 12, 2024 1

Thanks for this great library. I can finally play HEVC videos in my electron app without transcoding them.

I think the issue with CPU usage is the output device. Hardware decode is working but the problem is that the output device is still software.

Currently mpv.property('hwdec', 'vaapi'); seems to reduce CPU usage a little.

When setting mpv.property('vo', 'vaapi'); or mpv.property('vo', 'gpu');, the CPU usage is near-zero but the video is shown in its own window rather than in the browser. If it's somehow possible to capture the output when vo is set and display it in the app then I think this would be solved.

As a complete hack I wonder if it would be possible to open MPV's created window off the screen and use WebRTC to pull the output into the electron browser window.

edit: mpv.property('hwdec', 'vaapi-copy'); gives the best results on linux, assuming supported devices, etc. Not quite as low as mpv on its own but gives me less than half the CPU usage I get with mpv.property('hwdec', 'vaapi');

from mpv.js.

 avatar commented on August 12, 2024

On Windows, it should work out of the box (as long as libmpv is linked to the correct ANGLE binary).

On Linux/Intel, you'd somehow need to thread through the Xlib handle or something similar. Linux/nvidia might work if chromium uses GLX.

https://github.com/mpv-player/mpv/blob/master/libmpv/opengl_cb.h#L112

from mpv.js.

 avatar commented on August 12, 2024

When using mpv.js on Intel+Win7-x64 chipset the hardware acceleration seems to be disabled (CPU usage around 80% on when I run the example) whereas the standalone mpv player play the ToS file without loading the CPU more than 10%.

Any idea how to know why and what to do to solve this issue ?

from mpv.js.

Kagami avatar Kagami commented on August 12, 2024

Do you have hwdec enabled in standalone mpv?

from mpv.js.

 avatar commented on August 12, 2024

Yes I guess, in fact it is automatically detected by the standalone mpv (no need to provide any further command line arguments).
Whereas, when I try to force mpv.js to use hwdec (for instance provide it the argument vo=opengl or vo=direct3d) it craches or stays idle.

from mpv.js.

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.