diff --git a/application/MissionManager/src/AppMonitor.cpp b/application/MissionManager/src/AppMonitor.cpp index 087e0a9..dcf7974 100644 --- a/application/MissionManager/src/AppMonitor.cpp +++ b/application/MissionManager/src/AppMonitor.cpp @@ -40,9 +40,9 @@ StatusCode AppMonitor::GetDeviceAttr(AppGetDeviceAttr ¶m) StatusCode AppMonitor::GetMediaInfo(AppGetMeidaInfo ¶m) { LogInfo("AppMonitor::GetMediaInfo.\n"); - param.mRtspUrl = "rtsp://192.168.169.1/stream.mp4"; + param.mRtspUrl = "rtsp://192.168.169.1/live/1"; param.mTransport = "tcp"; - param.mPort = 6035; + param.mPort = 554; return CreateStatusCode(STATUS_CODE_OK); } StatusCode AppMonitor::GetSdCardInfo(AppGetSdCardInfo ¶m) diff --git a/utils/WebServer/CMakeLists.txt b/utils/WebServer/CMakeLists.txt index 7b0663b..aa9079c 100644 --- a/utils/WebServer/CMakeLists.txt +++ b/utils/WebServer/CMakeLists.txt @@ -110,4 +110,8 @@ add_custom_target( define_file_name(${TARGET_NAME}) file(GLOB_RECURSE INSTALL_HEADER_FILES include/*.h) -install(FILES ${INSTALL_HEADER_FILES} DESTINATION include) \ No newline at end of file +install(FILES ${INSTALL_HEADER_FILES} DESTINATION include) +install(FILES ${EXTERNAL_SOURCE_PATH}/goahead-5.2.0/GoAhead/build/${GOAHEAD_INCLUDE_PATH}/bin/self.crt DESTINATION config) +install(FILES ${EXTERNAL_SOURCE_PATH}/goahead-5.2.0/GoAhead/build/${GOAHEAD_INCLUDE_PATH}/bin/self.key DESTINATION config) +install(FILES ${EXTERNAL_SOURCE_PATH}/goahead-5.2.0/GoAhead/test/route.txt DESTINATION config) +install(FILES ${EXTERNAL_SOURCE_PATH}/goahead-5.2.0/GoAhead/test/auth.txt DESTINATION config) \ No newline at end of file