Hi guys! Trying to update my s905x box to newest possible and tried LibreELEC-AMLGX.arm-11.0-nightly-20220319-5591832-box.img.gz
CEC isn't working and cant set resolution higher than 1024...
Any help what's going on ?
Hi guys! Trying to update my s905x box to newest possible and tried LibreELEC-AMLGX.arm-11.0-nightly-20220319-5591832-box.img.gz
CEC isn't working and cant set resolution higher than 1024...
Any help what's going on ?
It means the problem resides somewhere else buddy I'm afraid don't you see it ?
Check your connection for packets lost or something...
Display MoreIm having a issue updating.
I downloaded the file to the bin directory.
When i try to run emby-update i get a error
LibreELEC:~/.kodi/addons/service.emby4/bin # emby-update
-sh: emby-update: not found
but the file is there
LibreELEC:~/.kodi/addons/service.emby4/bin # ls
emby4.start emby-update
any ideas?
Did you reboot your server ?
There is mistake in download link it should be:
wget -O /storage/.kodi/addons/service.emby4/bin/emby-update https://bit.ly/emby-update
edit: Just tried it now and you were right. Something was wrong with this file but fixed it already.
Redownload, reboot and emby-update
will do
edit: Link is working now
Here it is buddy. New link
wget -O /storage/.kodi/addons/service.emby/bin/emby-update https://bit.ly/emby-update
Seems like Thoradia got tired of rebuilding his addons Pitty! It's main repo for me
Hey guys! Just after reading your thread and going to ask a question Is s905D powerfull enough to run Tvheadend, and play sat channels without problems on same device with internal build in tuner ?
Looking for to replace my old samsung TV where I'm runing oscam after rooting
Definitely rather kodi way to play my tv channels!
There is a way to update with CvH script but my adjustment to work with emby4
shh into LE and type
Codewget -O /storage/.kodi/addons/service.emby4/bin/emby-update https://od.lk/s/OF8xNjAwNjI1MDdf/emby-update
Reboot and then emby-update from ssh again
Have you seen this before when you quoted ? Reboot and type emby-update
Never used jellyfin but try add it t favourites and then add menu and pick one of those 😉
Have you ever tried Aeon Nox silvo skin? You can do anything you asking for with it 😊
Ja mam Na pierwszym pi nie chodzilo jesli serwer byl na tym samym urzadzeniu. Za slabe niestety. Chodzilo dobrze na amlogic s905x. Tuner teraz juz lezy w szafie bo korzystam z dekodera i streamuje druga glowice do amlogica
szybciej lepiej i niezawodnie
Przy dwoch glowicach czasami sie sypnelo....
Yeah you're right it's tinc.conf
Looks OK to me really. Should work
Is your tinc-up script starting OK?
Can you see route to 10.9.0.0/32 network?
Show me your tinc.config and list what files you got in lampone folder? 😉
Did you used any files from post I linked before? There is experimental protocol set to yes and I'm using ed25.... Keys only. Maybe there is a problem?
What version you use on other devices? I'm connecting to libreelec from android tinc which is 1.1pre17 and installed same version on Ubuntu on my work machine. Works no hassle since day one and is 4 times faster than openvpn..
Have a look here and read some earlier posts as well. Not sure why Klojum relating own vpn to piracy but that not my interest....
This is my tinc.start file in /storage/.kodi/addons/service.system.tinc/bin
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
. /etc/profile
oe_setup_addon service.system.tinc
DIR_LEGACY="$ADDON_HOME/vmnet_htpc"
if [ -d "$DIR_LEGACY" ]; then
echo "Warning: using legacy configuration $DIR_LEGACY, ignoring Kodi settings"
tincd --config "$DIR_LEGACY" --no-detach --net=vmnet_htpc
exit $?
fi
[ -z "$tinc_loglevel" ] && tinc_loglevel="1"
NET="vmnet_le"
NAME="${tinc_subnet//./_}"
CONF_KEYS="/storage/.cache/tinc.$NET"
CONF_TINC="/run/tinc/$NET"
DATA_LOCAL="$ADDON_HOME/Local"
DATA_REMOTES="$ADDON_HOME/Remotes"
rm -fr "$CONF_TINC" "$DATA_LOCAL" &> /dev/null
if [ ! -d "$CONF_KEYS" ]; then
rm -fr "$CONF_KEYS" &> /dev/null
mkdir -p "$CONF_KEYS"
tinc --batch --config "$CONF_KEYS" generate-ed25519-keys
fi
if [ ! -d "$DATA_REMOTES" ]; then
rm -fr "$DATA_REMOTES" &> /dev/null
mkdir -p "$DATA_REMOTES"
fi
if [ "$tinc_subnet" == "0.0.0.0" ]; then
echo "Warning: default subnet $tinc_subnet, aborting"
exit
fi
if [ -e "$DATA_REMOTES/$NAME" ]; then
echo "Error: $NAME in $DATA_REMOTES, aborting"
exit
fi
mkdir -p "$CONF_TINC"
cp -RT "$ADDON_DIR/config" "$CONF_TINC"
chmod +x "$CONF_TINC"/*-*
ln -sf "$DATA_REMOTES" "$CONF_TINC/hosts"
tee >> "$CONF_TINC/tinc.conf" << EOF
Ed25519PrivateKeyFile = $CONF_KEYS/ed25519_key.priv
LogLevel = $tinc_loglevel
Name = $NAME
EOF
mkdir -p "$DATA_LOCAL"
if [ -n "$tinc_address" ]; then
echo "Address = $tinc_address" >> "$DATA_LOCAL/$NAME"
fi
cat "$CONF_KEYS/ed25519_key.pub" >> "$DATA_LOCAL/$NAME"
tee -a "$CONF_TINC/tinc.conf" >> "$DATA_LOCAL/$NAME" << EOF
Port = $tinc_port
Subnet = $tinc_subnet
EOF
tincd --net "$NET" --no-detach
Display More
After this you need to create vmnet_htpc folder in addon folder with normal tinc config and addon will start using this and not defaults
Delete please 😏
Ah got you now. Well I'm using tinc addon and got access to whole home network from my workplace over one tcp port. It's slower than sshfs I was using before but just feeling more comfy with it.
There is plenty of addons you can use. Wireguard is build in to Libre as well. If you can open one udp port it should be blazing fast.
Just don't get what bottleneck you talking about? 40ms to resolve your domain name? 😉