dual video cards : vlc + avcodec select the "wrong" card
Config
VLC media player 3.0.12 Vetinari (revision 3.0.12-1-0-gd147bb5e)
Ubuntu 21.04 (Wayland)
Mesa 21.0.3
2 video cards
- AMD RX 5700 XT
- AMD HD6450 (very limited hardware decoding capability, not enough memory to handle 4K video)
$ sudo lshw -c display
*-display
description: VGA compatible controller
product: Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:25:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:72 memory:e0000000-efffffff memory:fca20000-fca3ffff ioport:d000(size=256) memory:fca00000-fca1ffff
*-display
description: VGA compatible controller
product: Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:28:00.0
version: c1
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=amdgpu latency=0
resources: irq:71 memory:c0000000-cfffffff memory:d0000000-d01fffff ioport:f000(size=256) memory:fcd00000-fcd7ffff memory:c0000-dffff
$ vainfo
libva info: VA-API version 1.10.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_10
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.10 (libva 2.10.0)
vainfo: Driver version: Mesa Gallium driver 21.0.3 for AMD Radeon RX 5700 XT (NAVI10, DRM 3.40.0, 5.11.0-26-generic, LLVM 12.0.0)
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileHEVCMain : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointEncSlice
VAProfileHEVCMain10 : VAEntrypointVLD
VAProfileHEVCMain10 : VAEntrypointEncSlice
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileVP9Profile2 : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
What I expect
I'd like to use the RX5700 XT for hardware decoding with VAAPI backend. (for H264, HEVC files) Test file used : https://s3.amazonaws.com/x265.org/video/BigBuckBunny_2000h264.mp4 from https://x265.com/hevc-video-files/
What happens
vlc + avcodec seems to select the wrong card ("CAICOS" = HD6450) instead of the "NAVI" ( = RX5700XT) ( /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so instead of /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so ?) On screen : a black picture is displayed.
$ vlc -v BigBuckBunny_2000h264.mp4
VLC media player 3.0.12 Vetinari (revision 3.0.12-1-0-gd147bb5e7e)
[000056262668e670] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
[00007f7308001180] mp4 demux warning: STTS table of 1 entries
[00007f7308001180] mp4 demux warning: CTTS table of 240 entries
[00007f72ec003f70] gl gl: Initialized libplacebo v2.72.0 (API v72)
libva info: VA-API version 1.10.0
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[00007f72ec003f70] glconv_vaapi_x11 gl error: vaInitialize: unknown libva error
libva info: VA-API version 1.10.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_10
libva info: va_openDriver() returns 0
[00007f7308c1a1b0] avcodec decoder: Using Mesa Gallium driver 21.0.3 for AMD CAICOS (DRM 2.50.0 / 5.11.0-26-generic, LLVM 12.0.0) for hardware decoding
[h264 @ 0x7f7308c3ac40] Using deprecated struct vaapi_context in decode.
radeon: Not enough memory for command submission.
radeon: Not enough memory for command submission.
radeon: Not enough memory for command submission.
Workaround
You have to invoke vlc with LIBVA_DRIVER_NAME=radeonsi :
$ LIBVA_DRIVER_NAME=radeonsi vlc -v BigBuckBunny_2000h264.mp4
VLC media player 3.0.12 Vetinari (revision 3.0.12-1-0-gd147bb5e7e)
[000055758f2c8670] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
[00007fac24001180] mp4 demux warning: STTS table of 1 entries
[00007fac24001180] mp4 demux warning: CTTS table of 240 entries
[00007fac14003f70] gl gl: Initialized libplacebo v2.72.0 (API v72)
libva info: VA-API version 1.10.0
libva info: User environment variable requested driver 'radeonsi'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_10
libva info: va_openDriver() returns 0
mesa: for the --simplifycfg-sink-common option: may only occur zero or one times!
mesa: for the --global-isel-abort option: may only occur zero or one times!
mesa: for the --amdgpu-atomic-optimizations option: may only occur zero or one times!
mesa: for the --structurizecfg-skip-uniform-regions option: may only occur zero or one times!
[00007fac24c0afa0] avcodec decoder: Using Mesa Gallium driver 21.0.3 for AMD Radeon RX 5700 XT (NAVI10, DRM 3.40.0, 5.11.0-26-generic, LLVM 12.0.0) for hardware decoding
[h264 @ 0x7fac24c3a100] Using deprecated struct vaapi_context in decode.
[00007fac1c0a8f60] qt window warning: orphaned video window
QObject::~QObject: Timers cannot be stopped from another thread
Question
I guess it is probably safe to put this in my ~/.profile ?
export LIBVA_DRIVER_NAME=radeonsi
export VDPAU_DRIVER=radeonsi
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Saroumane changed the description
changed the description
- Saroumane changed title from dual GPU card : vlc + avcodec select the "wrong" card to dual video cards : vlc + avcodec select the "wrong" card
changed title from dual GPU card : vlc + avcodec select the "wrong" card to dual video cards : vlc + avcodec select the "wrong" card
- Maintainer
It seems that
libva
fails to find the correct driver, but the log is incomplete.I don't really see how VLC could find about it elsewise. And even if it could, it cannot set environment variables at that point in a multi-threaded process.
added Component::Decoders Hw Status::needs more info labels
- Author
Regarding the log, I tried to increase verbosity, but I think there is no more useful information (But I'm probably wrong, so you'll find the full
vlc -vvv
below :) And I'm not sure it's entirely libva's fault : by messing with vlc settings, I reached a situation where libva was selecting "radeonsi", but avcodec was still selecting the old radeon card. Anyway, I completely reset all vlc settings before creating this bug report and its logs.In fact I don't expect vlc to find the "good" card magically. Or it would have to call
vainfo
and parse hardware decoding capabilities from cards available, then make an heuristic choice. Maybe it's too much work. At best, a parameter in vlc settings could be handy.$ unset VDPAU_DRIVER $ unset LIBVA_DRIVER_NAME $ vlc -vvv BigBuckBunny_2000h264.mp4 VLC media player 3.0.12 Vetinari (revision 3.0.12-1-0-gd147bb5e7e) [00005641e0d34670] main libvlc debug: VLC media player - 3.0.12 Vetinari [00005641e0d34670] main libvlc debug: Copyright © 1996-2020 the VideoLAN team [00005641e0d34670] main libvlc debug: revision 3.0.12-1-0-gd147bb5e7e [00005641e0d34670] main libvlc debug: configured with ./configure '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--disable-option-checking' '--disable-silent-rules' '--libdir=${prefix}/lib/x86_64-linux-gnu' '--runstatedir=/run' '--disable-maintainer-mode' '--disable-dependency-tracking' '--disable-debug' '--config-cache' '--disable-update-check' '--enable-fast-install' '--docdir=/usr/share/doc/vlc' '--with-binary-version=3.0.12-3' '--enable-a52' '--enable-aa' '--enable-aribsub' '--enable-avahi' '--enable-bluray' '--enable-caca' '--enable-chromaprint' '--enable-chromecast' '--enable-dav1d' '--enable-dbus' '--enable-dca' '--enable-dvbpsi' '--enable-dvdnav' '--enable-faad' '--enable-flac' '--enable-fluidsynth' '--enable-freetype' '--enable-fribidi' '--enable-gles2' '--enable-gnutls' '--enable-harfbuzz' '--enable-jack' '--enable-kate' '--enable-libass' '--enable-libmpeg2' '--enable-libxml2' '--enable-lirc' '--enable-mad' '--enable-matroska' '--enable-mod' '--enable-mpc' '--enable-mpg123' '--enable-mtp' '--enable-ncurses' '--enable-notify' '--enable-ogg' '--enable-opus' '--enable-pulse' '--enable-qt' '--enable-realrtsp' '--enable-samplerate' '--enable-sdl-image' '--enable-sftp' '--enable-shine' '--enable-shout' '--enable-skins2' '--enable-sndio' '--enable-soxr' '--enable-spatialaudio' '--enable-speex' '--enable-svg' '--enable-svgdec' '--enable-taglib' '--enable-theora' '--enable-twolame' '--enable-upnp' '--enable-vdpau' '--enable-vnc' '--enable-vorbis' '--enable-x264' '--enable-x265' '--enable-zvbi' '--with-kde-solid=/usr/share/solid/actions/' '--disable-aom' '--disable-crystalhd' '--disable-d3d11va' '--disable-decklink' '--disable-directx' '--disable-dsm' '--disable-dxva2' '--disable-fdkaac' '--disable-fluidlite' '--disable-freerdp' '--disable-goom' '--disable-gst-decode' '--disable-libtar' '--disable-live555' '--disable-macosx' '--disable-macosx-avfoundation' '--disable-macosx-qtkit' '--disable-mfx' '--disable-microdns' '--disable-opencv' '--disable-projectm' '--disable-schroedinger' '--disable-sparkle' '--disable-srt' '--disable-telx' '--disable-vpx' '--disable-vsxu' '--disable-wasapi' '--enable-alsa' '--enable-dc1394' '--enable-dv1394' '--enable-libplacebo' '--enable-linsys' '--enable-nfs' '--enable-udev' '--enable-v4l2' '--enable-wayland' '--enable-libva' '--enable-vcd' '--enable-smbclient' '--disable-oss' '--enable-mmx' '--enable-sse' '--disable-neon' '--disable-altivec' '--disable-omxil' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -ffile-prefix-map=/build/vlc-HLg3gZ/vlc-3.0.12=. -fstack-protector-strong -Wformat -Werror=format-security ' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -ffile-prefix-map=/build/vlc-HLg3gZ/vlc-3.0.12=. -fstack-protector-strong -Wformat -Werror=format-security ' 'OBJCFLAGS=-g -O2 -ffile-prefix-map=/build/vlc-HLg3gZ/vlc-3.0.12=. -fstack-protector-strong -Wformat -Werror=format-security' [00005641e0d34670] main libvlc debug: searching plug-in modules [00005641e0d34670] main libvlc debug: loading plugins cache file /usr/lib/x86_64-linux-gnu/vlc/plugins/plugins.dat [00005641e0d34670] main libvlc debug: recursively browsing `/usr/lib/x86_64-linux-gnu/vlc/plugins' [00005641e0d34670] main libvlc debug: plug-ins loaded: 519 modules [00005641e0d34670] main libvlc debug: opening config file (/home/user/.config/vlc/vlcrc) [00005641e0d349c0] main logger debug: looking for logger module matching "any": 4 candidates [00005641e0d349c0] main logger debug: using logger module "console" [00005641e0d34670] main libvlc debug: translation test: code is "C" [00005641e0dd0fc0] main keystore debug: looking for keystore module matching "memory": 4 candidates [00005641e0dd0fc0] main keystore debug: using keystore module "memory" [00005641e0d34670] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 SSE4A AVX AVX2 FPU [00005641e0dd5ab0] main input debug: Creating an input for 'Media Library' [00005641e0dd5ab0] main input debug: Input is a meta file: disabling unneeded options [00005641e0dd5ab0] main input debug: using timeshift granularity of 50 MiB [00005641e0dd5ab0] main input debug: using default timeshift path [00005641e0dd5ab0] main input debug: `file/directory:///home/user/.local/share/vlc/ml.xspf' gives access `file' demux `directory' path `/home/user/.local/share/vlc/ml.xspf' [00005641e0dceb70] main input source debug: creating demux: access='file' demux='directory' location='/home/user/.local/share/vlc/ml.xspf' file='/home/user/.local/share/vlc/ml.xspf' [00005641e0dcf200] main demux debug: looking for access_demux module matching "file": 18 candidates [00005641e0dcf200] main demux debug: no access_demux modules matched [00005641e0df6140] main stream debug: creating access: file:///home/user/.local/share/vlc/ml.xspf [00005641e0df6140] main stream debug: (path: /home/user/.local/share/vlc/ml.xspf) [00005641e0df6140] main stream debug: looking for access module matching "file": 29 candidates [00005641e0df6140] main stream debug: using access module "filesystem" [00005641e0df7210] main stream debug: looking for stream_filter module matching "prefetch,cache_read": 26 candidates [00005641e0df7210] cache_read stream debug: Using stream method for AStream* [00005641e0df7210] cache_read stream debug: starting pre-buffering [00005641e0df7210] cache_read stream debug: received first data after 0 ms [00005641e0df7210] cache_read stream debug: pre-buffering done 296 bytes in 0s - 19270 KiB/s [00005641e0df7210] main stream debug: using stream_filter module "cache_read" [00005641e0df82f0] main stream debug: looking for stream_filter module matching "any": 26 candidates [00005641e0df82f0] playlist stream debug: using XSPF playlist reader [00005641e0df82f0] main stream debug: using stream_filter module "playlist" [00005641e0df82f0] main stream debug: stream filter added to 0x5641e0df7210 [00005641e0dfba70] main stream debug: looking for stream_filter module matching "any": 26 candidates [00005641e0dfba70] main stream debug: no stream_filter modules matched [00005641e0dcefc0] main stream_directory debug: looking for stream_directory module matching "any": 1 candidates [00005641e0dcefc0] main stream_directory debug: no stream_directory modules matched [00005641e0dceb70] main input source debug: attachment of directory-extractor failed for file:///home/user /.local/share/vlc/ml.xspf [00005641e0dfba70] main stream debug: looking for stream_filter module matching "record": 26 candidates [00005641e0dfba70] main stream debug: using stream_filter module "record" [00005641e0dceb70] main input source debug: creating demux: access='file' demux='directory' location='/home/user/.local/share/vlc/ml.xspf' file='/home/user/.local/share/vlc/ml.xspf' [00005641e0dcf200] main demux debug: looking for demux module matching "directory": 54 candidates [00005641e0dcf200] main demux debug: using demux module "directory" [00005641e0dce570] main demux meta debug: looking for meta reader module matching "any": 2 candidates [00005641e0dce570] lua demux meta debug: Trying Lua scripts in /home/user/.local/share/vlc/lua/meta/reader [00005641e0dce570] lua demux meta debug: Trying Lua scripts in /usr/lib/x86_64-linux-gnu/vlc/lua/meta/reader [00005641e0dce570] lua demux meta debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/meta/reader/filename.luac [00005641e0dce570] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [00005641e0dce570] main demux meta debug: no meta reader modules matched [00005641e0dd5ab0] main input debug: `file/directory:///home/user/.local/share/vlc/ml.xspf' successfully opened [00005641e0e0b440] main xml reader debug: looking for xml reader module matching "any": 1 candidates [00005641e0e0b440] main xml reader debug: using xml reader module "xml" [00005641e0dd5ab0] main input debug: EOF reached [00005641e0dcf200] main demux debug: removing module "directory" [00005641e0dfba70] main stream debug: removing module "record" [00005641e0df82f0] main stream debug: removing module "playlist" [00005641e0df7210] main stream debug: removing module "cache_read" [00005641e0df6140] main stream debug: removing module "filesystem" [00005641e0dc9290] main playlist debug: creating audio output [00005641e0e0b080] main audio output debug: looking for audio output module matching "any": 6 candidates [00005641e0e0b080] vlcpulse audio output debug: using library version 14.2.0 [00005641e0e0b080] vlcpulse audio output debug: (compiled with version 14.2.0, protocol 34) [00005641e0e0b080] vlcpulse audio output debug: connected locally to /run/user/1000/pulse/native as client #19 [00005641e0e0b080] vlcpulse audio output debug: using protocol 34, server protocol 34 [00005641e0e0b080] pulse audio output debug: adding sink 1: raop_output.Denon-AVR-X1000.local (Denon AVR-X1000) [00005641e0e0b080] pulse audio output debug: adding sink 2: alsa_output.pci-0000_2a_00.4.analog-stereo (Starship/Matisse HD Audio Controller Analog Stereo) [00005641e0e0b080] pulse audio output debug: adding sink 3: raop_output.lotsen-dirty-pink.local (Lotsen Dirty Pink) [00005641e0e0b080] pulse audio output debug: adding sink 7: alsa_output.pci-0000_28_00.1.hdmi-stereo-extra3 (Navi 10 HDMI Audio Digital Stereo (HDMI 4)) [00005641e0e0b080] main audio output debug: using audio output module "pulse" [00005641e0dc9290] main playlist debug: keeping audio output [00005641e0e172d0] main interface debug: looking for interface module matching "dbus,none": 19 candidates [00005641e0e172d0] dbus interface debug: listening on dbus as: org.mpris.MediaPlayer2.vlc [00005641e0e172d0] main interface debug: using interface module "dbus" [00005641e0e1b880] main interface debug: looking for interface module matching "hotkeys,none": 19 candidates [00007f0c14000c20] main input debug: Creating an input for preparsing 'BigBuckBunny_2000h264.mp4' [00005641e0e1b880] main interface debug: using interface module "hotkeys" [00005641e0e1c380] main interface debug: looking for interface module matching "globalhotkeys,none": 19 candidates [00005641e0e1c380] main interface debug: using interface module "xcb_hotkeys" [00005641e0d34670] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [00005641e0e1d2a0] main interface debug: looking for interface module matching "any": 19 candidates [00005641e0e172d0] dbus interface debug: Getting All properties [00005641e0e172d0] dbus interface debug: Getting All properties [00005641e0e172d0] dbus interface debug: Getting All properties [00005641e0e172d0] dbus interface debug: Getting All properties [00005641e0e172d0] dbus interface debug: Getting All properties [00005641e0e172d0] dbus interface debug: Getting All properties [00005641e0e172d0] dbus interface debug: Getting All properties Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. [00007f0c00000c20] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates [00007f0c00000c20] lua meta fetcher debug: Trying Lua scripts in /home/user/.local/share/vlc/lua/meta/fetcher [00007f0c00000c20] lua meta fetcher debug: Trying Lua scripts in /usr/lib/x86_64-linux-gnu/vlc/lua/meta/fetcher [00007f0c00000c20] lua meta fetcher debug: Trying Lua scripts in /usr/share/vlc/lua/meta/fetcher [00007f0c00000c20] main meta fetcher debug: no meta fetcher modules matched [00007f0c00000c20] main art finder debug: looking for art finder module matching "any": 2 candidates [00007f0c00000c20] lua art finder debug: Trying Lua scripts in /home/user/.local/share/vlc/lua/meta/art [00007f0c00000c20] lua art finder debug: Trying Lua scripts in /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art [00007f0c00000c20] lua art finder debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/00_musicbrainz.luac [00007f0c00000c20] lua art finder debug: skipping script (unmatched scope) /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/00_musicbrainz.luac [00007f0c00000c20] lua art finder debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/01_googleimage.luac [00007f0c00000c20] lua art finder debug: skipping script (unmatched scope) /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/01_googleimage.luac [00007f0c00000c20] lua art finder debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/02_frenchtv.luac [00007f0c00000c20] lua art finder debug: skipping script (unmatched scope) /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/02_frenchtv.luac [00007f0c00000c20] lua art finder debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/03_lastfm.luac [00007f0c00000c20] lua art finder debug: skipping script (unmatched scope) /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/03_lastfm.luac [00007f0c00000c20] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art [00007f0c00000c20] main art finder debug: no art finder modules matched [00007f0c0820f370] main generic debug: looking for extension module matching "any": 1 candidates [00007f0c0820f370] lua generic debug: Opening Lua Extension module [00007f0c0820f370] lua generic debug: Trying Lua scripts in /home/user/.local/share/vlc/lua/extensions [00007f0c0820f370] lua generic debug: Trying Lua scripts in /usr/lib/x86_64-linux-gnu/vlc/lua/extensions [00007f0c0820f370] lua generic debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/extensions/VLSub.luac [00007f0c0820f370] lua generic debug: Scanning Lua script /usr/lib/x86_64-linux-gnu/vlc/lua/extensions/VLSub.luac [00007f0c0820f370] lua generic debug: Script /usr/lib/x86_64-linux-gnu/vlc/lua/extensions/VLSub.luac has the following capability flags: 0x5 [00007f0c0820f370] lua generic debug: Trying Lua scripts in /usr/share/vlc/lua/extensions [00007f0c0820f370] main generic debug: using extension module "lua" [00007f0c0885b4c0] main probe debug: looking for services probe module matching "any": 10 candidates [00007f0c0885b4c0] main probe debug: no services probe modules matched [00005641e0e1d2a0] main interface debug: using interface module "qt" [00005641e0dc9290] main playlist debug: processing request item: null, node: Playlist, skip: 0 [00005641e0dc9290] main playlist debug: rebuilding array of current - root Playlist [00005641e0dc9290] main playlist debug: rebuild done - 1 items, index -1 [00005641e0dc9290] main playlist debug: starting playback of new item [00005641e0dc9290] main playlist debug: resyncing on BigBuckBunny_2000h264.mp4 [00005641e0dc9290] main playlist debug: BigBuckBunny_2000h264.mp4 is at 0 [00005641e0dc9290] main playlist debug: creating new input thread [00007f0b78000c80] main input debug: Creating an input for 'BigBuckBunny_2000h264.mp4' [00005641e0dc9290] main playlist debug: requesting art for new input thread [00007f0b78000c80] main input debug: using timeshift granularity of 50 MiB [00007f0b78000c80] main input debug: using default timeshift path [00007f0b78000c80] main input debug: `file:///tmp/BigBuckBunny_2000h264.mp4' gives access `file' demux `any' path `/tmp/BigBuckBunny_2000h264.mp4' [00007f0b7c000fe0] main input source debug: creating demux: access='file' demux='any' location='/tmp/BigBuckBunny_2000h264.mp4' file='/tmp/BigBuckBunny_2000h264.mp4' [00007f0b7c001170] main demux debug: looking for access_demux module matching "file": 18 candidates [00007f0b70000c20] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates [00007f0b7c001170] main demux debug: no access_demux modules matched [00007f0b7c001640] main stream debug: creating access: file:///tmp/BigBuckBunny_2000h264.mp4 [00007f0b7c001640] main stream debug: (path: /tmp/BigBuckBunny_2000h264.mp4) [00007f0b7c001640] main stream debug: looking for access module matching "file": 29 candidates [00007f0b70000c20] lua meta fetcher debug: Trying Lua scripts in /home/user/.local/share/vlc/lua/meta/fetcher [00007f0b7c001640] main stream debug: using access module "filesystem" [00007f0b70000c20] lua meta fetcher debug: Trying Lua scripts in /usr/lib/x86_64-linux-gnu/vlc/lua/meta/fetcher [00007f0b70000c20] lua meta fetcher debug: Trying Lua scripts in /usr/share/vlc/lua/meta/fetcher [00007f0b70000c20] main meta fetcher debug: no meta fetcher modules matched [00007f0b70000c20] main art finder debug: looking for art finder module matching "any": 2 candidates [00007f0b7c001940] main stream debug: looking for stream_filter module matching "prefetch,cache_read": 26 candidates [00007f0b7c001940] cache_read stream debug: Using stream method for AStream* [00007f0b70000c20] lua art finder debug: Trying Lua scripts in /home/user/.local/share/vlc/lua/meta/art [00007f0b7c001940] cache_read stream debug: starting pre-buffering [00007f0b70000c20] lua art finder debug: Trying Lua scripts in /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art [00007f0b7c001940] cache_read stream debug: received first data after 0 ms [00007f0b7c001940] cache_read stream debug: pre-buffering done 1024 bytes in 0s - 27777 KiB/s [00007f0b7c001940] main stream debug: using stream_filter module "cache_read" [00007f0b7cc01ce0] main stream debug: looking for stream_filter module matching "any": 26 candidates [00007f0b70000c20] lua art finder debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/00_musicbrainz.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua scripts in /home/user/.local/share/vlc/lua/playlist [00007f0b7cc01ce0] lua stream debug: Trying Lua scripts in /usr/lib/x86_64-linux-gnu/vlc/lua/playlist [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/anevia_streams.luac [00007f0b70000c20] lua art finder debug: skipping script (unmatched scope) /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/00_musicbrainz.luac [00007f0b70000c20] lua art finder debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/01_googleimage.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/anevia_xml.luac [00007f0b70000c20] lua art finder debug: skipping script (unmatched scope) /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/01_googleimage.luac [00007f0b70000c20] lua art finder debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/02_frenchtv.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/appletrailers.luac [00007f0b70000c20] lua art finder debug: skipping script (unmatched scope) /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/02_frenchtv.luac [00007f0b70000c20] lua art finder debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/03_lastfm.luac [00007f0b70000c20] lua art finder debug: skipping script (unmatched scope) /usr/lib/x86_64-linux-gnu/vlc/lua/meta/art/03_lastfm.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/bbc_co_uk.luac [00007f0b70000c20] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art [00007f0b70000c20] main art finder debug: no art finder modules matched [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/cue.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/dailymotion.luac [00005641e0e172d0] dbus interface debug: Getting property Position [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/jamendo.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/koreus.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/liveleak.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/newgrounds.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/rockbox_fm_presets.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/soundcloud.luac [00005641e0e1d2a0] qt interface debug: IM: Setting an input [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/twitch.luac [00005641e0e172d0] dbus interface debug: Getting property Position [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/vimeo.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/vocaroo.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/playlist/youtube.luac [00007f0b7cc01ce0] lua stream debug: Trying Lua scripts in /usr/share/vlc/lua/playlist [00007f0b7cc01ce0] main stream debug: no stream_filter modules matched [00007f0b7cc19d30] main stream_directory debug: looking for stream_directory module matching "any": 1 candidates [00007f0b7cc19d30] main stream_directory debug: no stream_directory modules matched [00007f0b7c000fe0] main input source debug: attachment of directory-extractor failed for file:///tmp/BigBuckBunny_2000h264.mp4 [00007f0b7cc01ce0] main stream debug: looking for stream_filter module matching "record": 26 candidates [00007f0b7cc01ce0] main stream debug: using stream_filter module "record" [00007f0b7c000fe0] main input source debug: creating demux: access='file' demux='any' location='/tmp/BigBuckBunny_2000h264.mp4' file='/tmp/BigBuckBunny_2000h264.mp4' [00007f0b7cc08550] main demux debug: looking for demux module matching "mp4": 54 candidates [00007f0b7cc01ce0] mp4 stream debug: dumping root Box "root" [00007f0b7cc01ce0] mp4 stream debug: | + ftyp size 24 offset 0 [00007f0b7cc01ce0] mp4 stream debug: | + moov size 3709 offset 24 [00007f0b7cc01ce0] mp4 stream debug: | | + mvhd size 108 offset 32 [00007f0b7cc01ce0] mp4 stream debug: | | + iods size 21 offset 140 [00007f0b7cc01ce0] mp4 stream debug: | | + trak size 3572 offset 161 [00007f0b7cc01ce0] mp4 stream debug: | | | + tkhd size 92 offset 169 [00007f0b7cc01ce0] mp4 stream debug: | | | + mdia size 3472 offset 261 [00007f0b7cc01ce0] mp4 stream debug: | | | | + mdhd size 32 offset 269 [00007f0b7cc01ce0] mp4 stream debug: | | | | + hdlr size 74 offset 301 [00007f0b7cc01ce0] mp4 stream debug: | | | | + minf size 3358 offset 375 [00007f0b7cc01ce0] mp4 stream debug: | | | | | + vmhd size 20 offset 383 [00007f0b7cc01ce0] mp4 stream debug: | | | | | + dinf size 36 offset 403 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | + dref size 28 offset 411 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | | + url size 12 offset 427 [00007f0b7cc01ce0] mp4 stream debug: | | | | | + stbl size 3294 offset 439 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | + stsd size 178 offset 447 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | | + avc1 size 162 offset 463 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | | | + avcC size 56 offset 549 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | | | + btrt size 20 offset 605 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | + stts size 24 offset 625 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | + ctts size 1936 offset 649 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | + stss size 20 offset 2585 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | + stsc size 52 offset 2605 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | + stsz size 980 offset 2657 [00007f0b7cc01ce0] mp4 stream debug: | | | | | | + stco size 96 offset 3637 [00007f0b7cc01ce0] mp4 stream debug: | + mdat size 2534010 offset 3733 [00007f0b7cc01ce0] mp4 stream debug: | + free size 59 offset 2537743 [00007f0b7cc08550] mp4 demux debug: ISO Media (isom) version 1. [00007f0b7cc08550] mp4 demux debug: found 1 tracks [00005641e0e172d0] dbus interface debug: Getting property Position [00007f0b7cc08550] mp4 demux debug: track[Id 0x1] read 20 chunk [00007f0b7cc08550] mp4 demux warning: STTS table of 1 entries [00007f0b7cc08550] mp4 demux warning: CTTS table of 240 entries [00007f0b7cc08550] mp4 demux debug: track[Id 0x1] read 240 samples length:10s [00007f0b78000c80] main input debug: selecting program id=0 [00007f0b7cc08550] mp4 demux debug: adding track[Id 0x1] video (enable) language undef [00007f0b7cc08550] main demux debug: using demux module "mp4" [00007f0b78000c80] main input debug: looking for a subtitle file in /tmp/ [00007f0b7cc1c220] main decoder debug: looking for video decoder module matching "any": 15 candidates [00005641e0e172d0] dbus interface debug: Getting property Position [00007f0b7cc1c220] avcodec decoder debug: using ffmpeg Lavc58.91.100 [00007f0b7cc1c220] avcodec decoder debug: CPU flags: 0x000fd3db [00007f0b7cc1c220] avcodec decoder debug: allowing 6 thread(s) for decoding [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 7(SPS), nal_ref_idc: 3 [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 8(PPS), nal_ref_idc: 3 [00007f0b7cc1c220] avcodec decoder debug: codec (h264) started [00007f0b7cc1c220] avcodec decoder debug: using frame thread mode with 6 threads [00007f0b7cc1c220] main decoder debug: using video decoder module "avcodec" [00007f0b7cd138a0] main demux meta debug: looking for meta reader module matching "any": 2 candidates [00007f0b7cd138a0] lua demux meta debug: Trying Lua scripts in /home/user/.local/share/vlc/lua/meta/reader [00007f0b7cd138a0] lua demux meta debug: Trying Lua scripts in /usr/lib/x86_64-linux-gnu/vlc/lua/meta/reader [00007f0b7cd138a0] lua demux meta debug: Trying Lua playlist script /usr/lib/x86_64-linux-gnu/vlc/lua/meta/reader/filename.luac [00007f0b7cd138a0] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [00007f0b7cd138a0] main demux meta debug: no meta reader modules matched [00007f0b78000c80] main input debug: `file:///tmp/BigBuckBunny_2000h264.mp4' successfully opened [00007f0b7cc08550] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss) [00007f0b7cc08550] mp4 demux debug: stss gives 0 --> 0 (sample number) [00007f0b78000c80] main input debug: Buffering 0% [00007f0b78000c80] main input debug: Buffering 25% [00007f0b78000c80] main input debug: Buffering 50% [00007f0b78000c80] main input debug: Buffering 75% [00007f0b78000c80] main input debug: Buffering 100% [00007f0b78000c80] main input debug: Stream buffering done (1250 ms in 0 ms) [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 6(SEI), nal_ref_idc: 0 [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 5(IDR), nal_ref_idc: 3 [00007f0b7cc1c220] avcodec decoder debug: available hardware decoder output format 100 (vdpau) [00007f0b7cc1c220] avcodec decoder debug: available hardware decoder output format 119 (cuda) [00007f0b7cc1c220] avcodec decoder debug: available hardware decoder output format 46 (vaapi_vld) [00007f0b7cc1c220] avcodec decoder debug: available software decoder output format 0 (yuv420p) [00007f0b7cc1c220] avcodec decoder debug: trying format vaapi_vld [00007f0b6806a020] main spu text debug: looking for text renderer module matching "any": 2 candidates [00007f0b6806a020] freetype spu text debug: Building font databases. [00007f0b6806a020] freetype spu text debug: Took -10343 microseconds [00007f0b6806a020] main spu text debug: using text renderer module "freetype" [00007f0b6806c6c0] main scale debug: looking for video converter module matching "any": 23 candidates [swscaler @ 0x7f0b680dc880] Forcing full internal H chroma due to input having non subsampled chroma [00007f0b6806c6c0] swscale scale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality) [00007f0b6806c6c0] main scale debug: using video converter module "swscale" [00007f0b680704f0] main scale debug: looking for video converter module matching "any": 23 candidates [00007f0b680704f0] yuvp scale debug: YUVP to YUVA converter [00007f0b680704f0] main scale debug: using video converter module "yuvp" [00007f0b68066620] main video output debug: Deinterlacing available [00007f0b68066620] main video output debug: deinterlace -1, mode auto, is_needed 0 [00007f0b680a8ef0] main window debug: looking for vout window module matching "qt,any": 6 candidates [00007f0b680a8ef0] qt window debug: requesting video window... [00007f0b680a8ef0] main window debug: using vout window module "qt" [00007f0b6809ec80] main inhibit debug: looking for inhibit module matching "any": 2 candidates [00007f0b680a8ef0] main window debug: resized to 3840x2160 [00007f0b6809ec80] dbus_screensaver inhibit debug: found service org.freedesktop.ScreenSaver [00007f0b6809ec80] main inhibit debug: using inhibit module "dbus_screensaver" [00007f0b68066620] main video output debug: Opening vout display wrapper [00007f0b600013b0] main vout display debug: looking for vout display module matching "any": 14 candidates [00007f0b600013b0] main vout display debug: VoutDisplayEvent 'resize' 3840x2160 [00007f0b60003f70] main gl debug: looking for opengl module matching "any": 3 candidates [00007f0b680a8ef0] main window debug: resized to 3748x1888 [00007f0b600013b0] main vout display debug: VoutDisplayEvent 'resize' 3748x1888 [00007f0b680a8ef0] main window debug: resized to 1024x698 [00007f0b600013b0] main vout display debug: VoutDisplayEvent 'resize' 1024x698 [00007f0b60003f70] egl_x11 gl debug: EGL version 1.5 by Mesa Project [00007f0b60003f70] egl_x11 gl debug: extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_CHROMIUM_sync_control EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_swap_buffers_with_damage EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_KHR_swap_buffers_with_damage EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_NOK_texture_from_pixmap EGL_WL_bind_wayland_display [00007f0b60003f70] main gl debug: using opengl module "egl_x11" [00007f0b60003f70] gl gl: Initialized libplacebo v2.72.0 (API v72) [00007f0b601673b0] main generic debug: looking for glconv module matching "any": 4 candidates libva info: VA-API version 1.10.0 libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) [00007f0b60003f70] glconv_vaapi_x11 gl error: vaInitialize: unknown libva error libva info: VA-API version 1.10.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so libva info: Found init function __vaDriverInit_1_10 libva info: va_openDriver() returns 0 [00007f0b601673b0] main generic debug: using glconv module "glconv_vaapi_drm" [00007f0b600013b0] main vout display debug: using vout display module "gl" [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [00007f0b68066620] main video output debug: original format sz 3840x2160, of (0,0), vsz 3840x2160, 4cc VAOP, sar 1:1, msk r0x0 g0x0 b0x0 [00007f0b6806a020] main spu text debug: removing module "freetype" [00007f0b6806a020] main spu text debug: looking for text renderer module matching "any": 2 candidates [00007f0b6806a020] freetype spu text debug: Building font databases. [00007f0b680a8ef0] main window debug: resized to 3748x1884 [00007f0b600013b0] main vout display debug: VoutDisplayEvent 'resize' 3748x1884 [00007f0b6806a020] freetype spu text debug: Took -11807 microseconds [00007f0b6806a020] main spu text debug: using text renderer module "freetype" [00007f0b680c1dd0] main generic debug: looking for hw decoder module matching "any": 3 candidates [00007f0b680c1dd0] main generic debug: using hw decoder module "vaapi" [00007f0b7cc1c220] avcodec decoder: Using Mesa Gallium driver 21.0.3 for AMD CAICOS (DRM 2.50.0 / 5.11.0-26-generic, LLVM 12.0.0) for hardware decoding [h264 @ 0x7f0b7cc3aa00] Format vaapi_vld chosen by get_format(). [h264 @ 0x7f0b7cc3aa00] Format vaapi_vld requires hwaccel initialisation. [h264 @ 0x7f0b7cc3aa00] Using deprecated struct vaapi_context in decode. [h264 @ 0x7f0b7cc3aa00] Using user-supplied decoder context: 0x27/0x28. [h264 @ 0x7f0b7cc3aa00] Reinit context to 3840x2160, pix_fmt: vaapi_vld [h264 @ 0x7f0b7cc3aa00] no picture [h264 @ 0x7f0b7cc3aa00] Param buffer (type 0, 672 bytes) is 0x29. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 1, 240 bytes) is 0x2a. [h264 @ 0x7f0b7cc3aa00] Slice 0 param buffer (3128 bytes) is 0x2b. [h264 @ 0x7f0b7cc3aa00] Slice 0 data buffer (119226 bytes) is 0x2c. [h264 @ 0x7f0b7cc3aa00] Decode to surface 0x5. [00007f0b680a8ef0] main window debug: resized to 3748x1958 [00007f0b600013b0] main vout display debug: VoutDisplayEvent 'resize' 3748x1958 [h264 @ 0x7f0b7cc57880] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7cc57880] no picture [h264 @ 0x7f0b7cc57880] Param buffer (type 0, 672 bytes) is 0x29. [h264 @ 0x7f0b7cc57880] Param buffer (type 1, 240 bytes) is 0x2a. [h264 @ 0x7f0b7cc57880] Slice 0 param buffer (3128 bytes) is 0x2b. [h264 @ 0x7f0b7cc57880] Slice 0 data buffer (9016 bytes) is 0x2c. [h264 @ 0x7f0b7cc57880] Decode to surface 0x6. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cca0740] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7cca0740] Param buffer (type 0, 672 bytes) is 0x29. [h264 @ 0x7f0b7cca0740] Param buffer (type 1, 240 bytes) is 0x2a. [h264 @ 0x7f0b7cca0740] Slice 0 param buffer (3128 bytes) is 0x2b. [h264 @ 0x7f0b7cca0740] Slice 0 data buffer (1503 bytes) is 0x2c. [h264 @ 0x7f0b7cca0740] Decode to surface 0x7. radeon: Not enough memory for command submission. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccbd2c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 0, 672 bytes) is 0x29. [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 1, 240 bytes) is 0x2a. [h264 @ 0x7f0b7ccbd2c0] Slice 0 param buffer (3128 bytes) is 0x2b. [h264 @ 0x7f0b7ccbd2c0] Slice 0 data buffer (876 bytes) is 0x2c. [h264 @ 0x7f0b7ccbd2c0] Decode to surface 0x8. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccd9ec0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 0, 672 bytes) is 0x29. [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 1, 240 bytes) is 0x2a. [h264 @ 0x7f0b7ccd9ec0] Slice 0 param buffer (3128 bytes) is 0x2b. [h264 @ 0x7f0b7ccd9ec0] Slice 0 data buffer (1047 bytes) is 0x2c. [h264 @ 0x7f0b7ccd9ec0] Decode to surface 0x9. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccf6ac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 0, 672 bytes) is 0x29. [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 1, 240 bytes) is 0x2a. [h264 @ 0x7f0b7ccf6ac0] Slice 0 param buffer (3128 bytes) is 0x2b. [h264 @ 0x7f0b7ccf6ac0] Slice 0 data buffer (9275 bytes) is 0x2c. [h264 @ 0x7f0b7ccf6ac0] Decode to surface 0xa. [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 0, 672 bytes) is 0x29. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 1, 240 bytes) is 0x2a. [h264 @ 0x7f0b7cc3aa00] Slice 0 param buffer (3128 bytes) is 0x2b. [h264 @ 0x7f0b7cc3aa00] Slice 0 data buffer (2026 bytes) is 0x2c. [h264 @ 0x7f0b7cc3aa00] Decode to surface 0xb. [00007f0b7cc1c220] main decoder debug: Received first picture [h264 @ 0x7f0b7cc57880] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc57880] Param buffer (type 0, 672 bytes) is 0x29. [h264 @ 0x7f0b7cc57880] Param buffer (type 1, 240 bytes) is 0x2a. [h264 @ 0x7f0b7cc57880] Slice 0 param buffer (3128 bytes) is 0x2b. [h264 @ 0x7f0b7cc57880] Slice 0 data buffer (1160 bytes) is 0x2c. [h264 @ 0x7f0b7cc57880] Decode to surface 0xc. [00007f0b78000c80] main input debug: Decoder wait done in 1765 ms [h264 @ 0x7f0b7cca0740] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 radeon: Not enough memory for command submission. [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [h264 @ 0x7f0b7cca0740] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cca0740] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cca0740] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cca0740] Slice 0 data buffer (936 bytes) is 0x2e. [h264 @ 0x7f0b7cca0740] Decode to surface 0xd. [h264 @ 0x7f0b7ccbd2c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccbd2c0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccbd2c0] Slice 0 data buffer (10481 bytes) is 0x2e. [h264 @ 0x7f0b7ccbd2c0] Decode to surface 0xe. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccd9ec0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccd9ec0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccd9ec0] Slice 0 data buffer (2178 bytes) is 0x2e. [h264 @ 0x7f0b7ccd9ec0] Decode to surface 0xf. [h264 @ 0x7f0b7ccf6ac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccf6ac0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccf6ac0] Slice 0 data buffer (1264 bytes) is 0x2e. [h264 @ 0x7f0b7ccf6ac0] Decode to surface 0x10. [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7cc3aa00] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cc3aa00] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cc3aa00] Slice 0 data buffer (890 bytes) is 0x2e. [h264 @ 0x7f0b7cc3aa00] Decode to surface 0x11. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc57880] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7cc57880] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cc57880] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cc57880] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cc57880] Slice 0 data buffer (9723 bytes) is 0x2e. [h264 @ 0x7f0b7cc57880] Decode to surface 0x12. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cca0740] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cca0740] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cca0740] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cca0740] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cca0740] Slice 0 data buffer (2110 bytes) is 0x2e. [h264 @ 0x7f0b7cca0740] Decode to surface 0x13. [h264 @ 0x7f0b7ccbd2c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccbd2c0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccbd2c0] Slice 0 data buffer (1154 bytes) is 0x2e. [h264 @ 0x7f0b7ccbd2c0] Decode to surface 0x14. [h264 @ 0x7f0b7ccd9ec0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccd9ec0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccd9ec0] Slice 0 data buffer (1058 bytes) is 0x2e. [h264 @ 0x7f0b7ccd9ec0] Decode to surface 0x15. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccf6ac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccf6ac0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccf6ac0] Slice 0 data buffer (9211 bytes) is 0x2e. [h264 @ 0x7f0b7ccf6ac0] Decode to surface 0x16. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cc3aa00] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cc3aa00] Slice 0 data buffer (2175 bytes) is 0x2e. [h264 @ 0x7f0b7cc3aa00] Decode to surface 0x17. [h264 @ 0x7f0b7cc57880] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7cc57880] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cc57880] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cc57880] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cc57880] Slice 0 data buffer (1221 bytes) is 0x2e. [h264 @ 0x7f0b7cc57880] Decode to surface 0x18. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cca0740] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7cca0740] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cca0740] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cca0740] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cca0740] Slice 0 data buffer (1007 bytes) is 0x2e. [h264 @ 0x7f0b7cca0740] Decode to surface 0x19. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccbd2c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccbd2c0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccbd2c0] Slice 0 data buffer (8121 bytes) is 0x2e. [h264 @ 0x7f0b7ccbd2c0] Decode to surface 0x1a. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccd9ec0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccd9ec0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccd9ec0] Slice 0 data buffer (1277 bytes) is 0x2e. [h264 @ 0x7f0b7ccd9ec0] Decode to surface 0x1b. [h264 @ 0x7f0b7ccf6ac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccf6ac0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccf6ac0] Slice 0 data buffer (1213 bytes) is 0x2e. [h264 @ 0x7f0b7ccf6ac0] Decode to surface 0x1c. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7cc3aa00] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cc3aa00] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cc3aa00] Slice 0 data buffer (9851 bytes) is 0x2e. [h264 @ 0x7f0b7cc3aa00] Decode to surface 0x1d. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc57880] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7cc57880] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cc57880] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cc57880] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cc57880] Slice 0 data buffer (2190 bytes) is 0x2e. [h264 @ 0x7f0b7cc57880] Decode to surface 0x1e. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cca0740] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7cca0740] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cca0740] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cca0740] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cca0740] Slice 0 data buffer (1210 bytes) is 0x2e. [h264 @ 0x7f0b7cca0740] Decode to surface 0x1f. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccbd2c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccbd2c0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccbd2c0] Slice 0 data buffer (872 bytes) is 0x2e. [h264 @ 0x7f0b7ccbd2c0] Decode to surface 0x20. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccd9ec0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccd9ec0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccd9ec0] Slice 0 data buffer (8642 bytes) is 0x2e. [h264 @ 0x7f0b7ccd9ec0] Decode to surface 0x21. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccf6ac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccf6ac0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccf6ac0] Slice 0 data buffer (1819 bytes) is 0x2e. [h264 @ 0x7f0b7ccf6ac0] Decode to surface 0x22. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 0, 672 bytes) is 0x2d. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 1, 240 bytes) is 0x2e. [h264 @ 0x7f0b7cc3aa00] Slice 0 param buffer (3128 bytes) is 0x2f. [h264 @ 0x7f0b7cc3aa00] Slice 0 data buffer (1024 bytes) is 0x30. [h264 @ 0x7f0b7cc3aa00] Decode to surface 0x5. [h264 @ 0x7f0b7cc57880] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7cc57880] Param buffer (type 0, 672 bytes) is 0x2d. [h264 @ 0x7f0b7cc57880] Param buffer (type 1, 240 bytes) is 0x2e. [h264 @ 0x7f0b7cc57880] Slice 0 param buffer (3128 bytes) is 0x2f. [h264 @ 0x7f0b7cc57880] Slice 0 data buffer (661 bytes) is 0x30. [h264 @ 0x7f0b7cc57880] Decode to surface 0x23. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cca0740] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7cca0740] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cca0740] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cca0740] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cca0740] Slice 0 data buffer (9115 bytes) is 0x2e. [h264 @ 0x7f0b7cca0740] Decode to surface 0x24. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccbd2c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccbd2c0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccbd2c0] Slice 0 data buffer (1980 bytes) is 0x2e. [h264 @ 0x7f0b7ccbd2c0] Decode to surface 0x8. [h264 @ 0x7f0b7ccd9ec0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccd9ec0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccd9ec0] Slice 0 data buffer (1019 bytes) is 0x2e. [h264 @ 0x7f0b7ccd9ec0] Decode to surface 0x25. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccf6ac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccf6ac0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccf6ac0] Slice 0 data buffer (869 bytes) is 0x2e. [h264 @ 0x7f0b7ccf6ac0] Decode to surface 0x26. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 0, 672 bytes) is 0x2d. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 1, 240 bytes) is 0x2e. [h264 @ 0x7f0b7cc3aa00] Slice 0 param buffer (3128 bytes) is 0x2f. [h264 @ 0x7f0b7cc3aa00] Slice 0 data buffer (10279 bytes) is 0x30. [h264 @ 0x7f0b7cc3aa00] Decode to surface 0x6. [h264 @ 0x7f0b7cc57880] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [h264 @ 0x7f0b7cc57880] Param buffer (type 0, 672 bytes) is 0x2d. [h264 @ 0x7f0b7cc57880] Param buffer (type 1, 240 bytes) is 0x2e. [h264 @ 0x7f0b7cc57880] Slice 0 param buffer (3128 bytes) is 0x2f. [h264 @ 0x7f0b7cc57880] Slice 0 data buffer (2087 bytes) is 0x30. [h264 @ 0x7f0b7cc57880] Decode to surface 0x7. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cca0740] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7cca0740] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cca0740] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cca0740] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cca0740] Slice 0 data buffer (1310 bytes) is 0x2e. [h264 @ 0x7f0b7cca0740] Decode to surface 0x9. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccbd2c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccbd2c0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccbd2c0] Slice 0 data buffer (758 bytes) is 0x2e. [h264 @ 0x7f0b7ccbd2c0] Decode to surface 0xb. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccd9ec0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccd9ec0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccd9ec0] Slice 0 data buffer (8976 bytes) is 0x2e. [h264 @ 0x7f0b7ccd9ec0] Decode to surface 0xc. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccf6ac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccf6ac0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccf6ac0] Slice 0 data buffer (2145 bytes) is 0x2e. [h264 @ 0x7f0b7ccf6ac0] Decode to surface 0xd. [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 radeon: Not enough memory for command submission. [00007f0b600013b0] main vout display debug: auto hiding mouse cursor [h264 @ 0x7f0b7cc3aa00] Param buffer (type 0, 672 bytes) is 0x2d. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 1, 240 bytes) is 0x2e. [h264 @ 0x7f0b7cc3aa00] Slice 0 param buffer (3128 bytes) is 0x2f. [h264 @ 0x7f0b7cc3aa00] Slice 0 data buffer (1025 bytes) is 0x30. [h264 @ 0x7f0b7cc3aa00] Decode to surface 0xa. [h264 @ 0x7f0b7cc57880] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7cc57880] Param buffer (type 0, 672 bytes) is 0x2d. [h264 @ 0x7f0b7cc57880] Param buffer (type 1, 240 bytes) is 0x2e. [h264 @ 0x7f0b7cc57880] Slice 0 param buffer (3128 bytes) is 0x2f. [h264 @ 0x7f0b7cc57880] Slice 0 data buffer (921 bytes) is 0x30. [h264 @ 0x7f0b7cc57880] Decode to surface 0xe. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cca0740] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7cca0740] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cca0740] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cca0740] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cca0740] Slice 0 data buffer (8261 bytes) is 0x2e. [h264 @ 0x7f0b7cca0740] Decode to surface 0xf. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccbd2c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccbd2c0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccbd2c0] Slice 0 data buffer (1984 bytes) is 0x2e. [h264 @ 0x7f0b7ccbd2c0] Decode to surface 0x10. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccd9ec0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccd9ec0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccd9ec0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccd9ec0] Slice 0 data buffer (1084 bytes) is 0x2e. [h264 @ 0x7f0b7ccd9ec0] Decode to surface 0x11. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7ccf6ac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7ccf6ac0] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7ccf6ac0] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7ccf6ac0] Slice 0 data buffer (741 bytes) is 0x2e. [h264 @ 0x7f0b7ccf6ac0] Decode to surface 0x14. radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc3aa00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 0, 672 bytes) is 0x2d. [h264 @ 0x7f0b7cc3aa00] Param buffer (type 1, 240 bytes) is 0x2e. [h264 @ 0x7f0b7cc3aa00] Slice 0 param buffer (3128 bytes) is 0x2f. [h264 @ 0x7f0b7cc3aa00] Slice 0 data buffer (7665 bytes) is 0x30. [h264 @ 0x7f0b7cc3aa00] Decode to surface 0x12. [h264 @ 0x7f0b7cc57880] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2 [h264 @ 0x7f0b7cc57880] Param buffer (type 0, 672 bytes) is 0x2d. [h264 @ 0x7f0b7cc57880] Param buffer (type 1, 240 bytes) is 0x2e. [h264 @ 0x7f0b7cc57880] Slice 0 param buffer (3128 bytes) is 0x2f. [h264 @ 0x7f0b7cc57880] Slice 0 data buffer (1618 bytes) is 0x30. [h264 @ 0x7f0b7cc57880] Decode to surface 0x13. [00005641e0d34670] main libvlc debug: exiting [00005641e0d34670] main libvlc debug: exiting [00005641e0d34670] main libvlc debug: removing all interfaces [00005641e0e1d2a0] main interface debug: removing module "qt" [00005641e0dc9290] main playlist debug: deactivating the playlist [00005641e0dc9290] main playlist debug: incoming request - stopping current input radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cca0740] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 radeon: Not enough memory for command submission. [h264 @ 0x7f0b7cca0740] Param buffer (type 0, 672 bytes) is 0x2b. [h264 @ 0x7f0b7cca0740] Param buffer (type 1, 240 bytes) is 0x2c. [h264 @ 0x7f0b7cca0740] Slice 0 param buffer (3128 bytes) is 0x2d. [h264 @ 0x7f0b7cca0740] Slice 0 data buffer (968 bytes) is 0x2e. [h264 @ 0x7f0b7cca0740] Decode to surface 0x15. [h264 @ 0x7f0b7ccbd2c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 radeon: Not enough memory for command submission. [00005641e0e172d0] dbus interface debug: Getting property Position [00007f0b68066620] main video output debug: picture might be displayed late (missing 1 ms) [00005641e0e172d0] dbus interface debug: Getting property Position [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 0, 672 bytes) is 0x2d. [h264 @ 0x7f0b7ccbd2c0] Param buffer (type 1, 240 bytes) is 0x2e. [h264 @ 0x7f0b7ccbd2c0] Slice 0 param buffer (3128 bytes) is 0x2f. [h264 @ 0x7f0b7ccbd2c0] Slice 0 data buffer (632 bytes) is 0x30. [h264 @ 0x7f0b7ccbd2c0] Decode to surface 0x16. [00007f0b7cc1c220] main decoder debug: killing decoder fourcc `h264' [00007f0b7cc1c220] main decoder debug: removing module "avcodec" radeon: Not enough memory for command submission. [00005641e0dc9290] main playlist debug: saving a free vout [00005641e0dc9290] main playlist debug: reusing provided vout [00007f0b7cc08550] main demux debug: removing module "mp4" [00007f0b7cc08550] mp4 demux debug: freeing all memory [00007f0b78000c80] main input debug: Program doesn't contain anymore ES [00007f0b7cc01ce0] main stream debug: removing module "record" [00007f0b7c001940] main stream debug: removing module "cache_read" [00007f0b7c001640] main stream debug: removing module "filesystem" [00005641e0dc9290] main playlist debug: dead input [00005641e0dc9290] main playlist debug: nothing to play [00007f0b68066620] main video output debug: destroying useless vout [00007f0b600013b0] main vout display debug: removing module "gl" [00007f0b601673b0] main generic debug: removing module "glconv_vaapi_drm" [00005641e0e1d2a0] qt interface debug: IM: Deleting the input [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [00005641e0e172d0] dbus interface debug: Getting property Position [00007f0b60003f70] main gl debug: removing module "egl_x11" [00007f0b6809ec80] dbus_screensaver inhibit debug: got cookie 1729270826 [00007f0b6809ec80] main inhibit debug: removing module "dbus_screensaver" [00007f0b680a8ef0] qt window debug: releasing video... [00005641e0e1d2a0] qt interface debug: Video is not needed anymore [00007f0b680a8ef0] qt window warning: orphaned video window [00007f0b6806a020] main spu text debug: removing module "freetype" [00007f0b680704f0] main scale debug: removing module "yuvp" [00007f0b6806c6c0] main scale debug: removing module "swscale" [00005641e0e0b080] main audio output debug: removing module "pulse" [00005641e0e1d2a0] qt interface debug: requesting exit... [00005641e0e1d2a0] qt interface debug: waiting for UI thread... [00005641e0e1d2a0] qt interface debug: Video is not needed anymore [00005641e0d34670] main libvlc debug: exiting [00005641e0e1d2a0] qt interface debug: QApp exec() finished [00005641e0e1d2a0] qt interface debug: Video is not needed anymore [00005641e0e1d2a0] qt interface debug: Playlist Destroyed [00005641e0e1d2a0] qt interface debug: Killing extension dialog provider [00005641e0e1d2a0] qt interface debug: ExtensionsDialogProvider is quitting... [00007f0c0820f370] main generic debug: removing module "lua" [00005641e0e1c380] main interface debug: removing module "xcb_hotkeys" [00005641e0e1b880] main interface debug: removing module "hotkeys" [00005641e0e172d0] main interface debug: removing module "dbus" [00005641e0dc9290] main playlist debug: destroying [00005641e0e18850] main playlist export debug: saving media library to file /home/user/.local/share/vlc/ml.xspf.tmp94138 [00005641e0e18850] main playlist export debug: looking for playlist export module matching "export-xspf": 4 candidates [00005641e0e18850] main playlist export debug: using playlist export module "export" [00005641e0e18850] main playlist export debug: removing module "export" [00005641e0dc9290] main playlist debug: deleting item `Media Library' [00005641e0dc9290] main playlist debug: deleting item `BigBuckBunny_2000h264.mp4' [00005641e0dc9290] main playlist debug: deleting item `Playlist' [00005641e0dd0fc0] main keystore debug: removing module "memory" QObject::~QObject: Timers cannot be stopped from another thread
- Author
- Maintainer
Actually the problem is there:
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) [00007f72ec003f70] glconv_vaapi_x11 gl error: vaInitialize: unknown libva error
For whatever reason, VA-API fails to determine the driver name, and thus fails to bind to the X11 display. I don't know why. Maybe a limitation of XWayland?
- Rémi Denis-Courmont removed Status::needs more info label
removed Status::needs more info label
- Rémi Denis-Courmont added Status::not VLC label
added Status::not VLC label
- Author
So finally I was not so wrong, the relevant information was indeed in my first log :) Anyway, thanks for analyzing. I guess should now open a bug report upstream...
- Denis Charmet mentioned in issue #28910 (closed)
mentioned in issue #28910 (closed)