Mpv: huge RAM usage

Created on 25 Apr 2018  Ā·  6Comments  Ā·  Source: mpv-player/mpv

mpv version and platform

Fedora 27
mpv-0.27.2-1.fc27.x86_64
runnig through
smplayer-18.3.0-1.fc27.x86_64
with vaapi output driver

During video playing, mpv RAM usage was huge, around 7,8 GB
I attach GDB backtrace

$ gdb mpv 22677
GNU gdb (GDB) Fedora 8.0.1-36.fc27
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from mpv...Reading symbols from /usr/lib/debug/usr/bin/mpv-0.27.2-1.fc27.x86_64.debug...done.
done.
Attaching to program: /usr/bin/mpv, process 22677
[New LWP 22679]
[New LWP 22680]
[New LWP 22681]
[New LWP 22682]
[New LWP 22684]
[New LWP 22685]
[New LWP 22686]
[New LWP 22687]
[New LWP 22688]
[New LWP 22689]
[New LWP 22690]
[New LWP 22691]
[New LWP 22692]
[New LWP 22693]
[New LWP 22694]
[New LWP 22695]

warning: .dynamic section for "/usr/lib64/samba/libsamba-debug-samba4.so" is not at the expected address (wrong library or version mismatch?)
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
0x00007f8826734be6 in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7ffe45b091c0, expected=0, futex_word=0x555cbd279f00)
    at ../sysdeps/unix/sysv/linux/futex-internal.h:205
