You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenLive-Windows-MFC/README.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Open Live Windows
1
+
# Open Live Windows
2
2
3
3
*其他语言版本: [简体中文](README.zh.md)*
4
4
@@ -16,34 +16,39 @@ This demo is written in **C++**
16
16
17
17
A tutorial demo can be found here: [Agora-Windows-Tutorial-1to1](https://github.com/AgoraIO/Basic-Video-Call/tree/master/One-to-One-Video/Agora-Windows-Tutorial-1to1)
18
18
19
+
## Developer Environment Requirements
20
+
* VS 2013(or higher), default is vs2017
21
+
* Windows 7(or higher)
22
+
19
23
## Running the App
20
24
First, create a developer account at [Agora.io](https://dashboard.agora.io/signin/), and obtain an App ID. define the APP_ID with your App ID.
21
25
22
-
#define APP_ID _T("Your App ID")
26
+
*#define APP_ID _T("Your App ID")
23
27
24
28
If you don't want to modify the code part, you can create an AppId.ini file under Debug/Release. Modify the appId value to the App ID you just applied.
25
29
26
-
#[AppID]
30
+
#[AppID]
27
31
28
-
#AppID=xxxxxxxxxxxxxxxxxxx
32
+
#AppID=xxxxxxxxxxxxxxxxxxx
29
33
30
34
Next, download the **Agora Video SDK** from [Agora.io SDK](https://www.agora.io/en/download/). Unzip the downloaded SDK package and copy the **sdk** to the project folder(the old one may be over written).
31
35
32
-
Finally, Open OpenLive.sln with your VC++ 2013(or higher) and build all solution and run.
36
+
Finally, Open OpenLive.sln with your Vs 2013(or higher) and build all solution and run.
33
37
34
38
Note:
35
39
1. After the program is compiled, if the program "xxx\xxx\xxx\Debug\Language\English.dll" cannot be started when running the program,
36
40
please select the OpenLive project in the Solution Explorer and right click. In the pop-up menu bar, select "Set as startup project" to solve. Then run the program again.
37
41
2. You may encounter crash when running this demo under debug mode. Please run this demo under release mode.
38
42
39
-
## Developer Environment Requirements
40
-
* VC++ 2013(or higher)
41
-
* Windows 7(or higher)
42
-
43
43
## Connect Us
44
44
45
-
- You can find full API document at [Document Center](https://docs.agora.io/en/)
46
-
- You can file bugs about this demo at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues)
45
+
- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first
46
+
- Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials
47
+
- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case
48
+
- Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community)
49
+
- You can find full API documentation at [Document Center](https://docs.agora.io/en/)
50
+
- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io)
51
+
- You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Broadcasting/issues)
Copy file name to clipboardExpand all lines: OpenLive-Windows/README.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,17 @@ This demo is written in **C++**
16
16
17
17
A tutorial demo can be found here: [Agora-Windows-Tutorial-1to1](https://github.com/AgoraIO/Basic-Video-Call/tree/master/One-to-One-Video/Agora-Windows-Tutorial-1to1)
18
18
19
+
## Developer Environment Requirements
20
+
* VS 2013(or higher)
21
+
* QT5.6(or higher)
22
+
* Windows 7(or higher)
23
+
19
24
## Running the App
20
25
First, create a developer account at [Agora.io](https://dashboard.agora.io/signin/), and obtain an App ID. define the APP_ID with your App ID.
21
26
22
27
* #define APP_ID _T("Your App ID")
23
28
24
-
Next, download the **Agora Video SDK** from [Agora.io SDK](https://www.agora.io/en/download/). Unzip the downloaded SDK package and copy the **sdk** to the project folder(the old one may be over written).
29
+
Next, download the **Agora Video SDK** from [Agora.io SDK](https://www.agora.io/en/download/). Unzip the downloaded SDK package and copy the **libs** to the project folder(the old one may be over written).
25
30
26
31
Finally, Open OpenLive.pro with your Qt5.6(or higher) and build current project and run.
27
32
@@ -31,17 +36,16 @@ Finally, Open OpenLive.pro with your Qt5.6(or higher) and build current project
31
36
AppId=xxxx
32
37
33
38
**Note:**If you fill appid in the code file, appid in ini file will be omitted.
34
-
35
-
## Developer Environment Requirements
36
-
* VC++ 2013(or higher)
37
-
* QT5.6(or higher)
38
-
* Windows 7(or higher)
39
39
40
40
## Connect Us
41
41
42
-
- You can find full API document at [Document Center](https://docs.agora.io/en/)
43
-
- You can file bugs about this demo at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues)
44
-
42
+
- For potential issues, take a look at our [FAQ](https://docs.agora.io/cn/faq) first
43
+
- Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials
44
+
- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case
45
+
- Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community)
46
+
- You can find full API documentation at [Document Center](https://docs.agora.io/en/)
47
+
- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io)
48
+
- You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Broadcasting/issues)
0 commit comments