You are not logged in.
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
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
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.52 MiB (Peak: 1.77 MiB) ]