Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: AmatCoder on December 16, 2011, 05:12:53 PM
-
With Videolan newer version (1.1.12), I can't get Dvb (TV) working.
vlc -vv shows: cannot load module '/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/libv412_plugin.so No such file or directory
This library exists into /usr/local/lib/vlc/plugins/access/ so likely it's a configuration mistake when compiled.
Regards.
-
Sounds like VLC needs to be copied always. Please test if putting it to copy2fs fixes this bug ("tce-load -ic vlc" when not loaded for a temporary try).
-
I found the problem. Vlc was compiled against an old libdvdpsi library, so it seeks for libdvdpsi.so.6 but it finds libdvbpsi.so.7.
I test with old libdvbpsi.tcz from 3.x repository and now DVB is working fine.
-
I have tc v4.1 running Xorg, supporting my dvb-t usbstick, mplayer can be used to play tv
mplayer dvb://
at my Asus eepc.
Is the issue with vlc already fixed at tc v4.2?
If not, how do I install old packages?
-
Is the issue with vlc already fixed at tc v4.2?
No, 4.2 is just an update of base tools. Extensions are the same.
Vlc would need recompilation to fix that.
If not, how do I install old packages?
You can get libdvbpsi.tcz from 3.x and to replace it in your /tce/optional folder.
I would put a link here, but I'm not sure this is allowed...
-
You can get libdvbpsi.tcz from 3.x and to replace it in your /tce/optional folder.
You could, but you might break something else that relied on the newer version.
-
You could, but you might break something else that relied on the newer version.
I don't think so because libdvbpsi library is only used by vlc...