File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed
XEngine_Release/XEngine_Config
XEngine_Source/XEngine_Plugin/ModulePlugin_DaHua Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 11XEngine_StreamMedia V1.0.0.1001
22
3+ 增加:插件系统
4+ 增加:配置模块
5+ 增加:数据库模块
6+ 增加:帮助模块
7+ 增加:协议模块
8+ 增加:会话模块
9+ 增加:JT1078框架
10+ 增加:SDK框架
11+ 增加:推流框架
12+ 增加:大华SDK插件
13+
14+ added:plugin system
15+ added:configure module
16+ added:database module
17+ added:help module
18+ added:protocol module
19+ added:session module
20+ added:jt1078 app
21+ added:sdk app
22+ added:center app
23+ added:dahua sdk module
Original file line number Diff line number Diff line change 2525 "LogLeave" :32
2626 },
2727 "XVer" :[
28- " V1.1.0.1001 Build20220630 " ,
28+ " V1.1.0.1001 Build20220715 " ,
2929 " V1.0.0.1001 Build20220422"
3030 ]
3131}
Original file line number Diff line number Diff line change 2626 "PluginPort" :37777 ,
2727 "PluginUser" :" admin" ,
2828 "PluginPass" :" sihan123" ,
29- "PluginFile" :" ./XEngine_Plugin/ModulePlugin_DaHua.dll "
29+ "PluginFile" :" ./XEngine_Plugin/libModulePlugin_Dahua.so "
3030 }
3131 ],
3232 "XVer" :[
33- " 1.0.0.1001 Build20220631 "
33+ " 1.0.0.1001 Build20220715 "
3434 ]
3535}
Original file line number Diff line number Diff line change 7878 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
7979 <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
8080 <LibraryPath >$(XEngine_Lib32);$(LibraryPath)</LibraryPath >
81+ <OutDir >$(SolutionDir)$(Configuration)\XEngine_Plugin\</OutDir >
8182 </PropertyGroup >
8283 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
8384 <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
8485 <LibraryPath >$(XEngine_Lib64);$(LibraryPath)</LibraryPath >
86+ <OutDir >$(SolutionDir)$(Platform)\$(Configuration)\XEngine_Plugin\</OutDir >
8587 </PropertyGroup >
8688 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
8789 <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
You can’t perform that action at this time.
0 commit comments