205       int err = lll_futex_timed_wait_bitset (futex_word, expected, abstime,
(gdb) set height 0
(gdb) thread apply all backtrace

Thread 17 (Thread 0x7f87e1ffb700 (LWP 22695)):
#0  0x00007f882673482d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x555cbd741bbc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x555cbd741b68, cond=0x555cbd741b90) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0x555cbd741b90, mutex=mutex@entry=0x555cbd741b68) at pthread_cond_wait.c:655
#3  0x0000555cbb6280ff in playthread (arg=0x555cbd68ebf0) at ../audio/out/push.c:396
#4  0x00007f882672e50b in start_thread (arg=0x7f87e1ffb700) at pthread_create.c:465
#5  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 16 (Thread 0x7f87e27fc700 (LWP 22694)):
#0  0x00007f88256c9c6b in __GI___poll (fds=fds@entry=0x7f87c0007030, nfds=nfds@entry=3, timeout=timeout@entry=1500) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f88292736f1 in poll (__timeout=1500, __nfds=3, __fds=0x7f87c0007030) at /usr/include/bits/poll2.h:46
#2  poll_func (ufds=0x7f87c0007030, nfds=3, timeout=1500, userdata=0x555cbd73d490) at pulse/thread-mainloop.c:69
#3  0x00007f88292650b0 in pa_mainloop_poll (m=m@entry=0x555cbd7485c0) at pulse/mainloop.c:844
#4  0x00007f8829265740 in pa_mainloop_iterate (m=0x555cbd7485c0, block=<optimized out>, retval=0x0) at pulse/mainloop.c:926
#5  0x00007f88292657d0 in pa_mainloop_run (m=0x555cbd7485c0, retval=retval@entry=0x0) at pulse/mainloop.c:944
#6  0x00007f8829273639 in thread (userdata=0x555cbd7439a0) at pulse/thread-mainloop.c:100
#7  0x00007f881f166ac8 in internal_thread_func (userdata=0x555cbd73de10) at pulsecore/thread-posix.c:81
#8  0x00007f882672e50b in start_thread (arg=0x7f87e27fc700) at pthread_create.c:465
#9  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 15 (Thread 0x7f87e2ffd700 (LWP 22693)):
#0  0x00007f882673482d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f87f429de18) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f87f429ddc8, cond=0x7f87f429ddf0) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0x7f87f429ddf0, mutex=mutex@entry=0x7f87f429ddc8) at pthread_cond_wait.c:655
#3  0x00007f87fb7ca83b in cnd_wait (mtx=0x7f87f429ddc8, cond=0x7f87f429ddf0) at ../../include/c11/threads_posix.h:159
#4  util_queue_thread_func (input=input@entry=0x7f87f42a03a0) at u_queue.c:171
#5  0x00007f87fb7ca757 in impl_thrd_routine (p=<optimized out>) at ../../include/c11/threads_posix.h:87
#6  0x00007f882672e50b in start_thread (arg=0x7f87e2ffd700) at pthread_create.c:465
#7  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 14 (Thread 0x7f87e37fe700 (LWP 22692)):
#0  0x00007f882673482d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f87f429de1c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f87f429ddc8, cond=0x7f87f429ddf0) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0x7f87f429ddf0, mutex=mutex@entry=0x7f87f429ddc8) at pthread_cond_wait.c:655
#3  0x00007f87fb7ca83b in cnd_wait (mtx=0x7f87f429ddc8, cond=0x7f87f429ddf0) at ../../include/c11/threads_posix.h:159
#4  util_queue_thread_func (input=input@entry=0x7f87f429f160) at u_queue.c:171
#5  0x00007f87fb7ca757 in impl_thrd_routine (p=<optimized out>) at ../../include/c11/threads_posix.h:87
#6  0x00007f882672e50b in start_thread (arg=0x7f87e37fe700) at pthread_create.c:465
#7  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 13 (Thread 0x7f87e3fff700 (LWP 22691)):
#0  0x00007f882673482d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f87f429dd30) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f87f429dce0, cond=0x7f87f429dd08) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0x7f87f429dd08, mutex=mutex@entry=0x7f87f429dce0) at pthread_cond_wait.c:655
#3  0x00007f87fb7ca83b in cnd_wait (mtx=0x7f87f429dce0, cond=0x7f87f429dd08) at ../../include/c11/threads_posix.h:159
#4  util_queue_thread_func (input=input@entry=0x7f87f429fb90) at u_queue.c:171
#5  0x00007f87fb7ca757 in impl_thrd_routine (p=<optimized out>) at ../../include/c11/threads_posix.h:87
#6  0x00007f882672e50b in start_thread (arg=0x7f87e3fff700) at pthread_create.c:465
#7  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7f87f0afd700 (LWP 22690)):
#0  0x00007f882673482d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f87f429dd30) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f87f429dce0, cond=0x7f87f429dd08) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0x7f87f429dd08, mutex=mutex@entry=0x7f87f429dce0) at pthread_cond_wait.c:655
#3  0x00007f87fb7ca83b in cnd_wait (mtx=0x7f87f429dce0, cond=0x7f87f429dd08) at ../../include/c11/threads_posix.h:159
#4  util_queue_thread_func (input=input@entry=0x7f87f429f970) at u_queue.c:171
#5  0x00007f87fb7ca757 in impl_thrd_routine (p=<optimized out>) at ../../include/c11/threads_posix.h:87
#6  0x00007f882672e50b in start_thread (arg=0x7f87f0afd700) at pthread_create.c:465
#7  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 11 (Thread 0x7f87f8b95700 (LWP 22689)):
#0  0x00007f882673482d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f87f429dd34) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f87f429dce0, cond=0x7f87f429dd08) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0x7f87f429dd08, mutex=mutex@entry=0x7f87f429dce0) at pthread_cond_wait.c:655
#3  0x00007f87fb7ca83b in cnd_wait (mtx=0x7f87f429dce0, cond=0x7f87f429dd08) at ../../include/c11/threads_posix.h:159
#4  util_queue_thread_func (input=input@entry=0x7f87f429afb0) at u_queue.c:171
#5  0x00007f87fb7ca757 in impl_thrd_routine (p=<optimized out>) at ../../include/c11/threads_posix.h:87
#6  0x00007f882672e50b in start_thread (arg=0x7f87f8b95700) at pthread_create.c:465
#7  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7f87f9396700 (LWP 22688)):
#0  0x00007f882673482d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f87f429ea00) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f87f429e9b0, cond=0x7f87f429e9d8) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0x7f87f429e9d8, mutex=mutex@entry=0x7f87f429e9b0) at pthread_cond_wait.c:655
#3  0x00007f87fb7ca83b in cnd_wait (mtx=0x7f87f429e9b0, cond=0x7f87f429e9d8) at ../../include/c11/threads_posix.h:159
#4  util_queue_thread_func (input=input@entry=0x7f87f429ef00) at u_queue.c:171
#5  0x00007f87fb7ca757 in impl_thrd_routine (p=<optimized out>) at ../../include/c11/threads_posix.h:87
#6  0x00007f882672e50b in start_thread (arg=0x7f87f9396700) at pthread_create.c:465
#7  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7f87f9da9700 (LWP 22687)):
#0  0x00007f882673482d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f87f429a714) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f87f429a6c0, cond=0x7f87f429a6e8) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0x7f87f429a6e8, mutex=mutex@entry=0x7f87f429a6c0) at pthread_cond_wait.c:655
#3  0x00007f87fb7ca83b in cnd_wait (mtx=0x7f87f429a6c0, cond=0x7f87f429a6e8) at ../../include/c11/threads_posix.h:159
#4  util_queue_thread_func (input=input@entry=0x7f87f4299b00) at u_queue.c:171
#5  0x00007f87fb7ca757 in impl_thrd_routine (p=<optimized out>) at ../../include/c11/threads_posix.h:87
#6  0x00007f882672e50b in start_thread (arg=0x7f87f9da9700) at pthread_create.c:465
#7  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 8 (Thread 0x7f8808996700 (LWP 22686)):
#0  0x00007f8826737106 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7f87f4216238)
    at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  do_futex_wait (sem=sem@entry=0x7f87f4216238, abstime=0x0) at sem_waitcommon.c:111
#2  0x00007f88267371f8 in __new_sem_wait_slow (sem=sem@entry=0x7f87f4216238, abstime=0x0) at sem_waitcommon.c:181
#3  0x00007f8826737269 in __new_sem_wait (sem=sem@entry=0x7f87f4216238) at sem_wait.c:42
#4  0x0000555cbb6f3c58 in screensaver_thread (arg=0x7f87f4215ca0) at ../video/out/x11_common.c:509
#5  0x00007f882672e50b in start_thread (arg=0x7f8808996700) at pthread_create.c:465
#6  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7f8809197700 (LWP 22685)):
#0  0x00007f88256c9c6b in __GI___poll (fds=fds@entry=0x7f8809196b10, nfds=nfds@entry=2, timeout=10000) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x0000555cbb6f89bf in poll (__timeout=<optimized out>, __nfds=2, __fds=0x7f8809196b10) at /usr/include/bits/poll2.h:46
#2  vo_x11_wait_events (vo=<optimized out>, until_time_us=<optimized out>) at ../video/out/x11_common.c:1899
#3  0x0000555cbb6e4376 in wait_vo (until_time=20551658627, vo=0x555cbd29d5c0) at ../video/out/vo.c:683
#4  vo_thread (ptr=0x555cbd29d5c0) at ../video/out/vo.c:1002
#5  0x00007f882672e50b in start_thread (arg=0x7f8809197700) at pthread_create.c:465
#6  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 6 (Thread 0x7f880999f700 (LWP 22684)):
#0  0x00007f882673482d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f87f420c194) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f87f420c140, cond=0x7f87f420c168) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0x7f87f420c168, mutex=mutex@entry=0x7f87f420c140) at pthread_cond_wait.c:655
#3  0x0000555cbb6321db in demux_thread (pctx=0x7f87f420c120) at ../demux/demux.c:758
#4  0x00007f882672e50b in start_thread (arg=0x7f880999f700) at pthread_create.c:465
#5  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7f880a3b9700 (LWP 22682)):
#0  0x00007f88256c9c6b in __GI___poll (fds=fds@entry=0x7f880a3b8a60, nfds=nfds@entry=2, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x0000555cbb64ec8b in poll (__timeout=-1, __nfds=2, __fds=0x7f880a3b8a60) at /usr/include/bits/poll2.h:46
#2  client_thread (p=0x7f880402d140) at ../input/ipc-unix.c:128
#3  0x00007f882672e50b in start_thread (arg=0x7f880a3b9700) at pthread_create.c:465
#4  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f880adac700 (LWP 22681)):
#0  0x00007f8826734be6 in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f880adab4f0, expected=0, futex_word=0x555cbd2bcc88)
    at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0x7f880adab4f0, mutex=0x555cbd2bcc38, cond=0x555cbd2bcc60) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=cond@entry=0x555cbd2bcc60, mutex=mutex@entry=0x555cbd2bcc38, abstime=abstime@entry=0x7f880adab4f0) at pthread_cond_wait.c:667
