You are not logged in.
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
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
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
Yeah, but you're not playing some manim code in vlc, but a video - codec and container (integrity) might be very relevant here.
The video terminates or vlc?
Does it play w/ mpv?
See whether the VLC logs have some errors for it.
Offline
@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