SliTaz SliTaz Forum

You are not logged in.

#1 2011-10-12 05:56:29

vtailor
Member
Registered: 2011-04-09
Posts: 34

Copying as root not adequate for streaming video

To be more precise, to get a firefox plugin to work, it has to be installed by tazpkg in root mode. That's why flash-plugin works fine, and xine-plugin without tazpkg installation gives slow-motion video. You can demonstrate this also by getting flash-plugin.tazpkg, unpacking it, changing the flash plugin from /usr/share/xine to /usr/lib/mozilla/plugins, then repacking it manually, and passing it to tazpkg to install.

Offline

#2 2011-10-13 17:54:06

vtailor
Member
Registered: 2011-04-09
Posts: 34

Re: Copying as root not adequate for streaming video

Here is the corrected installation line for 'receipt' in xine-plugin-1.0.2.tazpkg:

# Pre and post install commands for Tazpkg.

post_install()

{

        cp -a /usr/share/xine/* $1/usr/lib/mozilla/plugins/

}

If you reconstruct xine*.tazpkg with the above change, doing 'tazpkg install *.tazpkg' from a root terminal succeeds and the problem of no video or slow video goes away.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.52 MiB (Peak: 1.77 MiB) ]