FVS Surveillance Video Component

  • Last update:March 24, 2026
  • Overview

    Application scenario: Users who have installed the FineVis Data Visualization plugin can refer to this document to learn FineVis template functions.

    Version

    Report Server Version
    FineVis Data Visualization Plugin VersionFunctional Change

    11.0

    V1.0.0

    For details, see FVS Surveillance Video Component (Historical Versions).

    11.0.22

    V2.5.1

    Optimized the video playback performance. For details, see section "Surveillance Video Quantity Limit."

    11.0.22

    V2.9.0.4

    Allowed you to set the filling method for the surveillance video. For details, see the section "Filling Method."

    11.0.22

    V3.2.0

    Changed the Insert Formula function to the Insert Dynamic Value function.

    Function Description

    You can use the surveillance video component to display the live surveillance video.

    iconNote:
    This document introduces only the unique functions of the surveillance video component.

    Function Description

    Function Entry

    Choose Other > Media > Surveillance Video in the component area to add the component to the canvas. Set the surveillance address and other items in the Content configuration panel on the right side, as shown in the following figure.

    2.1 功能入口.png

    Function Description

    Surveillance Address

    You can insert a surveillance video by directly entering the surveillance address URL.

    In the plugin versions earlier than V1.17.0, the surveillance address only supports video streams over the HTTP Live Streaming (HLS) protocol in the format of http://XXX.m3u8.

    In the plugin of V1.17.0 and later versions, video streams over three protocols are supported: HLS, Real-Time Streaming Protocol (RTSP), and Real-Time Messaging Protocol (RTMP). You need to select the corresponding protocol in Video Type to parse videos using different protocols.

    In the plugin of V3.2.0 and later versions, dynamic display of surveillance videos is supported by inserting dynamic values in the URL. Dynamic values: support entering formulas or directly binding dataset fields (with the first row of data selected by default). For details, see FVS Dynamic Value.

    iconNote:
    In the plugin versions from V1.16.1 to V3.1.0, only inserting formulas is supported.

    Video Type

    HLS, RTSP, or RTMP can be selected as Video Type. If RTSP or RTMP is selected, you need to install the FVS Streaming Processing Dependency plugin.

    iconNote:

    1. RTSP/RTMP video sources cannot be displayed on iOS.

    2. When you use the Hikvision cameras and select HLS as Video Type, only the H.264 video encoding format is supported. You can use VLC to check codec information and understand the specific protocol details.

    If the plugin is not installed, you are prompted to install it. Click Install to jump to the plugin management page.

    2.2.2 视频类型.png

    If the FVS Streaming Processing Dependency plugin is not installed, when you preview a template with an RTSP or RTMP surveillance video, an error message will be displayed, indicating that no compatible source for this video was found, as shown in the following figure.

    2.2.2 视频类型.png

    iconNote:
    After the surveillance address is set, the live surveillance video is not displayed on the canvas. You need to preview the template to view the live surveillance video.

    Filling Method

    In the V2.9.0.4 and later versions, you can set Filling Method to Adapt or Stretch for the surveillance video.

    • Adapt: The video maintains its original aspect ratio and scales proportionally to fit the component width or height.

    • Stretch: The video stretches to match the component width or height.

    Toolbar

    You can configure whether to display the video toolbar, which is hidden by default.

    Initial Volume

    You can configure the volume of the surveillance video, which is 0 by default.

    Example

    The following sections introduce how to display different surveillance videos through the FVS Dropdown Box Widget.

    Template Creation

    Choose File > New FineVis Visualization Dashboard in the upper-left corner of the designer, and create a blank dashboard. You can customize its name and size, as shown in the following figure.

    3.1 新建模板.png

    Dropdown Box Widget Setting

    (1) Drag a Dropdown Box widget to the canvas, and set Bound Parameter to a for the widget. The widget is used to set the surveillance addresses and link the surveillance video component.

    3.2 设置下拉框控件(1).png

    (2) Click the  button near Option Source, in the pop-up Option Source window, set Type Setting to Custom, enter the required surveillance addresses below Actual Value, and customize Display Value.

    iconNote:

    You are advised to find available resources yourself or test with actual addresses.

    After the settings are complete, set Default Value to Custom String for the widget, and enter one of the preceding surveillance addresses, as shown in the following figure.

    3.2 设置下拉框控件(2).png

    Surveillance Video Component Setting

    Choose Other > Media > Surveillance Video to add a surveillance video component on the page, click Insert Dynamic Value below Surveillance Address, set Dynamic Value Source to Formula, click the  button, enter $a, and click OK. The following figure shows the steps.

    iconNote:
    If the surveillance address URLs used in your template only differ in certain parts, you can replace the different parts with formulas. For example, https://gctxyc.liveplay.myqcloud.com/gc/formula1.m3u8.

    3.3 设置监控视频组件.gif

    Effect Preview

    PC

    Click Save in the upper-right corner, and then click Preview. The following figure shows the effect.

    PC.gif

    Mobile Terminals

    For the preview on mobile terminals, see FVS Template Preview and Mounting. The following figure shows the effect.

    mobile.gif

    Template Download

    Download the template by clicking Dynamic Display of Surveillance Videos.fvs.

    Notes

    EZVIZ Camera Surveillance Address

    If you use the EZVIZ camera, you can directly log in to the EZVIZ Open Platform to obtain the address for live streaming over the HLS protocol.

    Troubleshooting Steps for Surveillance Video Playback Failures

    As mentioned above, if the FVS Streaming Processing Dependency plugin is not installed, when you preview a template with an RTSP or RTMP surveillance video, an error message will be displayed, indicating that no compatible source for this video was found.

    If you have installed the plugin, but still receive the prompt indicating that no compatible source for this video was found, you can follow the steps below to troubleshoot:

    Checking the Video Stream and Network Connectivity

    (1) Test whether the video can be played by the VLC media player. VLC download address: https://www.videolan.org/index.an.html.

    After you have downloaded and installed the player, choose Media > Open Network Stream, enter the URL of your surveillance video, and click Play to test playback.

    5.2.1 检查视频流和网络连通性.png

    (2) Check the telnet connectivity between the server and the surveillance video server.

    Example:

    • Successful telnet connection

    telnet 成功.png

    • Failed telnet connection

    telnet不成功.png

    Checking the Linux System Compatibility

    On older versions of Linux systems, you still cannot preview surveillance videos after installed the FVS Streaming Processing Dependency plugin V2.7 and later versions.

    iconNote:

    How to define "older versions" of Linux systems: Use the FVS Streaming Processing Dependency plugin V2.9 and check the prompts in logs to determine whether you need to peform an upgrade. If you see the following error in the logs, you are likely running an older version of Linux.

    5.2.2 检查Linux系统兼容性.png

    You can resolve this issue with the following solutions: 

    (1) Upgrade GCC to version 4.9 or later (which introduces CXXABI_1.3.8).

    (2) Delete the FVS Streaming Processing Dependency plugin and install the FVS Streaming Processing Dependency - Adapted for Older Linux Versions plugin.

    iconNote:
    Before you install the FVS Streaming Processing Dependency - Adapted for Older Linux Versions plugin, ensure the original FVS Streaming Processing Dependency plugin is deleted first.

    Surveillance Video Quantity Limit

    When you use the RTSP or RTMP protocols for surveillance videos, you need to pay attention to the quantity limit of the surveillance video components.

    (1) If you use FVS of versions earlier than V2.5.1 and the FVS Streaming Processing Dependency plugin of versions earlier than V1.9, you should not add more than six surveillance video components to a single page; otherwise, the videos may fail to play.

    (2) Upgrade the FVS plugin to V2.5.1 or later versions, and ensure the FVS Streaming Processing Dependency plugin's version is V2.5 or later versions. Refer to the FINE_CONF_ENTITY Visualization Configuration to modify the WebSocketConfig.randomSession parameter value to true. After the modification, the quantity of surveillance video components supported by a single page will increase; however, the maximum quantity is strongly correlated with the audio/video encoding and decoding formats, as well as the resolution.

    • Test environment:

    Server: CPU i5-12400F, RAM 32G

    Client: CPU i7-12700H, GPU RTX3060, RAM 32G

    • The test results are shown in the following table:

    ModeAudio/Video Encoding FormatResolutionBitrate (kb/s)Maximum Number of Playable Videos

    Normal mode

    H.264 + Non-AAC

    H.265 + Any audio configuration

    2560*1440 (2K)

    4096

    8

    1280*720 (720P)

    2048

    28

    High performance mode

    H.264 + AAC

    H.264 + Audio disabled

    2560*1440 (2K)

    4096

    19

    1920*1080 (1080P)

    4096

    28

    1280*720 (720P)

    2048

    40

    704*576

    512

    72

    iconNote:
    The FVS Streaming Processing Dependency plugin versions V1.9 to V2.5 use the normal mode. For data supported by the plugin, refer to the normal mode in the above table.

    Surveillance Video Playback Stuttering

    Cause analysis

    During the template preview, surveillance video playback stuttering may be caused by the inability to parse the audio of the surveillance video.

    Solution

    Add the startup parameter -Dplugin.wysiwyg.media.audio.no=true to the designer.vmoptions file.

    The function of this parameter is to configure playback without parsing the audio. A project restart is required after adding the parameter.

    iconNote:

    1. The FVS Streaming Processing Dependency plugin must be upgraded to V2.0 or later versions.

    2. Unless absolutely necessary (such as 4K or 8K large-screen display scenarios), you are advised to use sub streams or reduce the resolution.

    The file path is as shown in the following figure.

    5.4 监控视频播放卡顿.png

    The added parameter is as shown in the following figure.

    5.4 监控视频播放卡顿(2.png

    You can also modify the parameter through the project environment:

    • In a Windows Tomcat environment, add the following code to the catalina.bat file:

    set "JAVA_OPTS=-Dplugin.wysiwyg.media.audio.no=true"
    • In a Linux Tomcat environment, add the following code to the catalina.sh file:

    JAVA_OPTS="-Dplugin.wysiwyg.media.audio.no=true"

    Attachment List


    Theme: FineVis Data Visualization
    • Helpful
    • Not helpful
    • Only read

    滑鼠選中內容,快速回饋問題

    滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。

    不再提示

    10s後關閉

    Get
    Help
    Online Support
    Professional technical support is provided to quickly help you solve problems.
    Online support is available from 9:00-12:00 and 13:30-17:30 on weekdays.
    Page Feedback
    You can provide suggestions and feedback for the current web page.
    Pre-Sales Consultation
    Business Consultation
    Business: international@fanruan.com
    Support: support@fanruan.com
    Page Feedback
    *Problem Type
    Cannot be empty
    Problem Description
    0/1000
    Cannot be empty

    Submitted successfully

    Network busy