@stefanraduadrian Straja was working fine on my local machine but it wasn't working on production.
The reason is that production is under HTTPS, but the webcams of Straja are on HTTP (http://82.79.247.31...)
I tried a dirty hack with a cURL via redirect.php but it didn't work smooth, so we'll need to investigate.
Having the site on HTTP makes those webcams work, but it's unsecure.
@stefanraduadrian Straja was working fine on my local machine but it wasn't working on production. The reason is that production is under HTTPS, but the webcams of Straja are on HTTP (
http://82.79.247.31...
)I tried a dirty hack with a
cURL
viaredirect.php
but it didn't work smooth, so we'll need to investigate. Having the site on HTTP makes those webcams work, but it's unsecure.