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-wirecast-quickstart.md
+35-14Lines changed: 35 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,18 @@ To keep things simple, we will use an encoding preset for Azure Media Services i
38
38
39
39
## Setting up an Azure Media Services live stream
40
40
41
-
1. Once you have navigated to the Azure Media Services account within the portal, select **Live streaming** from the Media Services listing.
42
-
1. Click on **Add live event** to create a new live streaming event.
43
-
1. Enter a name for your new event such as *TestLiveEvent* in the Live event **Name** field.
41
+
1. Once you have navigated to the Azure Media Services account within the portal, select **Live streaming** from the Media Services listing.<br/>
42
+
<br/>
43
+
1. Click on **Add live event** to create a new live streaming event.<br/>
44
+
<br/>
45
+
1. Enter a name for your new event such as *TestLiveEvent* in the Live event **Name** field.<br/>
46
+
<br/>
44
47
1. Enter an optional description of the event in the **Description** field.
45
-
1. Select the **Pass-through – no cloud encoding** radio button.
46
-
1. Select the **RTMP** radio button.
48
+
1. Select the **Pass-through – no cloud encoding** radio button.<br/>
49
+

50
+
1. Select the **RTMP** radio button.
47
51
1. Make sure that the **No** radio button is selected for Start live event, to prevent being billed for the live event before it is ready. (Billing will begin once the live event is started.)
52
+
<br/>
48
53
1. Click the **Review + create** button to review the settings.
49
54
1. Click the **Create** button to create the live event. You will then be returned to the live event listing view.
50
55
1. Click on the **link to the live event** you just created. Notice that your event is stopped.
@@ -53,20 +58,28 @@ To keep things simple, we will use an encoding preset for Azure Media Services i
53
58
## Setting up a live stream with Wirecast Studio
54
59
55
60
1. Assuming that you still have the Wirecast application open, select **Create Empty Document** from the main menu, then click **Continue**.
56
-
1. Hover over the first layer in the Wirecast layers area. Click the **Add** icon that appears and select the video input you want to stream. The Master Layer 1 dialogue box will open.
57
-
1. Select **Video capture** from the menu and then select the camera that you want to use. The view from the camera will appear in the Preview area.
1. Hover over the first layer in the Wirecast layers area. Click the **Add** icon that appears and select the video input you want to stream. The Master Layer 1 dialogue box will open.<br/>
1. Select **Video capture** from the menu and then select the camera that you want to use. If selecting a camera, the view from the camera will appear in the Preview area.
65
+

58
66
1. Hover over the second layer in the Wirecast layers area. Click the **Add** icon that appears and select the audio input you want to stream. The Master Layer 2 dialogue box will open.
59
-
1. Select **Audio capture** from the menu and then select the audio input that you want to use.
67
+
1. Select **Audio capture** from the menu and then select the audio input that you want to use.
1. From the main menu, select **Output settings**. The Output dialog box will appear.
61
-
1. Select **Azure Media Services** from the output dropdown. The output setting for Azure Media Services will auto populate *most* of the output settings.
70
+
1. Select **Azure Media Services** from the output dropdown. The output setting for Azure Media Services will auto populate *most* of the output settings.<br/>
@@ -78,30 +91,38 @@ This part will set up your outputs and enable you to save a recording of your li
78
91
79
92
1. Click on the **Create outputs** link below the Outputs video viewer.
80
93
1. If you like, edit the name of the output in the **Name** field to something more user friendly so it is easy to find later.
94
+

81
95
1. Leave all the rest of the fields alone for now.
82
96
1. Click **Next** add streaming locator.
83
97
1. Change the name of the locator to something more user friendly, if wanted.
98
+

84
99
1. Leave everything else on this screen alone for now.
85
100
1. Click **Create**.
86
101
87
102
## Starting the broadcast
88
103
89
104
1. In Wirecast, select **Output > Start / Stop broadcasting > Start Azure Media Services : Azure Media Services** from the main menu. When the stream has been sent to the live event, the Live window in Wirecast will be show up in the live event video player on the live event page in Azure Media Services.
90
105
106
+

107
+
91
108
1. Click the **Go** button under the preview window to start broadcasting the video and audio you selected for the Wirecast layers.
92
109
110
+

111
+
93
112
> [!TIP]
94
113
> If there is an error, try reloading the player by clicking the Reload player link above the player.
95
114
96
115
## Running the default streaming endpoint
97
116
98
-
1. Make sure your streaming endpoint is running by selecting **Streaming endpoints** in the Media Services listing. You will be taken to the streaming endpoints page.
117
+
1. Make sure your streaming endpoint is running by selecting **Streaming endpoints** in the Media Services listing. You will be taken to the streaming endpoints page.<br/>
118
+

99
119
1. If the default streaming endpoint status is stopped, click on the **default** streaming endpoint. This will take you to the page for that endpoint.
100
-
1. Click **Start**. This will start the streaming endpoint.
120
+
1. Click **Start**. This will start the streaming endpoint.<br/>
121
+

101
122
102
123
## Play the output broadcast with Azure Media Player
103
124
104
-
1. Copy the **Streaming URL** under the Output video player.
125
+
1. Copy the **Streaming URL** under the Output video player.
105
126
1. In a web browser, open the demo Azure Media Player https://ampdemo.azureedge.net/azuremediaplayer.html
106
127
1. Paste the **Streaming URL** into the URL field of the Azure Media Player.
0 commit comments