mirror of
				https://github.com/hkmadao/rtsp2rtmp.git
				synced 2025-10-31 18:52:41 +08:00 
			
		
		
		
	修改build.sh文件,ubuntu安装mingw-w64可跨平台编译
This commit is contained in:
		| @@ -15,6 +15,7 @@ CREATE TABLE camera ( | ||||
| 	created timestamp NULL, -- 创建时间 | ||||
| 	save_video INTEGER NULL, -- 是否保留录像:1.保留;0.不保留; | ||||
| 	live INTEGER NULL, -- 开启直播状态:1.开启;0.关闭; | ||||
| 	rtmp_push_status INTEGER NULL, -- 开启rtmp推送状态:1.开启;0.关闭; | ||||
| 	CONSTRAINT camera_pk PRIMARY KEY (id) | ||||
| ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hkmadao
					hkmadao