Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Rewrite with Qt/QML and MPV #144

Open
jaruba opened this issue Sep 10, 2018 · 2 comments
Open

[Feature] Rewrite with Qt/QML and MPV #144

jaruba opened this issue Sep 10, 2018 · 2 comments

Comments

@jaruba
Copy link
Owner

jaruba commented Sep 10, 2018

Rewriting the player with Qt/QML and MPV should help with:

  • Removing WebChimera.js (based on libVLC, project has been abandoned) in favor of using MPV
  • Currently stuck with old versions of Electron due to WebChimera.js incompatibility, switching to Qt/QML would fix this
  • Using MPV should result in a better playback experience as it wouldn't have some long standing libVLC bugs
  • Playback performance
  • Much faster app load times
  • UI should also run more smoothly

Roadblocks:

References:
https://github.com/mpv-player/mpv-examples/blob/master/libmpv/README.md
https://doc.qt.io/qt-5/qtquickcontrols2-material.html
https://kevincarlson.codes/using-material-design-icons-with-qml/

@kevkha
Copy link

kevkha commented Oct 10, 2018

Hey @jaruba It's sad to know WebChimera is abandoned. Does MPV support .vob video format? Is this the one https://mpv.io you will be using?

@jaruba
Copy link
Owner Author

jaruba commented Oct 11, 2018

Hey @jaruba

hey there

Is this the one https://mpv.io you will be using?

yeah, that's the one

Does MPV support .vob video format?

yes it does, in my experience MPV is much better then VLC, less bugs and simply a better player over-all

It's sad to know WebChimera is abandoned.

It's abandoned due to tech limitations in both Electron and VLC that block further development, there's also the option of using mpv.js and sticking with Electron, but imo, using Qt/QML will be better and faster then the current tech stack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants