|
HowToInstall
IntroductionSteps to install totem-pps from source tarballs. DetailsFirstly, You have to install a few libraries provided by pps.tv.
$tar zvxf release_for_ubuntu.tgz
$cd release_for_ubuntu$cp ppscdn_config.ini /etc $tar zvxf libs_for_ubuntu.tgz $cp libs/libpps*so* /usr/lib -a Secondly, You have to install a gstreamer plugin to play pps:// or tvod:// streams.
$tar zvxf libppswrapper-$version.tar.gz
$cd libppswrapper-$version
$./configure --prefix=/usr
$make && sudo make install $tar zvxf gst-plugins-pps-$version.tar.gz
$cd gst-plugins-pps-$version
$./configure --prefix=/usr
$make && sudo make installLastly, install the totem plugin.
$tar zvxf totem-pps-$version.tar.gz
$cd totem-pps-$version
$./configure --prefix=/usr
$make && sudo make installRun the totem-pps
|
► Sign in to add a comment
How to install on Fedora?
Here is the Fedora guide:
http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html
Failed to run "$./configure --prefix=/usr".
Error Message: checking whether pps libraris is available... no checking whether pps 32bit libraris is available... no configure: error: 'couldn't find pps libraries.
I followed the first step and all libpps*so files were copied to /usr/lib successfully. Any idea on how to fix it? BTW, my system is ubuntu 9.0.4 on ps3. Thanks!
@xiaofeng.xia gst-plugins-pps doesn't work on ps3 yet. The libpps*so is x86 only. You may ask ppstream.com to release libpps*so for ps3...
Failed to run "$./configure --prefix=/usr". couldn't find pps libraries
I followed the instruction and everything compiled smoothly on Fedora 12. I did see the categories getting updated in the side bar of totem. However, when I click on the channels, some errors occur, saying that "could not read from the resource" or "No URI handler implemented for "ppstream"". Any idea how that would happen? BTW, the script for firefox does work. I still cannot play pps in firefox. Thanks.
"Could not read from the resource", any idea?
got the same message as "songzw". Google search and noticed ppstream seem to forbid Linux since end of Dec 2009....if that is true, it's sad.
Failed to run "./configure --prefix=/usr" in libppswrapper. Can't I get it run on x64?
Same message than songzw... Can somebody talk to the ppstream team and see what's going on ?
To chenhuan.qt
According to this thread , Totem-pps can be installed on Fedora exactly by the same way.
I've installed all these packages. However, after I ran Totem, I could not enable totem-pps plugin in the plugin configure dialog. It gave an error message saying it could not be actived. Anyone knows about this?
@benrmanhuyao: Please install beautifulsoup(the package name depends on your distro, it is python-beautifulsoup on ubuntu) before enabling the totem-pps plugins.
Still not working after installing beautiful soup on Karmic Koala. Is Linux still blocked?
"Failed to run "$./configure --prefix=/usr". couldn't find pps libraries"
"Before installing it, please ensure gcc and g++ and libc develop packages are installed."
can't enable plugin pps for totem. the terminal print error as follows:
Traceback (most recent call last):
ImportError?: No module named BeautifulSoup?(totem:19489): WARNING : Could not load plugin ppstream
how can I fix it?
After running the configure for gst-plugins-$version, there is no Makefile and thsu make does not work. There are Makefile.in and Makefile.am though.
Help please?
try: 1. sudo apt-get install autoconf 2. sudo apt-get install libtool 3. sudo apt-get install git-core then, at each plugin directory, run: sudo ./autogen.sh
you have to install BeautifulSoup? to fix it.
I'm trying to compile this under Snow Leopard 10.6.2 with MacPort? and Totem already installed. But when I ran "./configure -prefix=/opt/local" in the libppswrapper folder. It gave me this error:
I've put the libpps*so in both /usr/lib and /opt/local/lib. What should I do to make it find the libpps files?
libpps*.so.0.1.940 reports "User not allowed(0x80000006)".
Does it work or not now?
please ensure gcc and g++ and libc develop packages are installed!!!!!
make && sudo make install display an error 'make: 没有规则可以创建目标“install”。 停止。'
when doing:
I get stopped at this point:
I tried downloading gstreamer packages using
but It still says that I don't have it. any help would be greatly appreciated
Hi! May I install on Debian? Thinks.