I'm using the CCTV-Server-Solution and also the alternative GetImages implementation:
https://www.b4x.com/android/forum/threads/cctv-server-blinking.37422/#post-220668
I'm using it now with https:// and a filtersolution with user and password. When I send the image and shows it in a browser with the following link:
https://xx.xxx.xx1.60:51044/EIS/cct...&passwort=blablablabla&type=livevideo&id=test
the browser does not refresh the pictures automaticaly. Each time, there is only loading the last image:
Could the ssl-connection be the problem? I'm using the index.html in the directory www.
https://www.b4x.com/android/forum/threads/cctv-server-blinking.37422/#post-220668
I'm using it now with https:// and a filtersolution with user and password. When I send the image and shows it in a browser with the following link:
https://xx.xxx.xx1.60:51044/EIS/cct...&passwort=blablablabla&type=livevideo&id=test
the browser does not refresh the pictures automaticaly. Each time, there is only loading the last image:
How it all connects
The main page (index.html file) uses ajax requests to refresh one of the "divs" every 500ms.
Could the ssl-connection be the problem? I'm using the index.html in the directory www.