Best used Linux OS

Support forum for minisatip
Post Reply
erisan500
Posts: 1
Joined: Sun Sep 04, 2016 12:03 pm

Best used Linux OS

Post by erisan500 »

Hi,

what is the better Linux OS to run minisatip on? I tried Centos 7, but have a problem finding all the correct required dependencies/libraries.

And does anyone use this successfully with Mediaportal?

Kind regards,
Eric
cata
Site Admin
Posts: 768
Joined: Tue May 12, 2015 1:01 am

Re: Best used Linux OS

Post by cata »

Hi,

Centos is fine too. What dependencies are you missing?

Thanks
henfri
Posts: 1
Joined: Sat Sep 10, 2016 8:59 am

Re: Best used Linux OS

Post by henfri »

Here my notes for centos7
Dvbcsa bauen

yum install git wget libtool
mkdir dvbcsa

cd dvbcsa
sudo yum install redhat-rpm-config make gcc php fuse rpm-build
mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
echo '%_topdir %(echo $HOME)/rpmbuild' > ~/.rpmmacros

wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de ... .3.src.rpm
rpmbuild --rebuild libdvbcsa-1.1.0-12.3.src.rpm
rpm -i /root/rpmbuild/RPMS/x86_64/libdvbcsa-*

MiniSatip kompilieren und installieren
cd /
git clone github.com/catalinii/minisatip.git <<-- add h t t p s here
cd minisatip
make
cp minisatip /usr/bin/


Konfiguration und init-Skript
Cat /etc/systemd/system/minisatip.service

[Unit]
Description=Minsatip startup script
After=network.target


[Service]
Type=forking
ExecStart=/usr/bin/minisatip -x 8088
Restart=always
User=root
Group=root

[Install]
WantedBy=multi-user.target


######################

systemctl enable minisatip
systemctl start minisatip

chkconfig minisatip on
User avatar
3PO
Posts: 5
Joined: Tue May 12, 2015 6:09 am

Re: Best used Linux OS

Post by 3PO »

erisan500 wrote:Hi,

what is the better Linux OS to run minisatip on?...
I use Gentoo with my Overlay
ant_thomas
Posts: 7
Joined: Mon Sep 12, 2016 12:14 pm

Re: Best used Linux OS

Post by ant_thomas »

I'm currently using Raspbian on a Raspberry Pi without issue.
Post Reply