Git Product home page Git Product logo

Comments (3)

ScriptJunky avatar ScriptJunky commented on June 21, 2024 1

OK an update, I reverted the change in this commit -- 7232503 -- in my local copy of ./src/mpvhandler.cpp, recompiled, and the progress bar now operates as intended.

TL,DR;

change this --

    mpv_get_property(mpv, "length", MPV_FORMAT_DOUBLE, &len);

into this --

    mpv_get_property(mpv, "duration", MPV_FORMAT_DOUBLE, &len);

and voila! Working progress bar.

Screenshot from 2022-01-24 23-34-24

from baka-mplayer.

AnonumousMouse avatar AnonumousMouse commented on June 21, 2024

Same issue of non-responsive progress bar. Dragging it to desired location restarts the playback and causes the progress bar to get stuck despite otherwise playing the file correctly. Tagging the maintainer ( @u8sand ) as I am necroing this issue thread.

Environment:

  • OS: Arch Linux x86_64
  • Kernel: 5.14.8-arch1-1
  • DE: Cinnamon 5.0.5
MPV Versioning:
$ mpv -v
[cplayer] Command line options: '-v'
[cplayer] mpv 0.33.1-dirty Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects
[cplayer]  built on UNKNOWN
[cplayer] FFmpeg library versions:
[cplayer]    libavutil       56.70.100
[cplayer]    libavcodec      58.134.100
[cplayer]    libavformat     58.76.100
[cplayer]    libswscale      5.9.100
[cplayer]    libavfilter     7.110.100
[cplayer]    libswresample   3.9.100
[cplayer] FFmpeg version: n4.4

from baka-mplayer.

ScriptJunky avatar ScriptJunky commented on June 21, 2024

Can also confirm unresponsive progress bar is occurring on EndeavourOS (an Arch derivative), with a built from source binary;

Baka-Mplayer branch/commit info:

{20:59}~/git/Baka-MPlayer:release ✓ ➭ git status
On branch release
Your branch is up to date with 'origin/release'.

nothing to commit, working tree clean
{20:59}~/git/Baka-MPlayer:release ✓ ➭ git log --oneline | head -2
1911edc Fixes #177
e1df4b4 Simply use qCeil instead
{20:59}~/git/Baka-MPlayer:release ✓ ➭ 

OS: EndeavourOS
Kernel: 5.16.2-arch1-1
DE: Cinnamon 5.2.7

from baka-mplayer.

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.