其他分享
首页 > 其他分享> > 如何实现集成GB28181监控平台LiveGBS的录像回放时间轴页面

如何实现集成GB28181监控平台LiveGBS的录像回放时间轴页面

作者:互联网

@

目录

1、时间轴回放分享页面

1.1、 iframe示例

<!-- 时间轴回放 -->
<iframe src="http://ip:10000/playback.html?type=device&serial=34020000001110000001&code=34020000001320000001" allowfullscreen allow="autoplay; fullscreen"></iframe>

1.2、 页面可配置参数

其中 URL 参数:

1.3、设备录像示例

 <!-- 设备录像时间轴回放 ifame集成-->
<iframe src="http://ip:10000/playback.html?type=device&serial=34020000001110000001&code=34020000001320000001" allowfullscreen allow="autoplay; fullscreen"></iframe>

1.4、云端录像示例

 <!--云端时间轴回放 ifame集成-->
<iframe src="http://ip:10000/playback.html?type=cloud&serial=34020000001110000001&code=34020000001320000001" allowfullscreen allow="autoplay; fullscreen"></iframe>

1.5、页面示例

2、搭建GB28181视频直播平台

标签:示例,GB28181,no,录像,LiveGBS,时间轴,yes,默认值,页面
来源: https://www.cnblogs.com/kumukim/p/16525779.html