Skip to content

Commit

Permalink
更新默认服务器
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlong0813 committed Aug 3, 2017
1 parent cdc8fda commit 4001d2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EasyPusher_Win/EasyPusher/DlgPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
4 changes: 2 additions & 2 deletions EasyPusher_Win/EasyPusher/EasyPusherDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion EasyPusher_Win/EasyPusher/SourceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "EasyPusherDlg.h"
#include "YUVTransform.h"

#define KEY "6A36334A743469576B5A75417741745A7076512F4A664A4659584E355548567A6147567964326C75567778576F502B6C34456468646D6C754A6B4A68596D397A595541794D4445325257467A65555268636E6470626C526C5957316C59584E35"
#define KEY "6A36334A743469576B5A73414A5A46597032375A6B76464659584E355548567A614756794C6D56345A623558444661672F704C67523246326157346D516D466962334E68514449774D545A4659584E355247467964326C75564756686257566863336B3D"

CSourceManager* CSourceManager::s_pSourceManager = NULL;

Expand Down

0 comments on commit 4001d2f

Please sign in to comment.