Bug 1219416 - phonon4qt5-backend-vlc does not work without the VLC gui
Summary: phonon4qt5-backend-vlc does not work without the VLC gui
Status: RESOLVED WONTFIX
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: KDE Workspace (Plasma) (show other bugs)
Version: Current
Hardware: x86-64 openSUSE Tumbleweed
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Dominique Leuenberger
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-31 15:41 UTC by Bruno Pitrus
Modified: 2024-06-23 14:23 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Pitrus 2024-01-31 15:41:13 UTC
When i installed phonon4qt5-backend-vlc to replace the obsolescent gstreamer backend, dragon player would play no videos. In the console the following messages would show repeatedly:

[00007f97f4006020] main filter error: Failed to create video converter
[00007f97f4006700] chain filter error: Too high level of recursion (3)
[00007f97f4006020] main filter error: Failed to create video converter
[00007f97f4006700] chain filter error: Too high level of recursion (3)
[00007f97f4006020] main filter error: Failed to create video converter
[00007f97f4006700] chain filter error: Too high level of recursion (3)
[00007f97f4006020] main filter error: Failed to create video converter
[00007f97f4006700] chain filter error: Too high level of recursion (3)
[00007f97f4006020] main filter error: Failed to create video converter
[00007f97f4006700] chain filter error: Too high level of recursion (3)
[00007f97f4006020] main filter error: Failed to create video converter
[00007f97f4006700] chain filter error: Too high level of recursion (3)
[00007f97f4006020] main filter error: Failed to create video converter
[00007f97f4006700] chain filter error: Too high level of recursion (3)
[00007f97f4006020] main filter error: Failed to create video converter
[00007f97f4004f00] main scale error: Failed to create video converter
[00007f97f4006020] chain filter error: Too high level of recursion (3)
[00007f97f4005ba0] main filter error: Failed to create video converter
[00007f97f4006020] chain filter error: Too high level of recursion (3)
[00007f97f4005ba0] main filter error: Failed to create video converter
[00007f97f4006020] chain filter error: Too high level of recursion (3)
[00007f97f4005ba0] main filter error: Failed to create video converter
[00007f97f4006020] chain filter error: Too high level of recursion (3)
[00007f97f4005ba0] main filter error: Failed to create video converter
[00007f97f4006020] chain filter error: Too high level of recursion (3)
[00007f97f4005ba0] main filter error: Failed to create video converter
[00007f97f4006020] chain filter error: Too high level of recursion (3)
[00007f97f4005ba0] main filter error: Failed to create video converter
[00007f97f4006020] chain filter error: Too high level of recursion (3)
[00007f97f4005ba0] main filter error: Failed to create video converter
[00007f97f4006020] chain filter error: Too high level of recursion (3)
[00007f97f4005ba0] main filter error: Failed to create video converter
[00007f97f4004f00] main scale error: Failed to create video converter
[00007f97cc001420] gl vout display error: parent window not available
[00007f97cc001420] fb vout display error: cannot get terminal mode (Inappropriate ioctl for device)
[00007f97f403ff20] main video output error: video output creation failed
[00007f980c00a570] main decoder error: failed to create video output


Further testing shows that installing the `vlc` package additionally (containing the VLC gui application) resolves the problem. The problem reappears after removing just `vlc`, suggesting that a needed library is contained in that very package.

