Jump to content


oldgraf

Member Since 3 Feb 2016
Offline Last Active 28 Jul 2020 12:56
-----

Posts I've Made

In Topic: ZeroTier on Openpli

17 January 2020 - 16:07

Very happy with the availability in Openpli. Thanks.

 

A more challenging question. I've a demo running where 1 openpli box is configured as a SATIP server and another openpli box has a SATIP client configured. A very nice solution because the client side uses the SATIP-server tuner do deliver the content streaming to the client. Switching channels and satellites is working super on the internal network. To make this solution a bit more flexible I added zerotier to both boxes to eliminate difficult setups.

 

 

In this case the client connects via the zerotier ip address 192.168.192.18 (The minisatip server). This 3-8Mb/s stream is causing intranet and internet performance issues over Zerotier where over the regular network this is going very well. My assumption is that we need some fine-tuning and additional parameters but I don't know where we can do that. I also read about new QAS featu, but maybe not yet released/available in our feed. What and where can we tune this in Openpli ?

Can You test streams from minisatip over internet with vlc on PC with zerotier, not from enigma2 ? Set vlc with minimum latency


In Topic: Oscam delay start up

14 October 2019 - 12:54

http://www.streamboa...m.conf#serverip
is this in help ?

In Topic: ZeroTier on Openpli

24 September 2019 - 09:15

I can't figure out what samba has to do with startup

#!/bin/sh

DAEMON="/usr/sbin/zerotier-one"
prog=`basename $DAEMON`
MODULE="tun"
PIDFILE="/var/lib/zerotier-one/zerotier-one.pid"

test -e $DAEMON || exit 0

 

case "$1" in
  start)
    if [ -d /var/lib/samba/msg.lock ]; then
        rm -rf /var/lib/samba/msg.lock
    fi
    echo -n "Starting $prog"

    # Make sure kernel module is loaded
    if ! grep -q $MODULE /proc/filesystems
    then
        # Try load the kernel module fail if we can't
        modprobe $MODULE >/dev/null 2>&1
        if [ $? -eq 1 ]
        then
            echo "Error: failed to load $MODULE module."
            return 1
        fi
    fi

    start-stop-daemon --start --quiet --background --exec $DAEMON
    echo "."
    ;;


In Topic: ZeroTier on Openpli

18 September 2019 - 08:55

Works great, thanks

In Topic: Enigma2 kill

9 September 2019 - 10:16

create custom startup script with this if cannot change runlevels

"wget -q Xttp://root:dreambox@127.0.0.1/cgi-bin/admin?command=standby -O /dev/null"

There is a problem with date/time if not using enigma and transponder time. Need script too