You are not logged in.
Pages: 1
After the last few updates ffplay stopped showing video, it works but there is no image and no video window. Noticed new sdl3 package during updates. Same issue on desktop and laptop. mpv doesn't have this problem.
Terminal log:
ffplay fft.mp4
ffplay version n7.1 Copyright (c) 2003-2024 the FFmpeg developers
built with gcc 14.2.1 (GCC) 20240910
configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-frei0r --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libdav1d --enable-libdrm --enable-libdvdnav --enable-libdvdread --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgsm --enable-libharfbuzz --enable-libiec61883 --enable-libjack --enable-libjxl --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libplacebo --enable-libpulse --enable-librav1e --enable-librsvg --enable-librubberband --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpl --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-nvdec --enable-nvenc --enable-opencl --enable-opengl --enable-shared --enable-vapoursynth --enable-version3 --enable-vulkan
libavutil 59. 39.100 / 59. 39.100
libavcodec 61. 19.100 / 61. 19.100
libavformat 61. 7.100 / 61. 7.100
libavdevice 61. 3.100 / 61. 3.100
libavfilter 10. 4.100 / 10. 4.100
libswscale 8. 3.100 / 8. 3.100
libswresample 5. 3.100 / 5. 3.100
libpostproc 58. 3.100 / 58. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'fft.mp4':sq= 0B
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2022-11-05T19:51:07.000000Z
Duration: 00:24:18.56, start: 0.000000, bitrate: 1061 kb/s
Stream #0:0[0x1](und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 1280x640 [SAR 1:1 DAR 2:1], 929 kb/s, 23.98 fps, 23.98 tbr, 24k tbn (default)
Metadata:
creation_time : 2022-11-05T19:51:07.000000Z
handler_name : ISO Media file produced by Google Inc. Created on: 11/05/2022.
vendor_id : [0][0][0][0]
Stream #0:1[0x2](eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)
Metadata:
creation_time : 2022-11-05T19:51:07.000000Z
handler_name : ISO Media file produced by Google Inc. Created on: 11/05/2022.
vendor_id : [0][0][0][0]
^CSegmentation faultfd= 0 aq= 18KB vq= 67KB sq= 0B
segfault message appear after pressing Ctrl+c
The system uses X.Org and LXQt
Last edited by qrk (2025-02-02 19:18:07)
Offline
This is related to switch: sdl2 -> sdl2-compat. Not related to sdl3.
Solution is here: https://bbs.archlinux.org/viewtopic.php … 4#p2223524.
Or you may try to reinstall sdl2 from your packages cache or aur, but I didn't tried this and don't know how about system dependencies...
Offline
You have two options my friend. Wait until this gets patched in the new release, OR, install sdl2-compat-git from the AUR which already has it patched
Offline
Ok. I got it. Thank you for your answers.
Offline
Pages: 1