diff --git a/EasyPusher_Win/EasyPusher/DlgPanel.cpp b/EasyPusher_Win/EasyPusher/DlgPanel.cpp index fbfee84..d24ebcc 100644 --- a/EasyPusher_Win/EasyPusher/DlgPanel.cpp +++ b/EasyPusher_Win/EasyPusher/DlgPanel.cpp @@ -134,7 +134,7 @@ BOOL CDlgPanel::OnInitDialog() } if (m_pEdtServerIP) { - m_pEdtServerIP->SetWindowTextW(TEXT("www.easydarwin.org")); + m_pEdtServerIP->SetWindowTextW(TEXT("cloud.easydarwin.org")); } if (m_pEdtServerPort) { diff --git a/EasyPusher_Win/EasyPusher/EasyPusherDlg.cpp b/EasyPusher_Win/EasyPusher/EasyPusherDlg.cpp index dbc6e20..6c9a9ef 100644 --- a/EasyPusher_Win/EasyPusher/EasyPusherDlg.cpp +++ b/EasyPusher_Win/EasyPusher/EasyPusherDlg.cpp @@ -204,10 +204,10 @@ BOOL CEasyPusherDlg::OnInitDialog() if (NULL != pRtspURL) { - pRtspURL->SetWindowTextW(TEXT("rtsp://www.easydarwin.org:554/stream.sdp")); + pRtspURL->SetWindowTextW(TEXT("rtsp://cloud.easydarwin.org:554/stream.sdp")); } - m_edtIp.SetWindowTextW(TEXT("www.easydarwin.org")); + m_edtIp.SetWindowTextW(TEXT("cloud.easydarwin.org")); CEdit* pPort = (CEdit*)GetDlgItem(IDC_EDIT_SERVER_PORT); if (pPort) diff --git a/EasyPusher_Win/EasyPusher/SourceManager.cpp b/EasyPusher_Win/EasyPusher/SourceManager.cpp index 7b0f543..a8a2938 100644 --- a/EasyPusher_Win/EasyPusher/SourceManager.cpp +++ b/EasyPusher_Win/EasyPusher/SourceManager.cpp @@ -9,7 +9,7 @@ #include "EasyPusherDlg.h" #include "YUVTransform.h" -#define KEY "6A36334A743469576B5A75417741745A7076512F4A664A4659584E355548567A6147567964326C75567778576F502B6C34456468646D6C754A6B4A68596D397A595541794D4445325257467A65555268636E6470626C526C5957316C59584E35" +#define KEY "6A36334A743469576B5A73414A5A46597032375A6B76464659584E355548567A614756794C6D56345A623558444661672F704C67523246326157346D516D466962334E68514449774D545A4659584E355247467964326C75564756686257566863336B3D" CSourceManager* CSourceManager::s_pSourceManager = NULL;