Pooling gpio pin every second is probably very bad idea.
Posts by vpeter
-
-
Look into build open-vm-tools config.log to see why it fails. It should not.
-
Using Firefox browser, I have an error saying that the site is untrusted due to self-signed certificate. I have no button to r choice on the page to tell Firefox to trust my site!
On page you need to click Advanced, Add Exception and then Confirm Security Exception. Any other server will do the same because it uses self-signed certificates. You would need to install real one (like from let's encrypt) to overcome that. Or add CA for self-signed certificate to Windows.
Regarding VPN: You would need to make some script to switch between two VPN profiles. I assume addon doesn't support that out of the box.
-
This is quick install for WebDAV on Windows using XAMPP (install only Apache and PHP): Download XAMPP
After installation create password file for webdav user (-c creates new file!)
In file C:\xampp\apache\conf\httpd.conf uncomment modules, add auth_digest module and include dav
CodeLoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so LoadModule auth_digest_module modules/mod_auth_digest.so Include conf/extra/httpd-dav.conIn file C:\xampp\apache\conf\extra\httpd-dav.conf add before </Directory>
and start server.
This should work for plain webdav (no ssl)
Code<source> <name>Webdav on XAMPP</name> <path pathversion="1">dav://miki:[email protected]/webdav</path> <allowsharing>true</allowsharing> </source>To make it running over SSL run
and set Common Name
Then copy file C:\xampp\apache\conf\ssl.crt\server.crt to LibreELEC box under file /storage/.config/cacert.pem and run
and use as a source
Code<source> <name>Webdav on XAMPP</name> <path pathversion="1">davs://miki:[email protected]/webdav</path> <allowsharing>true</allowsharing> </source>Something like that
Default webdav folder is C:\xampp\webdav\ and can be changed in C:\xampp\apache\conf\extra\httpd-dav.conf. -
I assume you should tweak my.cnf to enable more verbose logging.
-
-
Now the file is downloaded instantly.
-
You already mentioned VPN: would not that be easier to achieve? You only need to install VPN addon on LibreELEC and install OpenVPN server on your Windows where JRiver is running. I assume DLNA is used in JRiver?
-
Wait for network... How did we overlook that one?

Because it is wrongly implemented

-
Seems something is wrong with the addon server because here it needs more than 6 seconds before start to download file.
-
-
I'm sure your DNS resolution doesn't work. Can you try if ping of this address works? Probably not. So you need to fix that first (like adding DNS server in LE settings).
-
Was MAMP suggested because of using MAC? Because there are alternatives WAMP, MAMP and LAMP Stack : Install PHP, Apache, Perl, MySQL - Downloads
Or let me ask another way: for which operating system you need server part? I did test it on Ubuntu but not switched to use it yet (still on HTTP).
-
Comparing Kodi 17 and 18 is not fair.
-
From this post I would say there are issues? But I'm no expert on certificates (despite that I implemented different transport protocols in our products including TLS): Obtain certificate for my DDNS domain - Help - Let's Encrypt Community Support
-
-
Enable debug log in kodi and check what happen when you press this hash key.
Under which xml node you have specified this runaddon()? Do you even have addon installed?
-
Sadly you can not have a reliable SSL certificate for a dyndns server, or at least I was not able to read enough to accomplish just that.
What is the issue with it?