libts_plugin.so will not load in Artix package.

*nix specific usage questions
n00bVLC
New Cone
New Cone
Posts: 7
Joined: 03 Sep 2021 23:00

libts_plugin.so will not load in Artix package.

Postby n00bVLC » 19 Oct 2022 19:38

This is weird. I have no idea

VLC is unable to play
https://streams.videolan.org/issues/274 ... 40.txt.mp4

MPV can.

libts_plugin.so is found in /usr/lib/vlc/plugins/demux and installed with the package
https://packages.artixlinux.org/details/vlc

vlc --list | grep ts does not show
ts MPEG Transport Stream demuxer

I have found one other user who uses said package and VLC also does not see libts_plugin.so

Have completely removed, reinstalled and rebooted and VLC still cannot see the demuxer nor play said file.

I have no idea how to further diagnose this issue.

Please advise.

Rémi Denis-Courmont
Developer
Developer
Posts: 15312
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: libts_plugin.so will not load in Artix package.

Postby Rémi Denis-Courmont » 20 Oct 2022 18:32

The log should say during the VLC startup why the module fails to load. Most likely missing symbols or underlying libraries.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

n00bVLC
New Cone
New Cone
Posts: 7
Joined: 03 Sep 2021 23:00

Re: libts_plugin.so will not load in Artix package.

Postby n00bVLC » 23 Oct 2022 15:59

https://streams.videolan.org/issues/274 ... 40.txt.mp4 The vid

https://streams.videolan.org/issues/27437/ has the logs

https://streams.videolan.org/issues/27437/VLCBUG.log

I did not see an explanation of why the plugin failed to load.

I see no reference to any _plugin file being loaded or any loading going on in the demux folder.

n00bVLC
New Cone
New Cone
Posts: 7
Joined: 03 Sep 2021 23:00

Re: libts_plugin.so will not load in Artix package.

Postby n00bVLC » 23 Oct 2022 17:58

I thought my log may have missed the load, so ran

vlc --extraintf=http:logger --verbose=2 --file-logging --logfile=vlc-log.txt

-- logger module started --
main debug: VLC media player - 3.0.17.4 Vetinari
main debug: Copyright © 1996-2022 the VideoLAN team
main debug: revision 3.0.13-8-g41878ff4f2
main debug: configured with ./configure '--prefix=/usr' '--sysconfdir=/etc' '--with-kde-solid=/usr/share/solid/actions/' '--disable-rpath' '--enable-nls' '--enable-archive' '--enable-live555' '--enable-dc1394' '--enable-dv1394' '--enable-dvdread' '--enable-dvdnav' '--enable-bluray' '--disable-opencv' '--enable-smbclient' '--enable-sftp' '--enable-nfs' '--enable-realrtsp' '--enable-dvbpsi' '--enable-gme' '--enable-ogg' '--enable-shout' '--enable-matroska' '--enable-mod' '--enable-mpc' '--enable-mad' '--enable-mpg123' '--enable-gst-decode' '--enable-avcodec' '--enable-libva' '--enable-avformat' '--enable-postproc' '--enable-faad' '--enable-vpx' '--enable-twolame' '--disable-fdkaac' '--enable-a52' '--enable-dca' '--enable-flac' '--enable-libmpeg2' '--enable-vorbis' '--enable-speex' '--enable-opus' '--enable-oggspots' '--disable-schroedinger' '--enable-png' '--enable-jpeg' '--enable-x264' '--enable-x265' '--enable-zvbi' '--enable-libass' '--enable-kate' '--enable-tiger' '--enable-vdpau' '--enable-wayland' '--enable-sdl-image' '--enable-freetype' '--enable-fribidi' '--enable-harfbuzz' '--enable-fontconfig' '--enable-svg' '--enable-svgdec' '--enable-aa' '--enable-caca' '--enable-pulse' '--enable-alsa' '--enable-jack' '--enable-samplerate' '--enable-soxr' '--disable-chromaprint' '--enable-chromecast' '--enable-qt' '--enable-skins2' '--enable-libtar' '--enable-ncurses' '--enable-lirc' '--enable-goom' '--enable-projectm' '--enable-avahi' '--enable-mtp' '--enable-upnp' '--enable-microdns' '--enable-libxml2' '--disable-libgcrypt' '--enable-gnutls' '--enable-taglib' '--enable-secret' '--enable-kwallet' '--disable-update-check' '--enable-notify' '--enable-libplacebo' '--enable-vlc' '--enable-aribsub' '--enable-aribcam' '--enable-aom' '--enable-srt' '--enable-dav1d' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/vlc/src=/usr/src/debug/vlc -flto=auto -I/usr/include/samba-4.0 -ffat-lto-objects' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto' 'CPPFLAGS= -I/usr/include/samba-4.0' 'CXXFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/build/vlc/src=/usr/src/debug/vlc -flto=auto -std=c++11' 'PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig/:/usr/lib/ffmpeg4.4/pkgconfig' 'LUA_LIBS=-llua5.2 -lm ' 'LUAC=/usr/bin/luac5.2'
main debug: searching plug-in modules
main debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat
main debug: recursively browsing `/usr/lib/vlc/plugins'
main warning: cannot load module `/usr/lib/vlc/plugins/access_output/libaccess_output_shout_plugin.so' (libshout.so.3: cannot open shared object file: No such file or directory)
main warning: cannot load module `/usr/lib/vlc/plugins/video_output/libaa_plugin.so' (libaa.so.1: cannot open shared object file: No such file or directory)
main warning: cannot load module `/usr/lib/vlc/plugins/video_output/libcaca_plugin.so' (libcaca.so.0: cannot open shared object file: No such file or directory)
main 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)
main warning: cannot load module `/usr/lib/vlc/plugins/codec/libtwolame_plugin.so' (libtwolame.so.0: cannot open shared object file: No such file or directory)
main warning: cannot load module `/usr/lib/vlc/plugins/codec/libzvbi_plugin.so' (libzvbi.so.0: cannot open shared object file: No such file or directory)
main warning: cannot load module `/usr/lib/vlc/plugins/codec/libaribsub_plugin.so' (libaribb24.so.0: cannot open shared object file: No such file or directory)
main warning: cannot load module `/usr/lib/vlc/plugins/demux/libgme_plugin.so' (libgme.so.0: cannot open shared object file: No such file or directory)
main warning: cannot load module `/usr/lib/vlc/plugins/demux/libts_plugin.so' (libaribb24.so.0: cannot open shared object file: No such file or directory)
main warning: cannot load module `/usr/lib/vlc/plugins/access/liblinsys_sdi_plugin.so' (libzvbi.so.0: cannot open shared object file: No such file or directory)
main warning: cannot load module `/usr/lib/vlc/plugins/access/libdc1394_plugin.so' (libdc1394.so.25: cannot open shared object file: No such file or directory)
main warning: cannot load module `/usr/lib/vlc/plugins/access/libv4l2_plugin.so' (libzvbi.so.0: cannot open shared object file: No such file or directory)
main 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)
main warning: cannot load module `/usr/lib/vlc/plugins/services_discovery/libmicrodns_plugin.so' (libmicrodns.so.1: cannot open shared object file: No such file or directory)
main 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)
main 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)
main debug: plug-ins loaded: 507 modules
...


Any thoughts?

n00bVLC
New Cone
New Cone
Posts: 7
Joined: 03 Sep 2021 23:00

Re: libts_plugin.so will not load in Artix package.

Postby n00bVLC » 23 Oct 2022 22:34

installed all dependencies.

new log https://paste.artixlinux.org/f5e92498

File still will not play


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 17 guests