tplay: panicked at 'Failed to init MPV builder: VersionMismatch { linked: 65644, loaded: 131072 }',
panicked at ‘Failed to init MPV builder: VersionMismatch { linked: 65644, loaded: 131072 }’
mpv 0.35.1-dirty Copyright © 2000-2023 mpv/MPlayer/mplayer2 projects
built on Fri Apr 21 07:11:25 2023
FFmpeg library versions:
libavutil 58.2.100
libavcodec 60.3.100
libavformat 60.3.100
libswscale 7.1.100
libavfilter 9.3.100
libswresample 4.10.100
FFmpeg version: n6.0
But it works on the following:
mpv 0.34.1 Copyright © 2000-2021 mpv/MPlayer/mplayer2 projects built on UNKNOWN
FFmpeg library versions: libavutil 56.70.100
libavcodec 58.134.100
libavformat 58.76.100
libswscale 5.9.100
libavfilter 7.110.100
libswresample 3.9.100
FFmpeg version: 4.4.2-0ubuntu0.22.04.1
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 17 (17 by maintainers)
here is the code of rodio implementation I am planning to put it in your player.rs maybe this helps:
Why don’t you use rodio crate and replace it with libmpv? I think it will also be a much better replacement as you will not need to have a dependency on libmpv like If it is not installed on the operating system that will not cause much of an issue.