You are not logged in.

#1 2023-07-02 21:45:25

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,653

[Solved] vlc errors and modules not loading

Running certain video I'm getting these error outputs:

[0000560a2bb3c180] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/liblive555_plugin.so' (libliveMedia.so.107: cannot open shared object file: No such file or directory)
[0000560a2bb3c180] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libnfs_plugin.so' (libnfs.so.14: cannot open shared object file: No such file or directory)
[0000560a2bb3c180] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/codec/libkate_plugin.so' (libtiger.so.5: cannot open shared object file: No such file or directory)
[0000560a2bb3c180] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/codec/libsdl_image_plugin.so' (libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory)
[0000560a2bb3c180] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/control/liblirc_plugin.so' (liblirc_client.so.0: cannot open shared object file: No such file or directory)
[0000560a2bb3c180] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/stream_filter/libaribcam_plugin.so' (libaribb25.so.0: cannot open shared object file: No such file or directory)
[0000560a2bb3c180] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/visualization/libgoom_plugin.so' (libgoom2.so.0: cannot open shared object file: No such file or directory)
[0000560a2bb3c180] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/visualization/libprojectm_plugin.so' (libprojectM.so.3: cannot open shared object file: No such file or directory)

The video actually runs for about a second but then terminates. I get these messages upon termination:

uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu

How to debug? Anything I'm missing?

Last edited by d_fajardo (2023-07-05 13:08:01)

Offline

#2 2023-07-03 06:28:57

seth
Member
Registered: 2012-09-03
Posts: 60,722

Re: [Solved] vlc errors and modules not loading

The plugins can't load because you don't have a bunch of optional dependencies not installed.
That's not critical.
I also doubt that dbusmenu is relevant.

Is it /one/ "certain" video?
The video terminates or vlc?
=> https://wiki.archlinux.org/title/VLC_me … ng_a_video
Otherwise:
Can you share the video?
Does it play w/ mpv?
See whether the VLC logs have some errors for it.

Offline

#3 2023-07-03 21:57:28

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,653

Re: [Solved] vlc errors and modules not loading

Is it /one/ "certain" video?

It is actually a simple python manim code. trying to learn to use the library. From your comment I think the code is behaving ok.

Offline

#4 2023-07-03 22:01:53

seth
Member
Registered: 2012-09-03
Posts: 60,722

Re: [Solved] vlc errors and modules not loading

Yeah, but you're not playing some manim code in vlc, but a video - codec and container (integrity) might be very relevant here.

seth also wrote:

The video terminates or vlc?
Does it play w/ mpv?
See whether the VLC logs have some errors for it.

Offline

#5 2023-07-05 13:07:08

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,653

Re: [Solved] vlc errors and modules not loading

@seth I'll mark this as solved. I think there's no problem with the rendering but more my code because I have the same behavior with mpv and there are no log errors in vlc. i
i'll look at manim documentation. I have a feeling the anser is there.

Last edited by d_fajardo (2023-07-05 13:07:31)

Offline

Board footer

Powered by FluxBB