Haikang/Dahua SDK Video Intelligent Analysis Security Surveillance System EasyCVR Integrated iframe Playback Split Screen Scroll Bar Causes Investigation

The video platforms developed by TSINGSEE Qingxi Video all support integration, especially platforms such as EasyGBS and EasyCVR. Due to the characteristics of their protocols, they are very suitable for deployment and integration into existing platforms in scenarios where there are many and scattered locations.

2.png

A construction site project team used EasyCVR to call the iframe address for integration, and integrated videos from different addresses into its existing business platform. However, under the split screen page, some split screens showed the player to display the scroll bar. problem.

60.png

Local investigation found that when the mouse is moved to the video, a scroll bar will appear. It is normal to remove the gimbal in the console test. Therefore, the problem here should be related to the gimbal. After testing, it is found that whenever the gimbal is displayed Will expand the width of the video, causing the player to display scroll bars.

61.png

Find the Player.vue file of the project to modify the style code, and rewrite the field here to adaptive. The reference code is as follows:

62.png

.player-pages-box {
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
}

EasyCVR can be used as a construction site center management platform, or it can be called through integration. In addition, it can be cascaded with other platforms through the national standard GB28181 protocol, which can realize network data collection, storage, centralized management, network address resolution, and data transmission to Streaming media server.

In addition to construction sites, EasyCVR can also be used for the construction of smart campuses, smart communities, smart parks and other places. Welcome to learn more about video-related solutions.

WeChat screenshot_20210218154606.png

Guess you like

Origin blog.csdn.net/TsingSee/article/details/115129210