panlinlin
2021-03-30 56859d09df8d4226882d43934acf32d60a3b51d7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
SQLite format 3@  ÕFÕ.?Ù ®]0 ¼ 
y
1W|.ɏ11ð®:6†ww˜7TK%indexsqlite_autoindex_stream_proxy_1stream_proxy‚aS%%…tablestream_proxystream_proxyCREATE TABLE "stream_proxy" (
    "type"    TEXT NOT NULL,
    "app"    TEXT NOT NULL,
    "stream"    TEXT NOT NULL,
    "url"    TEXT,
    "src_url"    TEXT,
    "dst_url"    BLOB,
    "timeout_ms"    INTEGER,
    "ffmpeg_cmd_key"    TEXT,
    "rtp_type"    TEXT,
    "enable_hls"    INTEGER,
    "enable_mp4"    INTEGER,
    "enable"    INTEGER NOT NULL,
    PRIMARY KEY("app","stream")
)K_9indexsqlite_autoindex_device_mobile_position_1device_mobile_positionƒ99…Itabledevice_mobile_positiondevice_mobile_positionCREATE TABLE [device_mobile_position](
  [deviceId] TEXT NOT NULL, 
  [deviceName] TEXT, 
  [time] TEXT NOT NULL, 
  [longitude] REAL NOT NULL, 
  [latitude] REAL NOT NULL, 
  [altitude] REAL, 
  [speed] REAL, 
  [direction] REAL, 
  [reportSource] TEXT, 
  [geodeticSystem] TEXT, 
  [cnLng] TEXT, 
  [cnLat] TEXT, 
  PRIMARY KEY([deviceId], [time]))=Q+indexsqlite_autoindex_parent_platform_1parent_platform ƒV++†ctableparent_platformparent_platform    CREATE TABLE "parent_platform" (
    "enable"    BLOB,
    "name"    TEXT,
    "serverGBId"    TEXT,
    "serverGBDomain"    TEXT,
    "serverIP"    TEXT,
    "serverPort"    INTEGER,
    "deviceGBId"    TEXT NOT NULL,
    "deviceIp"    TEXT,
    "devicePort"    TEXT,
    "username"    TEXT,
    "password"    TEXT,
    "expires"    TEXT,
    "keepTimeout"    TEXT,
    "transport"    TEXT,
    "characterSet"    TEXT,
    "PTZEnable"    BLOB,
    "rtcp"    BLOB,
    "status"    BLOB,
    PRIMARY KEY("serverGBId")
)EY3indexsqlite_autoindex_platform_gb_channel_1platform_gb_channel ‚33ƒ+tableplatform_gb_channelplatform_gb_channel
CREATE TABLE "platform_gb_channel" (
    "channelId"    TEXT NOT NULL,
    "deviceId"    TEXT NOT NULL,
    "platformId"    TEXT NOT NULL,
    "deviceAndChannelId"    TEXT NOT NULL,
    PRIMARY KEY("deviceAndChannelId","platformId")
);}O)indexsqlite_autoindex_device_channel_1device_channel„q|))‰tabledevice_channeldevice_channelCREATE TABLE "device_channel" (
    "channelId"    TEXT NOT NULL,
    "name"    TEXT,
    "manufacture"    TEXT,
    "model"    BLOB,
    "owner"    TEXT,
    "civilCode"    TEXT,
    "block"    TEXT,
    "address"    TEXT,
    "parentId"    TEXT,
    "safetyWay"    INTEGER,
    "registerWay"    INTEGER,
    "certNum"    TEXT,
    "certifiable"    INTEGER,
    "errCode"    INTEGER,
    "endTime"    TEXT,
    "secrecy"    TEXT,
    "ipAddress"    TEXT,
    "port"    INTEGER,
    "password"    TEXT,
    "PTZType"    INTEGER,
    "status"    INTEGER,
    "longitude"    REAL,
    "latitude"    REAL,
    "streamId"    TEXT,
    "deviceId"    TEXT NOT NULL,
    "parental"    TEXT,
    "hasAudio"    BLOB,
    PRIMARY KEY("channelId","deviceId")
)+W?indexsqlite_autoindex_device_1device‚NV„wtabledevicedeviceCREATE TABLE "device" (
    "deviceId"    TEXT NOT NULL,
    "name"    TEXT,
    "manufacturer"    TEXT,
    "model"    TEXT,
    "firmware"    TEXT,
    "transport"    TEXT,
    "streamMode"    TEXT,
    "online"    TEXT,
    "registerTimeMillis"    INTEGER,
    "ip"    TEXT NOT NULL,
    "port"    INTEGER NOT NULL,
    "hostAddress"    TEXT NOT NULL,
    PRIMARY KEY("deviceId")
)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq) â  ïØ( 
 
¶¶¶J