Peter Wassermair

Results 24 comments of Peter Wassermair

Hey, after a quick google search I found out that Web Share API is only available in a *secure context* ( https://stackoverflow.com/questions/69788720/my-web-share-api-is-supported-by-chrome-in-localhost-but-not-supported-once-i-ho). Meaning that webshare is only available with the...

To provide a "fix" for this, we might also add a check whether the url scheme is https or not, and only add the share button when https is used....

Please test it, as I don't have my photobooth setup here with me this week. edit: On this updated code, the sharebutton is only working with https, as intended by...

If you want to do it that route, you could just setup your own nginx, (add DuckDNS if no static IP) and LetsEncrypt. Classical VPS setup 😅 Working Example nginx...

I still think that this issue can be resolved using the correct .htaccess file or additional php ini configs within the script: https://stackoverflow.com/questions/16954468/output-buffering-off-at-run-time-in-php https://stackoverflow.com/questions/8882383/how-to-disable-output-buffering-in-php Maybe also setting these vars could...

Sorry, as written in the PR, didn't have the means to test it right now, but wanted to start with the implementation 😅. In this case something like this might...

Oh, that looks horrible 🫣. The easiest way of mitigating the problem would be to just periodically show the remaining time. Eg every 5 seconds or so, then we don't...

I right now also notized that right before the new photo is taken, eg. when the timer starts, the ISO setting is changed to liveview, as can be seen in...

Thank you for the quick resolution to the previous issues. The described cases are now functioning correctly. However, I have identified another (in this case small) problem: - When the...

Thanks for the fix, they seems to be working flawlessly on my system :) michael ***@***.***> schrieb am Di., 2. Juli 2024, 07:44: > Small above change should fix both....