diff --git a/EasyPusher_File/main.cpp b/EasyPusher_File/main.cpp index 24e0721..03074d7 100644 --- a/EasyPusher_File/main.cpp +++ b/EasyPusher_File/main.cpp @@ -36,8 +36,8 @@ using namespace std; #include #endif -char* ConfigIP = "114.55.107.180"; //Default EasyDarwin Address -char* ConfigPort = "10554"; //Default EasyDarwin Port +char* ConfigIP = "www.easydarwin.org"; //Default EasyDarwin Address +char* ConfigPort = "554"; //Default EasyDarwin Port char* ConfigName= "easypusher_file.sdp"; //Default RTSP Push StreamName char* ProgName; //Program Name diff --git a/EasyPusher_RTSP/main.cpp b/EasyPusher_RTSP/main.cpp index 193a08d..8c48dc0 100644 --- a/EasyPusher_RTSP/main.cpp +++ b/EasyPusher_RTSP/main.cpp @@ -25,10 +25,10 @@ #include "EasyPusherAPI.h" #include "EasyRTSPClientAPI.h" -char* ConfigIP = "114.55.107.180"; //Default EasyDarwin Address -char* ConfigPort = "10554"; //Default EasyDarwin Port +char* ConfigIP = "www.easydarwin.org"; //Default EasyDarwin Address +char* ConfigPort = "554"; //Default EasyDarwin Port char* ConfigName = "easypusher_rtsp.sdp";//Default Stream Name -char* ConfigRTSPURL = "rtsp://admin:admin@192.168.2.100/22"; //RTSP Source URL(With username:password@) +char* ConfigRTSPURL = "rtsp://admin:admin@192.168.66.222/22"; //RTSP Source URL(With username:password@) char* ProgName; //Program Name Easy_Pusher_Handle fPusherHandle = 0; //libEasyPusher Handle diff --git a/EasyPusher_SDK/main.cpp b/EasyPusher_SDK/main.cpp index ce2d8cc..5c18891 100644 --- a/EasyPusher_SDK/main.cpp +++ b/EasyPusher_SDK/main.cpp @@ -24,8 +24,8 @@ #include "hi_net_dev_sdk.h" #include "hi_net_dev_errors.h" -char* ConfigIP = "114.55.107.180"; //Default EasyDarwin Address -char* ConfigPort = "10554"; //Default EasyDarwin Port +char* ConfigIP = "www.easydarwin.org"; //Default EasyDarwin Address +char* ConfigPort = "554"; //Default EasyDarwin Port char* ConfigName = "easypusher_sdk.sdp";//Default Push StreamName char* ConfigUName = "admin"; //SDK UserName char* ConfigPWD = "admin"; //SDK Password diff --git a/EasyPusher_Win/EasyPusher/DlgPanel.cpp b/EasyPusher_Win/EasyPusher/DlgPanel.cpp index 609db96..fbfee84 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("114.55.107.180")); + m_pEdtServerIP->SetWindowTextW(TEXT("www.easydarwin.org")); } if (m_pEdtServerPort) { diff --git a/EasyPusher_Win/EasyPusher/EasyPusherDlg.cpp b/EasyPusher_Win/EasyPusher/EasyPusherDlg.cpp index 3030519..dbc6e20 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://114.55.107.180:554/stream.sdp")); + pRtspURL->SetWindowTextW(TEXT("rtsp://www.easydarwin.org:554/stream.sdp")); } - m_edtIp.SetWindowTextW(TEXT("114.55.107.180")); + m_edtIp.SetWindowTextW(TEXT("www.easydarwin.org")); CEdit* pPort = (CEdit*)GetDlgItem(IDC_EDIT_SERVER_PORT); if (pPort)