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: articles/media-services/latest/live-events-obs-quickstart.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This quickstart will help you create an Azure Media Services live stream by usin
15
15
16
16
In this quickstart, we'll cover:
17
17
18
-
- Setting up an on-premises encoder with a free trial of OBS.
18
+
- Setting up an on-premises encoder with OBS.
19
19
- Setting up a live stream.
20
20
- Setting up live stream outputs.
21
21
- Running a default streaming endpoint.
@@ -34,6 +34,16 @@ Open your web browser, and go to the [Microsoft Azure portal](https://portal.azu
34
34
1. Download and install OBS for your operating system on the [Open Broadcaster Software website](https://obsproject.com/).
35
35
1. Start the application and keep it open.
36
36
37
+
## Run the default streaming endpoint
38
+
39
+
1. Select **Streaming endpoints** in the Media Services listing.
40
+
41
+

42
+
1. If the default streaming endpoint status is stopped, select it. This step takes you to the page for that endpoint.
43
+
1. Select **Start**.
44
+
45
+

46
+
37
47
## Set up an Azure Media Services live stream
38
48
39
49
1. Go to the Azure Media Services account within the portal, and then select **Live streaming** from the **Media Services** listing.
@@ -58,16 +68,6 @@ Open your web browser, and go to the [Microsoft Azure portal](https://portal.azu
58
68
1. Select the link to the live event that you just created. Notice that your event is stopped.
59
69
1. Keep this page open in your browser. We'll come back to it later.
60
70
61
-
## Run the default streaming endpoint
62
-
63
-
1. Select **Streaming endpoints** in the Media Services listing.
64
-
65
-

66
-
1. If the default streaming endpoint status is stopped, select it. This step takes you to the page for that endpoint.
67
-
1. Select **Start**.
68
-
69
-

70
-
71
71
## Set up a live stream by using OBS Studio
72
72
73
73
OBS starts with a default scene but with no inputs selected.
@@ -136,13 +136,13 @@ In the next procedure, you'll go back to Azure Media Services in your browser to
136
136
137
137
1. Select **Output** from the **Settings** menu.
138
138
139
-
1. Enter *2* into the **Keyframe interval** field.
139
+
1. Enter *2* into the **Keyframe interval** field. This sets the fragment length to 2 seconds. For lower latency live delivery, use the value of 1 second.
140
140
141
-
1. OPTIONAL: Set the **CPU Usage Preset** to *veryfast* if you are using a computer that is low on processing power.
141
+
1. OPTIONAL: Set the **CPU Usage Preset** to *veryfast* if you are using a computer that is low on processing power. Optionally, you can set the kbps to something lower if there are undesirable network conditions.
0 commit comments