You are not logged in.
I'm just wondering: Did someone maybe get mpv player working?
After installing it simply via apt-get, it does not start. Error message: "mpv was compiled and linked against a mixture of Libav and FFmpeg versions. This won't work and will most likely crash at some point. Exiting."
I found a bug report:
https://bugs.debian.org/cgi-bin/bugrepo … bug=753090
Removed mpv, downloaded the package from the jessie repo, used gdebi, but it's still the same.
There is also an other bug report:
https://bugs.debian.org/cgi-bin/bugrepo … bug=785650
-> referring to libavcodec. Installed version is libavcodec56. Should I try to downgrade to libavcodec53=4:0.7.2-1+b1?
Or better just forget mpv at this point of time?
Offline
Please post the output of:
apt-cache policy ffmpeg mpv
Offline
Do you have the deb-multimedia repo installed? That causes clashes with libav etc. If so , maybe try installing mpv from that repo.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Well, I don't have deb-multimedia in my resources, and I use mpv exclusively here:
19 May 16 @ 17:41:31 ~
$ apt-cache policy ffmpeg mpv
ffmpeg:
Installed: 7:2.8.6-1~bpo8+1
Candidate: 7:2.8.6-1~bpo8+1
Version table:
*** 7:2.8.6-1~bpo8+1 0
100 http://ftp.us.debian.org//debian/ jessie-backports/main amd64 Packages
100 /var/lib/dpkg/status
mpv:
Installed: 0.6.2-2
Candidate: 0.6.2-2
Version table:
*** 0.6.2-2 0
500 http://ftp.us.debian.org/debian/ jessie/main amd64 Packages
100 /var/lib/dpkg/status
19 May 16 @ 17:41:39 ~
$
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
@HoaS It seems ffmpeg ist not installed.
ffmpeg:
Installed: (none)
Candidate: 10:2.6.8-dmo1
Version table:
10:2.6.8-dmo1 0
100 http://www.deb-multimedia.org/ jessie/main amd64 Packages
7:2.8.6-1~bpo8+1 0
100 http://httpredir.debian.org/debian/ jessie-backports/main amd64 Packages
mpv:
Installed: 0.6.2-2
Candidate: 0.6.2-2
Version table:
1:0.8.3-dmo1 0
100 http://www.deb-multimedia.org/ jessie/main amd64 Packages
*** 0.6.2-2 0
500 http://httpredir.debian.org/debian/ jessie/main amd64 Packages
100 /var/lib/dpkg/status
Offline
Ok, installed ffmpeg from the backports. Now after apt-cache policy I have the same for "installed" as Sector11. It still does not start...
Offline
I just compile my own
http://brontosaurusrex.github.io/2014/0 … zy-debian/
and install youtube-dl directly from page as well.
Offline
Repeat
Do you have the deb-multimedia repo installed? That causes clashes with libav etc. If so , maybe try installing mpv from that repo.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
@Sector11 May I ask: Which version of libavcodec do you have?
Offline
Repeat
damo wrote:Do you have the deb-multimedia repo installed? That causes clashes with libav etc. If so , maybe try installing mpv from that repo.
Yes, it is installed. It seems that would be mpv 1:0.8.3.
Edit: Tried it, but: "Dependency is not satisfiable: libass5 (>= 1:0.13.2)". It's dependency hell, probably through to some newer software packages in the multimedia repo. Downgrading some packages might be an option, but at this point of time I will just prefer to use a different player.
Last edited by martix (2016-05-19 21:38:26)
Offline
... It's dependency hell, probably through to some newer software packages in the multimedia repo. ....
That's why I no longer use deb-multimedia
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Why not:
sudo apt-get autoremove --purge mpv
comment out deb-multimedia from your sources list and then:
sudo apt-get install mpv
from debian repos?
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
I just compile my own
http://brontosaurusrex.github.io/2014/0 … zy-debian/
and install youtube-dl directly from page as well.
Just a small warning on the good bronto's advice. If going this way make sure you computer has at least a dual core CPU. Most have these days. I f not, adjust this line:
./rebuild -j2
Change the number 2 for the number of CPU cores you decide to use for mpv.
Offline
martix wrote:... It's dependency hell, probably through to some newer software packages in the multimedia repo. ....
That's why I no longer use deb-multimedia
Quoted for truth
@martix -- I didn't want you to install ffmpeg, I was just wondering about potential conflicts from the deb-multimedia repository.
What have you installed from that repository?
I think you should remove everything you installed from there and try again.
Also, please don't post snippets of error messages -- please post complete, unedited terminal output, preferably including the command that you used so that we can spot any typos.
Offline
strange, i thought we already had a thread for how to install mpv on BL, but i can't find it.
anyway, i feel sorry for you guys:
mpv --version
cplayer: mpv 0.17.0 (C) 2000-2016 mpv/MPlayer/mplayer2 projects
cplayer: built on Wed Apr 27 15:26:51 CEST 2016
cplayer: ffmpeg library versions:
cplayer: libavutil 55.17.103
cplayer: libavcodec 57.24.102
cplayer: libavformat 57.25.100
cplayer: libswscale 4.0.100
cplayer: libavfilter 6.31.100
cplayer: libswresample 2.0.101
cplayer: ffmpeg version: 3.0.2
]:D
Offline
It's not so hard to build if you want a newer one:
john@bunsen1:~$ mpv --version
mpv 0.17.0-git-0536841 (C) 2000-2016 mpv/MPlayer/mplayer2 projects
built on Thu Apr 28 12:21:13 JST 2016
ffmpeg library versions:
libavutil 55.17.103
libavcodec 57.24.102
libavformat 57.25.100
libswscale 4.0.100
libavfilter 6.31.100
libswresample 2.0.101
ffmpeg version: n3.0.2
Thread here: https://forums.bunsenlabs.org/viewtopic.php?id=578
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Ah...the version currently in Jessie is having trouble at the moment.
$ mpv
mpv was compiled and linked against a mixture of Libav and FFmpeg versions. This won't work and will most likely crash at some point. Exiting.
I thought this fight had been settled within Debian, but it looks like hostilities are heating up again.
Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009
Offline
^ The problems only happen if deb-multimedia is used, that repository is trouble
I have just installed mpv cleanly from the BunsenLabs live ISO image, the jessie version works fine.
Offline
^ The problems only happen if deb-multimedia is used, that repository is trouble
I have just installed mpv cleanly from the BunsenLabs live ISO image, the jessie version works fine.
...
....and for those that haven't noticed, mpv is an "Install" option in the BL Multimedia submenu
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Offline