PPS Stream in Fedora

Download and install supporting packages

yum install gcc-c++ glibc-devel intltool python-devel gstreamer-devel gstreamer-ffmpeg gstreamer-plugins-bad gstreamer-plugins-ugly

wget http://download.ppstream.com/linux/release_for_ubuntu.tgz

wget  http://people.freedesktop.org/~jinghua/distfiles/libppswrapper-0.0.18.1.tar.gz

wget http://people.freedesktop.org/~jinghua/distfiles/gst-plugins-pps-0.0.18.tar.gz

wget http://people.freedesktop.org/~jinghua/distfiles/totem-pps-0.0.18.tar.gz

Installation

1. configuration and libs

tar xf release for ubuntu.tgz
cd releaseforubuntu/
sudo rsync -avl   ppscdn_config.ini /etc/
tar xf libsforubuntu.tgz
sudo rsync -avlu  libs/pps*.so*  /usr/lib/

2. pps wrapper

tar xf libppswrapper-*.tar.gz
cd libppswrapper-*
./configure
make
sudo make install

3. pps plugins

tar xf gst-plugins-pps-*.tar.gz
cd gst-plugins-pps-*
./configure
make
sudo make install

4. totem pps plugins

tar xf totem-pps-*.tar.gz
cd totem-pps-*
./configure
make

sudo make install

Recently, found a very easy option from internet, a user uploaded a rpm, install and play is as easy as a finger snap.

the rpm can be found here

if no sound, try this

“Applications—-Internet—–PPStream—-Tools  —–选项—-选择音频设备—-把OSS改成alsa“

 

One response to “PPS Stream in Fedora

Leave a reply to johnvariek Cancel reply