I have a Google home and have seen a guide that allows kodi to be run from Google home. It requires port 8080 to be open, Without the VPN on it works great. Can anyone tell me or show me how to open port 8080 so it doesn't use the VPN when it's connected? Is there a guide to do this anywhere?
Posts by davidsilva
-
-
keep your eye on Google home for kodi works really well with LibreELEC.
GitHub - OmerTu/GoogleHomeKodi: Control kodi via Google Home / Assistant
-
is there a problem with using up and down scripts? When I'm trying to use an up script it keeps saying it doesn't have permission. Ive checked file permissions and that seems ok. I noticed on GitHub it was raised as an issue 2 months ago. Is that still the case?
Provider up/down scripts are not executable · Issue #136 · Zomboided/service.vpn.manager · GitHub
-
has anyone tried steam with docker instead?
-
it turns out that docker was the problem. Removed it and everything back to normal again.
-
I'm trying to run moonlight on my chromebox. I've got the correct IP, I've unticked hardware acceleration, set it to 1080p and 60 fps. It pairs correctly and I can see my games on my pc. Both my chromebox and the of are wired to my router via Ethernet. The pc is running gforce experience 3.13.1.30 but when clicking on steam the screen stays black and does nothing. When I go to steam and click exit, it asks me if I want to stop streaming. Am I doing something wrong or are my settings wrong? I'm also got a Xbox 360 wireless controller connected if that makes any difference. Any help would be great. Ive just checked the service.log and its blank and debug log seems to have no reference to it, nut here it is anyway.
External Content pastebin.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy. -
The add-on doesn't change the MAC address. And you're connecting to the VPN before Kodi boots. I'm not entirely sure what problem you think you have here?
The addon is changing my MAC address, subnet address, and my IP address. Disabling the addon puts my IP, Subnet address and mac address back to normal. ifconfig -a shows this output
External Content pastebin.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
-
Hi, Ive been using this addon for a while and Ive noticed that now my MAC address appears as 00:00:00:00:00:00 and my IP address appears to be my tunnel address. Ive uploaded my debug log from boot here
External Content pastebin.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.Is there any setting I can change to get my MAC Address back and the correct IP?
-
go to the tvheadend forums and its all there. Get your cline/nline working in oscam first. Also search openelec tvheadend oscam, loads of info on how to get it working
-
boblight in libreelec services is the daemon and boblight in the kodi repo is the screen grabber.
-
Needed a delay adding to the config file for hyperion
-
Im trying to install hyperion on my chromebox. Ive installed the service from the libreelec services repo and ive installed this addon V1.0.2.zip which states it isnt for raspberry pi installs. This is my hyperion settings created from the LE version of hyperion config maker.
External Content pastebin.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.External Content pastebin.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.External Content pastebin.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy. -
Is there anyway to get this is pause kodi.bin instead of killing it? Ive just discovered that it turns off services including openvpn manager. Ive just loader retroarch and discovered that my vpn got switched off. $The other versions of retroarch on here for x64 used to pause the kodi.bin and im sure openvpn manager stiill ran.
-
Has anyone managed to access the webinterface behind the vpn? I noticed that there up and down script support but not sure what to do. I know there is also the option about iptables. i need my alexa to be able to access port 8080 but the vpn blocks it.
iptables -t nat -I PREROUTING -p tcp -i eth0 --dport 8080 -j DNAT --to LIBREELEC_IP:8080
iptables -I FORWARD -p tcp -d LIBREELEC_IP --dport 8080 -j ACCEPTAre the above commands right? Im using a wired ethernet connection. Any help would be great.
-
I have a chromebox setup with libreelec and i have an enigma 2 dvbs2 box, is there anyway to use the tuners from the enigma box in tvheadend. Ive used tvheadend before on a chromebox but had usb tuners then. I wanna use the chromebox so i can trans-code my stream to use on my mobile when im out and about. I know i can use the VU+ addon but i need the extra power to trans-code. Any help would be great.