#3  0x0000555cbb665b73 in wait_wakeup (ctx=ctx@entry=0x555cbd2bcb90, end=end@entry=9223372036854775807) at ../player/client.c:314
#4  0x0000555cbb667c3b in mpv_wait_event (ctx=0x555cbd2bcb90, timeout=1e+20) at ../player/client.c:784
#5  0x0000555cbb680b61 in script_wait_event (L=0x7f87fc000ba0) at ../player/lua.c:471
#6  0x00007f88259a1190 in luaD_precall (L=L@entry=0x7f87fc000ba0, func=func@entry=0x7f87fc014500, nresults=nresults@entry=1) at ldo.c:320
#7  0x00007f88259abda2 in luaV_execute (L=L@entry=0x7f87fc000ba0, nexeccalls=2, nexeccalls@entry=1) at lvm.c:591
#8  0x00007f88259a163d in luaD_call (L=L@entry=0x7f87fc000ba0, func=0x7f87fc0144b0, nResults=nResults@entry=0) at ldo.c:378
#9  0x00007f882599d2f5 in lua_call (L=L@entry=0x7f87fc000ba0, nargs=nargs@entry=0, nresults=nresults@entry=0) at lapi.c:782
#10 0x0000555cbb67fc48 in load_scripts (L=0x7f87fc000ba0) at ../player/lua.c:264
#11 0x00007f88259a1190 in luaD_precall (L=L@entry=0x7f87fc000ba0, func=func@entry=0x7f87fc000f90, nresults=0) at ldo.c:320
#12 0x00007f88259a15f4 in luaD_call (L=0x7f87fc000ba0, func=0x7f87fc000f90, nResults=<optimized out>) at ldo.c:377
#13 0x00007f88259a094e in luaD_rawrunprotected (L=L@entry=0x7f87fc000ba0, f=f@entry=0x7f882599bf50 <f_call>, ud=ud@entry=0x7f880adab920) at ldo.c:116
#14 0x00007f88259a17ab in luaD_pcall (L=L@entry=0x7f87fc000ba0, func=func@entry=0x7f882599bf50 <f_call>, u=u@entry=0x7f880adab920, old_top=48, ef=<optimized out>)
    at ldo.c:464
#15 0x00007f882599d388 in lua_pcall (L=L@entry=0x7f87fc000ba0, nargs=nargs@entry=0, nresults=nresults@entry=0, errfunc=errfunc@entry=-2) at lapi.c:821
#16 0x0000555cbb6817b2 in run_lua (L=0x7f87fc000ba0) at ../player/lua.c:350
#17 0x00007f88259a1190 in luaD_precall (L=L@entry=0x7f87fc000ba0, func=func@entry=0x7f87fc000f70, nresults=0) at ldo.c:320
#18 0x00007f88259a15f4 in luaD_call (L=0x7f87fc000ba0, func=0x7f87fc000f70, nResults=<optimized out>) at ldo.c:377
#19 0x00007f88259a094e in luaD_rawrunprotected (L=L@entry=0x7f87fc000ba0, f=f@entry=0x7f882599bf60 <f_Ccall>, ud=ud@entry=0x7f880adabb90) at ldo.c:116
#20 0x00007f88259a17ab in luaD_pcall (L=L@entry=0x7f87fc000ba0, func=func@entry=0x7f882599bf60 <f_Ccall>, u=u@entry=0x7f880adabb90, old_top=16, ef=ef@entry=0)
    at ldo.c:464
