Hello,
I want to display the content of the IP camera stream (brand SONY PTZ 300 SE) using xibo.
For this, I made either a simple redirection to the http pahe of the network camera (http: // ip_camera) or I put the following html code to display the contents of 3 camera simultaneously:
<FRAMESET cols="50%,50%">
<FRAMESET rows="50%">
<FRAME name="Amphi A" frameborder="1" src="http://129.175.120.68/index.html?lang=fr%0D">
</FRAMESET>
<FRAMESET rows="50%,50%">
<FRAME name="Amphi B" frameborder="1" src="http://129.175.120.66/index.html?lang=fr%0D">
<FRAME name="Amphi C" frameborder="1" src="http://129.175.120.67/index.html?lang=fr%0D">
<FRAME >
</FRAMESET>
unfortunately in both cases, xibo has trouble posting this content (black page)
Thank you for orienting me in order to solve this problem or to work around it
best regards