How does the EasyGBS video platform EasyGBS, a national standard GB28181 streaming media protocol, do page nesting?

The national standard GB28181 video platform EasyGBS has been revised, the entire interface is quite different, the data is clearer, and the operation method is more convenient for operators. The functions of EasyGBS are constantly being updated, such as cascading through the GB28181 protocol.

GBS product architecture 3 plane definition.png

In the process of developing the new version of EasyGBS, we studied the formation of nested interfaces. EasyGBS_LG needs to nest some rendered pages into another template page.

This page is the page that needs to be nested:

40.png

We can use the front-end iframe nested page to lay out the template page, and then put the address of the page that needs to be nested into the iframe tag

<body>
    <div class="container" style="height:800px;">
      <iframe id="contant" src="https://www.baidu.com/"></iframe>
    </div>

</body>

The effect of nesting small module pages into large module pages is as follows:

44df69c4c12da2bcdc96c6c1991c2bb1.png

This method can be used not only in the integration of EasyGBS pages, but also in the integration of other streaming media video platforms of TSINGSEE. You can refer to it.

GBS10.png

EasyGBS video platform can be used in various scenarios such as smart campus, smart construction site, smart city, etc. It provides user management and web visualization page management, as well as video retrieval and playback, and provides RTSP, RTMP, HTTP-FLV, HLS and other protocol streams. Output. For more video-related solutions, you can visit TSINGSEE Green Rhinoceros Video . Welcome to contact us for a demonstration program, intuitive experience, or download and test by yourself .

Guess you like

Origin blog.csdn.net/EasyGBS/article/details/108626340