1 Star 0 Fork 195

宏波 / monitor-rtsp-hls

forked from rancedxk / monitor-rtsp-hls 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
db.sql 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
rancedxk 提交于 2021-06-18 23:44 . no commit message
-- ----------------------------
-- Table structure for t_device
-- ----------------------------
DROP TABLE IF EXISTS `t_device`;
CREATE TABLE `t_device` (
`code` varchar(10) NOT NULL,
`title` varchar(20) DEFAULT NULL,
`streamUrl` varchar(255) DEFAULT NULL,
PRIMARY KEY (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='监控设备信息';
-- ----------------------------
-- Records of t_device
-- ----------------------------
INSERT INTO `t_device` VALUES ('dev1', '胡南卫视RTMP流', 'rtmp://58.200.131.2:1935/livetv/hunantv');
Java
1
https://gitee.com/hongboy2018/monitor-rtsp-hls.git
git@gitee.com:hongboy2018/monitor-rtsp-hls.git
hongboy2018
monitor-rtsp-hls
monitor-rtsp-hls
master

搜索帮助