#21 0x00007f882599d417 in lua_cpcall (L=L@entry=0x7f87fc000ba0, func=func@entry=0x555cbb681370 <run_lua>, ud=ud@entry=0x7f87fc000b60) at lapi.c:856
#22 0x0000555cbb67e8cd in load_lua (client=<optimized out>, fname=0x555cbd2c2dd0 "@ytdl_hook.lua") at ../player/lua.c:383
#23 0x0000555cbb687277 in script_thread (p=0x7f880402d220) at ../player/scripting.c:95
#24 0x00007f882672e50b in start_thread (arg=0x7f880adac700) at pthread_create.c:465
#25 0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f880b5ad700 (LWP 22680)):
#0  0x00007f8826734be6 in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f880b5ac4f0, expected=0, futex_word=0x555cbd261938)
    at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0x7f880b5ac4f0, mutex=0x555cbd2618e8, cond=0x555cbd261910) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=cond@entry=0x555cbd261910, mutex=mutex@entry=0x555cbd2618e8, abstime=abstime@entry=0x7f880b5ac4f0) at pthread_cond_wait.c:667
#3  0x0000555cbb665b73 in wait_wakeup (ctx=ctx@entry=0x555cbd261840, end=end@entry=9223372036854775807) at ../player/client.c:314
#4  0x0000555cbb667c3b in mpv_wait_event (ctx=0x555cbd261840, timeout=1e+20) at ../player/client.c:784
#5  0x0000555cbb680b61 in script_wait_event (L=0x7f8804000ba0) at ../player/lua.c:471
#6  0x00007f88259a1190 in luaD_precall (L=L@entry=0x7f8804000ba0, func=func@entry=0x7f88041814a0, nresults=nresults@entry=1) at ldo.c:320
#7  0x00007f88259abda2 in luaV_execute (L=L@entry=0x7f8804000ba0, nexeccalls=2, nexeccalls@entry=1) at lvm.c:591
#8  0x00007f88259a163d in luaD_call (L=L@entry=0x7f8804000ba0, func=0x7f88040144b0, nResults=nResults@entry=0) at ldo.c:378
#9  0x00007f882599d2f5 in lua_call (L=L@entry=0x7f8804000ba0, nargs=nargs@entry=0, nresults=nresults@entry=0) at lapi.c:782
#10 0x0000555cbb67fc48 in load_scripts (L=0x7f8804000ba0) at ../player/lua.c:264
#11 0x00007f88259a1190 in luaD_precall (L=L@entry=0x7f8804000ba0, func=func@entry=0x7f8804000f90, nresults=0) at ldo.c:320
#12 0x00007f88259a15f4 in luaD_call (L=0x7f8804000ba0, func=0x7f8804000f90, nResults=<optimized out>) at ldo.c:377
#13 0x00007f88259a094e in luaD_rawrunprotected (L=L@entry=0x7f8804000ba0, f=f@entry=0x7f882599bf50 <f_call>, ud=ud@entry=0x7f880b5ac920) at ldo.c:116
#14 0x00007f88259a17ab in luaD_pcall (L=L@entry=0x7f8804000ba0, func=func@entry=0x7f882599bf50 <f_call>, u=u@entry=0x7f880b5ac920, old_top=48, ef=<optimized out>)
    at ldo.c:464
#15 0x00007f882599d388 in lua_pcall (L=L@entry=0x7f8804000ba0, nargs=nargs@entry=0, nresults=nresults@entry=0, errfunc=errfunc@entry=-2) at lapi.c:821
#16 0x0000555cbb6817b2 in run_lua (L=0x7f8804000ba0) at ../player/lua.c:350
#17 0x00007f88259a1190 in luaD_precall (L=L@entry=0x7f8804000ba0, func=func@entry=0x7f8804000f70, nresults=0) at ldo.c:320
#18 0x00007f88259a15f4 in luaD_call (L=0x7f8804000ba0, func=0x7f8804000f70, nResults=<optimized out>) at ldo.c:377
#19 0x00007f88259a094e in luaD_rawrunprotected (L=L@entry=0x7f8804000ba0, f=f@entry=0x7f882599bf60 <f_Ccall>, ud=ud@entry=0x7f880b5acb90) at ldo.c:116
#20 0x00007f88259a17ab in luaD_pcall (L=L@entry=0x7f8804000ba0, func=func@entry=0x7f882599bf60 <f_Ccall>, u=u@entry=0x7f880b5acb90, old_top=16, ef=ef@entry=0)
    at ldo.c:464
#21 0x00007f882599d417 in lua_cpcall (L=L@entry=0x7f8804000ba0, func=func@entry=0x555cbb681370 <run_lua>, ud=ud@entry=0x7f8804000b60) at lapi.c:856
#22 0x0000555cbb67e8cd in load_lua (client=<optimized out>, fname=0x555cbd2bc790 "@osc.lua") at ../player/lua.c:383
#23 0x0000555cbb687277 in script_thread (p=0x555cbd293f10) at ../player/scripting.c:95
#24 0x00007f882672e50b in start_thread (arg=0x7f880b5ad700) at pthread_create.c:465
#25 0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f880bdae700 (LWP 22679)):
#0  0x00007f88256c9c6b in __GI___poll (fds=fds@entry=0x7f880bdadc20, nfds=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f88256e54ae in __poll_chk (fds=fds@entry=0x7f880bdadc20, nfds=<optimized out>, timeout=timeout@entry=-1, fdslen=fdslen@entry=16) at poll_chk.c:27
#2  0x0000555cbb6f9f59 in poll (__timeout=-1, __nfds=<optimized out>, __fds=0x7f880bdadc20) at /usr/include/bits/poll2.h:41
#3  terminal_thread (ptr=<optimized out>) at ../osdep/terminal-unix.c:399
#4  0x00007f882672e50b in start_thread (arg=0x7f880bdae700) at pthread_create.c:465
#5  0x00007f88256d416f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f882e1a8680 (LWP 22677)):
#0  0x00007f8826734be6 in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7ffe45b091c0, expected=0, futex_word=0x555cbd279f00)
    at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0x7ffe45b091c0, mutex=0x555cbd279eb0, cond=0x555cbd279ed8) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=cond@entry=0x555cbd279ed8, mutex=mutex@entry=0x555cbd279eb0, abstime=abstime@entry=0x7ffe45b091c0) at pthread_cond_wait.c:667