Of course, a system library depending on an application with a .desktop file is unacceptable — we are not Arch. Please fix this packaging issue.
Comment 1 Fabian Vogt 2024-01-31 15:54:31 UTC
Hm, sounds like /usr/lib64/vlc/plugins/video_output/ needs to be split out then?
Comment 2 Bruno Pitrus 2024-02-28 12:25:27 UTC
phonon-vlc-qt6 still has this problem. This is made worse because there is no longer the gstreamer backend.
Comment 3 Dominique Leuenberger 2024-02-28 14:58:42 UTC
(In reply to Fabian Vogt from comment #1)
> Hm, sounds like /usr/lib64/vlc/plugins/video_output/ needs to be split out
> then?

the package is split into what has a dep on X and what does not (at least in theory - sometimes errors creep in)

vlc being the 'main' package will keep the desktop file of course.

so we would need to split away:

/usr/lib64/vlc/libvlc_pulse.so
/usr/lib64/vlc/libvlc_pulse.so.0
/usr/lib64/vlc/libvlc_pulse.so.0.0.0
/usr/lib64/vlc/libvlc_xcb_events.so
/usr/lib64/vlc/libvlc_xcb_events.so.0
/usr/lib64/vlc/libvlc_xcb_events.so.0.0.0
/usr/lib64/vlc/plugins/access/libavio_plugin.so
/usr/lib64/vlc/plugins/access/libpulsesrc_plugin.so
/usr/lib64/vlc/plugins/access/libxcb_screen_plugin.so
/usr/lib64/vlc/plugins/audio_output/libpulse_plugin.so
/usr/lib64/vlc/plugins/codec/libavcodec_plugin.so
/usr/lib64/vlc/plugins/codec/liblibass_plugin.so
/usr/lib64/vlc/plugins/control/libxcb_hotkeys_plugin.so
/usr/lib64/vlc/plugins/demux/libavformat_plugin.so
/usr/lib64/vlc/plugins/notify/libnotify_plugin.so
/usr/lib64/vlc/plugins/packetizer/libpacketizer_av1_plugin.so
/usr/lib64/vlc/plugins/packetizer/libpacketizer_avparser_plugin.so
/usr/lib64/vlc/plugins/services_discovery/libpulselist_plugin.so
/usr/lib64/vlc/plugins/services_discovery/libxcb_apps_plugin.so
/usr/lib64/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so
/usr/lib64/vlc/plugins/text_renderer/libfreetype_plugin.so
/usr/lib64/vlc/plugins/text_renderer/libsvg_plugin.so
/usr/lib64/vlc/plugins/video_chroma/libswscale_plugin.so
/usr/lib64/vlc/plugins/video_output/libaa_plugin.so
/usr/lib64/vlc/plugins/video_output/libcaca_plugin.so
/usr/lib64/vlc/plugins/video_output/libegl_wl_plugin.so
/usr/lib64/vlc/plugins/video_output/libegl_x11_plugin.so
/usr/lib64/vlc/plugins/video_output/libglconv_vaapi_wl_plugin.so
/usr/lib64/vlc/plugins/video_output/libglx_plugin.so
/usr/lib64/vlc/plugins/video_output/libxcb_window_plugin.so
/usr/lib64/vlc/plugins/video_output/libxcb_x11_plugin.so
/usr/lib64/vlc/plugins/video_output/libxcb_xv_plugin.so
/usr/lib64/vlc/plugins/video_splitter/libpanoramix_plugin.so
/usr/lib64/vlc/plugins/visualization/libglspectrum_plugin.so
/usr/lib64/vlc/plugins/visualization/libprojectm_plugin.so

Those would all be thing an external consumer of libVLC would need access to (meaning there would basically be nothing nothing left in the vlc package than desktop files, icons and metadata - plus some kde4 integration stuff (?))
Comment 4 Christophe Marin 2024-02-29 18:38:38 UTC
The VLC backend will require both vlc and vlc-noX for the moment.

If that really causes harm in the future, we can revisit the topic.
Comment 5 Dominique Leuenberger 2024-03-07 12:19:02 UTC
(In reply to Christophe Marin from comment #4)
> The VLC backend will require both vlc and vlc-noX for the moment.
> 
> If that really causes harm in the future, we can revisit the topic.

=> considering fixed (splitting further seems overkill)
Comment 6 Bruno Pitrus 2024-06-23 14:23:52 UTC
*** Bug 1226795 has been marked as a duplicate of this bug. ***