Giter Site home page Giter Site logo

Comments (4)

mralext20 avatar mralext20 commented on June 4, 2024

after a bit more testing, it appears to be more reproducible by holding down the arrow up or down keys with default bindings.

from mpv-mpris.

hoyon avatar hoyon commented on June 4, 2024

I've tested this using the KDE media player and the time when seeked is consistent with mpv until around 35:45 on a long file, where it goes back to the beginning.

That time is 2145 seconds which, in microseconds, is suspiciously close to 2^31 − 1, the largest number which can be stored in a 32 bit signed integer, which is what the KDE media player must be using internally and causing the issue.

For some reason, the MPRIS creators thought that we needed microsecond precision when seeking tracks, so the internal numbers are rather large and need to be handled with 64 bit integers.

The same issue is also present in VLC player.

from mpv-mpris.

mralext20 avatar mralext20 commented on June 4, 2024

so its a kde bug?

from mpv-mpris.

hoyon avatar hoyon commented on June 4, 2024

It seems so. You should create a bug report on the relevant kde bug tracker

from mpv-mpris.

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.