#3  0x0000555cbb6518f4 in mp_dispatch_queue_process (queue=0x555cbd279ea0, timeout=inf) at ../misc/dispatch.c:311
#4  0x0000555cbb683adc in mp_wait_events (mpctx=0x555cbd2799d0) at ../player/playloop.c:65
#5  0x0000555cbb6857c0 in run_playloop (mpctx=mpctx@entry=0x555cbd2799d0) at ../player/playloop.c:1130
#6  0x0000555cbb67b73d in play_current_file (mpctx=0x555cbd2799d0) at ../player/loadfile.c:1358
#7  mp_play_files (mpctx=mpctx@entry=0x555cbd2799d0) at ../player/loadfile.c:1519
#8  0x0000555cbb67c451 in mpv_main (argc=<optimized out>, argv=<optimized out>) at ../player/main.c:504
#9  0x00007f88255fff2a in __libc_start_main (main=0x555cbb610450 <main>, argc=46, argv=0x7ffe45b09448, init=<optimized out>, fini=<optimized out>, 
    rtld_fini=<optimized out>, stack_end=0x7ffe45b09438) at ../csu/libc-start.c:308
#10 0x0000555cbb61048a in _start ()
(gdb) quit
A debugging session is active.

        Inferior 1 [process 22677] will be detached.

Quit anyway? (y or n) y
Detaching from program: /usr/bin/mpv, process 22677

Most helpful comment

Always count on smplayer overriding mpv's defaults with absolute shit.

All 6 comments

We’re going to need a log of the mpv process in oder to see which exact settings were used. But I’m going to guess that SMPlayer does something absolutely stupid (like using the vaapi video output instead of gpu), and the problem is actually in some external library. Did you know 90% of mpv problems are caused by malfunctioning hwdec libraries?

We’re going to need a log of the mpv process in oder to see which exact settings were used.

We actually do not need that since the problem is vaapi (see below)
Moreover I have been able to reproduce the problem with
mpv --hwdec=vaapi --vo=vaapi file.mkv

But I’m going to guess that SMPlayer does something absolutely stupid (like using the vaapi video output instead of gpu)

As far I know vaapi video output is the only way to use GPU hardware acceleration on AMD Radeon RX cards.

and the problem is actually in some external library.

You are right https://github.com/mpv-player/mpv/issues/4383

Did you know 90% of mpv problems are caused by malfunctioning hwdec libraries?

I did not know that.

Always count on smplayer overriding mpv's defaults with absolute shit.

Always count on smplayer overriding mpv's defaults with absolute shit.

Aren't smplayer developers listening to mpv developers complaints?

Partial log

[   0.010][v][cplayer] mpv 0.27.2 (C) 2000-2017 mpv/MPlayer/mplayer2 projects
[   0.010][v][cplayer]  built on UNKNOWN
[   0.010][v][cplayer] ffmpeg library versions:
[   0.010][v][cplayer]    libavutil       55.58.100
[   0.010][v][cplayer]    libavcodec      57.89.100
[   0.010][v][cplayer]    libavformat     57.71.100
[   0.010][v][cplayer]    libswscale      4.6.100
[   0.010][v][cplayer]    libavfilter     6.82.100
[   0.010][v][cplayer]    libswresample   2.7.100
[   0.010][v][cplayer] ffmpeg version: 3.3.7
[   0.010][v][cplayer] 
[   0.010][v][cplayer] Configuration: /usr/bin/waf configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib64 --mandir=/usr/share/man --docdir=/usr/share/doc/mpv --confdir=/etc/mpv --disable-build-date --enable-libmpv-shared --enable-sdl2 --enable-libarchive --enable-libsmbclient --enable-encoding --enable-dvdread --enable-dvdnav --enable-cdda --enable-tv --enable-dvbin
[   0.010][v][cplayer] List of enabled features: 51fbsd alsa asm atomics audio-input avutil-imgcpy-uc avutil-spherical cdda cplayer cplugins cuda-hwaccel debug-build drm dvbin dvdnav dvdread dvdread-common egl-drm egl-helpers egl-x11 encoding fchmod gbm gbm.h gl gl-wayland gl-x11 glibc-thread-name glob glob-posix gnuc iconv is_ffmpeg jack jpeg lcms2 libarchive libass libass-osd libav libavcodec libavdevice libbluray libdl libm libmpv-shared librt libsmbclient libv4l2 linux-fstatfs lua nanosleep optimize oss-audio plain-gl posix posix-or-mingw posix-spawn pthreads pulse rubberband sdl2 shm stdatomic termios tv tv-v4l2 uchardet vaapi vaapi-drm vaapi-egl vaapi-glx vaapi-hwaccel vaapi-wayland vaapi-x-egl vaapi-x11 vdpau vdpau-gl-x11 vdpau-hwaccel videodev vt.h wayland x11 xv zlib
[   0.010][v][cplayer] Command line options: '--no-config' '--no-quiet' '--terminal' '--no-msg-color' '--input-file=/dev/stdin' '--no-fs' '--hwdec=vaapi' '--sub-auto=fuzzy' '--vo=vaapi,' '--no-input-default-bindings' '--input-vo-keyboard=no' '--no-input-cursor' '--cursor-autohide=no' '--no-keepaspect' '--wid=104857763' '--monitorpixelaspect=1' '--osd-level=1' '--osd-scale=1' '--osd-bar-align-y=0.6' '--sub-ass' '--embeddedfonts' '--sub-ass-line-spacing=0' '--sub-scale=1' '--sub-font=Arial' '--sub-color=#ffffffff' '--sub-shadow-color=#ff000000' '--sub-border-color=#ff000000' '--sub-border-size=0.75' '--sub-shadow-offset=2.5' '--sub-font-size=50' '--sub-bold=no' '--sub-lic=no' '--sub-codepage=ISO-8859-1' '--vid=1' '--aid=1' '--sid=1' '--sub-pos=100' '--volume=100' '--cache=auto' '--start=218' '--screenshot-template=cap_%F_%p_%02n' '--screenshot-format=jpg' '--screenshot-directory=/home/user/smplayer_screenshots' '--audio-pitch-correction=yes' '--volume-max=110' '--log-file=/home/user/mpv_log.log' '--term-playing-msg=MPV_VERSION=${=mpv-version:}
[   0.010][v][cplayer] INFO_VIDEO_WIDTH=${=width}
[   0.010][v][cplayer] INFO_VIDEO_HEIGHT=${=height}
[   0.010][v][cplayer] INFO_VIDEO_ASPECT=${=video-aspect}
[   0.010][v][cplayer] INFO_VIDEO_FPS=${=container-fps:${=fps}}
[   0.010][v][cplayer] INFO_VIDEO_FORMAT=${=video-format}
[   0.010][v][cplayer] INFO_VIDEO_CODEC=${=video-codec}
[   0.010][v][cplayer] INFO_AUDIO_FORMAT=${=audio-codec-name}
[   0.010][v][cplayer] INFO_AUDIO_CODEC=${=audio-codec}
[   0.010][v][cplayer] INFO_AUDIO_RATE=${=audio-params/samplerate}
[   0.010][v][cplayer] INFO_AUDIO_NCH=${=audio-params/channel-count}
[   0.010][v][cplayer] INFO_LTH=${=duration:${=lth}}
[   0.010][v][cplayer] INFO_DEMUXER=${=current-demuxer:${=demuxer}}
[   0.010][v][cplayer] INFO_SEEKABLE=${=seekable}
[   0.010][v][cplayer] INFO_TITLES=${=disc-titles}
[   0.010][v][cplayer] INFO_CHAPTERS=${=chapters}
[   0.010][v][cplayer] INFO_TRACKS_COUNT=${=track-list/count}
[   0.010][v][cplayer] METADATA_TITLE=${metadata/by-key/title:}
[   0.010][v][cplayer] METADATA_ARTIST=${metadata/by-key/artist:}
[   0.010][v][cplayer] METADATA_ALBUM=${metadata/by-key/album:}
[   0.010][v][cplayer] METADATA_GENRE=${metadata/by-key/genre:}
[   0.010][v][cplayer] METADATA_DATE=${metadata/by-key/date:}
[   0.010][v][cplayer] METADATA_TRACK=${metadata/by-key/track:}
[   0.010][v][cplayer] METADATA_COPYRIGHT=${metadata/by-key/copyright:}
[   0.010][v][cplayer] INFO_MEDIA_TITLE=${=media-title:}
[   0.010][v][cplayer] INFO_STREAM_PATH=${stream-path}
[   0.010][v][cplayer] ' '--audio-client-name=SMPlayer' '--term-status-msg=STATUS: ${=time-pos} / ${=duration:${=lth:0}} P: ${=pause} B: ${=paused-for-cache} I: ${=core-idle} VB: ${=video-bitrate:0} AB: ${=audio-bitrate:0}' '**removed by me**'
[   0.010][v][cplayer] mpv 0.27.2 (C) 2000-2017 mpv/MPlayer/mplayer2 projects
[   0.010][v][cplayer]  built on UNKNOWN
[   0.010][v][cplayer] ffmpeg library versions:
[   0.010][v][cplayer]    libavutil       55.58.100
[   0.010][v][cplayer]    libavcodec      57.89.100
[   0.010][v][cplayer]    libavformat     57.71.100
[   0.010][v][cplayer]    libswscale      4.6.100
[   0.010][v][cplayer]    libavfilter     6.82.100
[   0.010][v][cplayer]    libswresample   2.7.100
[   0.010][v][cplayer] ffmpeg version: 3.3.7
[   0.010][v][cplayer] 
[   0.010][v][cplayer] Configuration: /usr/bin/waf configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib64 --mandir=/usr/share/man --docdir=/usr/share/doc/mpv --confdir=/etc/mpv --disable-build-date --enable-libmpv-shared --enable-sdl2 --enable-libarchive --enable-libsmbclient --enable-encoding --enable-dvdread --enable-dvdnav --enable-cdda --enable-tv --enable-dvbin
[   0.010][v][cplayer] List of enabled features: 51fbsd alsa asm atomics audio-input avutil-imgcpy-uc avutil-spherical cdda cplayer cplugins cuda-hwaccel debug-build drm dvbin dvdnav dvdread dvdread-common egl-drm egl-helpers egl-x11 encoding fchmod gbm gbm.h gl gl-wayland gl-x11 glibc-thread-name glob glob-posix gnuc iconv is_ffmpeg jack jpeg lcms2 libarchive libass libass-osd libav libavcodec libavdevice libbluray libdl libm libmpv-shared librt libsmbclient libv4l2 linux-fstatfs lua nanosleep optimize oss-audio plain-gl posix posix-or-mingw posix-spawn pthreads pulse rubberband sdl2 shm stdatomic termios tv tv-v4l2 uchardet vaapi vaapi-drm vaapi-egl vaapi-glx vaapi-hwaccel vaapi-wayland vaapi-x-egl vaapi-x11 vdpau vdpau-gl-x11 vdpau-hwaccel videodev vt.h wayland x11 xv zlib
[   0.010][v][cplayer] Setting option 'config' = 'no' (flags = 8)
[   0.010][v][cplayer] Setting option 'quiet' = 'no' (flags = 8)
[   0.010][v][cplayer] Setting option 'terminal' = '' (flags = 8)
[   0.010][v][cplayer] Setting option 'msg-color' = 'no' (flags = 8)
[   0.010][v][cplayer] Setting option 'input-file' = '/dev/stdin' (flags = 8)
[   0.010][v][cplayer] Setting option 'fs' = 'no' (flags = 8)
[   0.010][v][cplayer] Setting option 'hwdec' = 'vaapi' (flags = 8)
[   0.010][v][cplayer] Setting option 'sub-auto' = 'fuzzy' (flags = 8)
[   0.010][v][cplayer] Setting option 'vo' = 'vaapi,' (flags = 8)
[   0.011][v][cplayer] Setting option 'input-default-bindings' = 'no' (flags = 8)
[   0.011][v][cplayer] Setting option 'input-vo-keyboard' = 'no' (flags = 8)
[   0.011][v][cplayer] Setting option 'input-cursor' = 'no' (flags = 8)
[   0.011][v][cplayer] Setting option 'cursor-autohide' = 'no' (flags = 8)
[   0.011][v][cplayer] Setting option 'keepaspect' = 'no' (flags = 8)
[   0.011][v][cplayer] Setting option 'wid' = '104857763' (flags = 8)
[   0.011][v][cplayer] Setting option 'monitorpixelaspect' = '1' (flags = 8)
[   0.011][v][cplayer] Setting option 'osd-level' = '1' (flags = 8)
[   0.011][v][cplayer] Setting option 'osd-scale' = '1' (flags = 8)
[   0.011][v][cplayer] Setting option 'osd-bar-align-y' = '0.6' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-ass' = '' (flags = 8)
[   0.011][v][cplayer] Setting option 'embeddedfonts' = '' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-ass-line-spacing' = '0' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-scale' = '1' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-font' = 'Arial' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-color' = '#ffffffff' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-shadow-color' = '#ff000000' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-border-color' = '#ff000000' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-border-size' = '0.75' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-shadow-offset' = '2.5' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-font-size' = '50' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-bold' = 'no' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-lic' = 'no' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-codepage' = 'ISO-8859-1' (flags = 8)
[   0.011][v][cplayer] Setting option 'vid' = '1' (flags = 8)
[   0.011][v][cplayer] Setting option 'aid' = '1' (flags = 8)
[   0.011][v][cplayer] Setting option 'sid' = '1' (flags = 8)
[   0.011][v][cplayer] Setting option 'sub-pos' = '100' (flags = 8)
[   0.011][v][cplayer] Setting option 'volume' = '100' (flags = 8)
[   0.011][v][cplayer] Setting option 'cache' = 'auto' (flags = 8)
[   0.011][v][cplayer] Setting option 'start' = '218' (flags = 8)
[   0.011][v][cplayer] Setting option 'screenshot-template' = 'cap_%F_%p_%02n' (flags = 8)
[   0.011][v][cplayer] Setting option 'screenshot-format' = 'jpg' (flags = 8)
[   0.011][v][cplayer] Setting option 'screenshot-directory' = '/home/user/smplayer_screenshots' (flags = 8)
[   0.011][v][cplayer] Setting option 'audio-pitch-correction' = 'yes' (flags = 8)
[   0.011][v][cplayer] Setting option 'volume-max' = '110' (flags = 8)
[   0.011][v][cplayer] Setting option 'log-file' = '/home/user/mpv_log.log' (flags = 8)
[   0.011][v][cplayer] Setting option 'term-playing-msg' = 'MPV_VERSION=${=mpv-version:}
[   0.011][v][cplayer] INFO_VIDEO_WIDTH=${=width}
[   0.011][v][cplayer] INFO_VIDEO_HEIGHT=${=height}
[   0.011][v][cplayer] INFO_VIDEO_ASPECT=${=video-aspect}
[   0.011][v][cplayer] INFO_VIDEO_FPS=${=container-fps:${=fps}}
[   0.011][v][cplayer] INFO_VIDEO_FORMAT=${=video-format}
[   0.011][v][cplayer] INFO_VIDEO_CODEC=${=video-codec}
[   0.011][v][cplayer] INFO_AUDIO_FORMAT=${=audio-codec-name}
[   0.011][v][cplayer] INFO_AUDIO_CODEC=${=audio-codec}
[   0.011][v][cplayer] INFO_AUDIO_RATE=${=audio-params/samplerate}
[   0.011][v][cplayer] INFO_AUDIO_NCH=${=audio-params/channel-count}
[   0.011][v][cplayer] INFO_LTH=${=duration:${=lth}}
[   0.011][v][cplayer] INFO_DEMUXER=${=current-demuxer:${=demuxer}}
[   0.011][v][cplayer] INFO_SEEKABLE=${=seekable}
[   0.011][v][cplayer] INFO_TITLES=${=disc-titles}
[   0.011][v][cplayer] INFO_CHAPTERS=${=chapters}
[   0.011][v][cplayer] INFO_TRACKS_COUNT=${=track-list/count}
[   0.011][v][cplayer] METADATA_TITLE=${metadata/by-key/title:}
[   0.011][v][cplayer] METADATA_ARTIST=${metadata/by-key/artist:}
[   0.011][v][cplayer] METADATA_ALBUM=${metadata/by-key/album:}
[   0.011][v][cplayer] METADATA_GENRE=${metadata/by-key/genre:}
[   0.011][v][cplayer] METADATA_DATE=${metadata/by-key/date:}
[   0.011][v][cplayer] METADATA_TRACK=${metadata/by-key/track:}
[   0.011][v][cplayer] METADATA_COPYRIGHT=${metadata/by-key/copyright:}
[   0.011][v][cplayer] INFO_MEDIA_TITLE=${=media-title:}
[   0.011][v][cplayer] INFO_STREAM_PATH=${stream-path}
[   0.011][v][cplayer] ' (flags = 8)
[   0.011][v][cplayer] Setting option 'audio-client-name' = 'SMPlayer' (flags = 8)
[   0.011][v][cplayer] Setting option 'term-status-msg' = 'STATUS: ${=time-pos} / ${=duration:${=lth:0}} P: ${=pause} B: ${=paused-for-cache} I: ${=core-idle} VB: ${=video-bitrate:0} AB: ${=audio-bitrate:0}' (flags = 8)
[   0.013][v][global] user path: '/home/user/mpv_log.log' -> '/home/user/mpv_log.log'
[   0.013][v][osc] Loading lua script @osc.lua...
[   0.013][v][osc] loading mp.defaults
[   0.016][v][osc] loading @osc.lua
[   0.020][v][osc] lua-settings/osc.conf not found. 
[   0.020][v][cplayer] Run command: define-section, flags=0, args=[showhide, mouse_move script-binding osc/__keybinding1
[   0.020][v][cplayer] mouse_leave script-binding osc/__keybinding2
[   0.020][v][cplayer] , force]
[   0.020][v][cplayer] Run command: enable-section, flags=0, args=[showhide, allow-hide-cursor+allow-vo-dragging]
[   0.020][v][cplayer] Run command: define-section, flags=0, args=[input, mbtn_left script-binding osc/__keybinding3
[   0.020][v][cplayer] shift+mbtn_left script-binding osc/__keybinding4
[   0.020][v][cplayer] mbtn_right script-binding osc/__keybinding5
[   0.020][v][cplayer] wheel_up script-binding osc/__keybinding6
[   0.020][v][cplayer] wheel_down script-binding osc/__keybinding7
[   0.020][v][cplayer] mbtn_left_dbl ignore
[   0.020][v][cplayer] shift+mbtn_left_dbl ignore
[   0.020][v][cplayer] mbtn_right_dbl ignore
[   0.020][v][cplayer] , force]
[   0.020][v][cplayer] Run command: enable-section, flags=0, args=[input, ]
[   0.020][v][cplayer] Run command: define-section, flags=0, args=[input_osc, del script-binding osc/__keybinding8
[   0.020][v][cplayer] , default]
[   0.020][v][cplayer] Run command: enable-section, flags=0, args=[input_osc, allow-hide-cursor+allow-vo-dragging]
[   0.020][v][cplayer] Run command: define-section, flags=0, args=[input__osc, , force]
[   0.020][v][cplayer] Run command: enable-section, flags=0, args=[input__osc, allow-hide-cursor+allow-vo-dragging]
[   0.020][v][cplayer] Done loading @osc.lua.
[   0.020][v][ytdl_hook] Loading lua script @ytdl_hook.lua...
[   0.021][v][cplayer] Run command: disable-section, flags=0, args=[input]
[   0.021][v][ytdl_hook] loading mp.defaults
[   0.021][v][osd/libass] Shaper: FriBidi 0.19.7 (SIMPLE) HarfBuzz-ng 1.4.8 (COMPLEX)
[   0.021][v][osd/libass] Setting up fonts...
[   0.024][v][ytdl_hook] loading @ytdl_hook.lua
[   0.025][v][ytdl_hook] lua-settings/ytdl_hook.conf not found. 
[   0.025][v][cplayer] Run command: hook-add, flags=0, args=[on_load, 1, 10]
[   0.025][v][cplayer] Run command: hook-add, flags=0, args=[on_preloaded, 2, 10]
[   0.025][v][cplayer] Done loading @ytdl_hook.lua.
[   0.025][v][global] user path: '/dev/stdin' -> '/dev/stdin'
[   0.026][v][global] config path: 'watch_later' -> '-'
[   0.026][v][input_file] Client connected
[   0.026][v][global] config path: 'watch_later' -> '-'
[   0.026][i][cplayer] Playing: **removed by me**

Complete version at https://pastebin.com/LeZZ95uC

Aren't smplayer developers listening to mpv developers complaints?

No.

I do confirm that with new Fedora 28 libva, the problem has been solved

Was this page helpful?
0 / 5 - 0 ratings