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/asset-create-asset-upload-portal-quickstart.md
+9-54Lines changed: 9 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This quickstart shows you how to use the Azure portal to upload, encode, and str
36
36
37
37
* After the content gets processed, you can deliver media content to the client players. To make the videos in the output asset available to the clients for playback, you have to create a [streaming locator](stream-streaming-locators-concept.md). When creating a streaming locator, you need to specify a [streaming policy](stream-streaming-policy-concept.md). Streaming policies enable you to define streaming protocols and encryption options (if any) for your streaming locators. For information on packaging and filtering content, see [Packaging and delivery](encode-dynamic-packaging-concept.md) and [Filters](filters-concept.md).
38
38
39
-
* You can protect your content by encrypting it with Advanced Encryption Standard (AES-128) or/and any of the three major DRM systems such as Microsoft PlayReady, Google Widevine, and Apple FairPlay. For information on how to configure the content protection, see [Quickstart: Use portal to encrypt content](drm-encrypt-content-how-to.md).
39
+
* You can protect your content by encrypting it with Advanced Encryption Standard (AES-128) or/and any of the three major DRM systems like Microsoft PlayReady, Google Widevine, and Apple FairPlay. For information on how to configure the content protection, see [Quickstart: Use portal to encrypt content](drm-encrypt-content-how-to.md).
40
40
41
41
## Prerequisites
42
42
@@ -49,15 +49,9 @@ Follow the steps to [Create a Media Services account](account-create-how-to.md).
49
49
1. Sign in to the [Azure portal](https://portal.azure.com/).
50
50
1. Locate and select your Media Services account.
51
51
1. In the left navigation pane, select **Assets** under **Media Services**.
1. Choose a **Storage account** from the pull down menu.
57
-
58
-

59
-
60
-
1. Browse the file that you want to upload. This creates an **Asset name** for your media. If required, you can edit this **Asset name**.
53
+
1. Choose a **Storage account** from the pull-down menu.
54
+
1. Browse the file that you want to upload. An **Asset name** gets created for your media. If necessary, you can edit this **Asset name**.
61
55
62
56
> [!TIP]
63
57
> If you want to choose multiple files, add them to one folder in Windows File Explorer. When browsing to **Upload files**, select all the files. This creates multiple assets.
@@ -68,37 +62,19 @@ Follow the steps to [Create a Media Services account](account-create-how-to.md).
68
62
## Add transform
69
63
70
64
1. Under the **Media Services** services, select **Transforms + jobs**.
71
-
72
-

73
-
74
65
1. Select **Add transform**.
75
66
1. In the **Add a transform** window, enter the details.
76
-
1. If your media is a video, select **Encoding** as your **Transform type**. Select a **Built-in preset name** from the pull down menu. For more information, see [EncoderNamedPreset](/rest/api/media/transforms/create-or-update#encodernamedpreset).
77
-
78
-

79
-
67
+
1. If your media is a video, select **Encoding** as your **Transform type**. Select a **Built-in preset name** from the pull-down menu. For more information, see [EncoderNamedPreset](/rest/api/media/transforms/create-or-update#encodernamedpreset).
80
68
1. Select **Add**.
81
69
82
70
## Encode (Add job)
83
71
84
72
1. Select either **Assets** or **Transforms + jobs**.
85
73
1. Select **Add job** at the top of the resource window.
86
74
1. In **Create a job** window, enter the details. Select **Create**.
87
-
88
-

89
-
90
-
1. Navigate to **Transforms + jobs**. Select the **Transform name** to check the job status.
91
-
92
-
A job goes through multiple stages, such as **Scheduled**, **Queued**, **Processing**, and **Finished**.
93
-
94
-

95
-
96
-
If the job has encountered an error, you get the **Error** state.
97
-
75
+
1. Navigate to **Transforms + jobs**. Select the **Transform name** to check the job status. A job goes through multiple states like **Scheduled** , **Queued**, **Processing**, and **Final**. If the job encounters an error, you get the **Error** state.
98
76
1. Navigate to your **Assets** resource window. After the job gets created successfully, it generates an output asset that contains the encoded content.
99
77
100
-

101
-
102
78
## Publish and stream
103
79
104
80
To publish an asset, you need to add a streaming locator to your asset and run the streaming endpoint.
@@ -108,42 +84,21 @@ To publish an asset, you need to add a streaming locator to your asset and run t
108
84
1. Under Media Services, select **Assets**.
109
85
1. Select the output asset.
110
86
1. Select **New streaming locator**.
111
-
112
-

113
-
114
87
1. In **Add streaming locator** window, enter the details. Select a predefined **Streaming policy**. For more information, see [streaming policies](stream-streaming-policy-concept.md).
115
-
116
88
1. If you want your stream to be encrypted, [Create a content key policy](drm-encrypt-content-how-to.md#create-a-content-key-policy) and select it in the **Add streaming locator** window.
117
-
118
-

119
-
120
-
1. Select **Add**. This publishes the asset and generates the streaming URLs.
121
-
122
-

89
+
1. Select **Add**. This action publishes the asset and generates the streaming URLs.
123
90
124
91
### Start streaming endpoint
125
-
1. Once the asset gets published, you can stream it right in the portal. You can also copy the streaming URL and use it in your client player.
126
-
127
-
Make sure the [streaming endpoint](stream-streaming-endpoint-concept.md) is running. When you first create a Media Services account, a default streaming endpoint gets created and remains in a stopped state. **Start** the streaming endpoint to stream your content. You're only billed when your streaming endpoint is in the running state.
128
-
92
+
1. Once the asset gets published, you can stream it right in the portal. You can also copy the streaming URL and use it in your client player. Make sure the [streaming endpoint](stream-streaming-endpoint-concept.md) is running. When you first create a Media Services account, a default streaming endpoint gets created and remains in a stopped state. **Start** the streaming endpoint to stream your content. You're only billed when your streaming endpoint is in the running state.
129
93
1. Select the output asset.
130
-
1. Select **Start streaming endpoint?**. Select **Start** to run the streaming endpoint. The status of **default** streaming endpoint changes from **Stopped** to **Running**. Your billing will start now.
131
-
132
-
You can now use the streaming URLs to deliver content.
133
-
134
-

135
-
94
+
1. Select **Start streaming endpoint?**. Select **Start** to run the streaming endpoint. The status of **default** streaming endpoint changes from **Stopped** to **Running**. Your billing will start now. You can now use the streaming URLs to deliver content.
136
95
1. Select **Reload player**.
137
96
138
97
### Stop streaming endpoint
139
98
140
99
1. Navigate to **Media Services** and select **Streaming endpoints**.
141
100
1. Select your streaming endpoint **Name**. In this quickstart, we are using the **default** streaming endpoint. The current state is **Running**.
142
-
1. Select **Stop**. This opens the **Stop streaming endpoint?** window. Select **Yes**.
143
-
144
-

145
-
146
-
Now, the **default** streaming endpoint is in a **Stopped** state. You cannot use the streaming URLs to deliver the content.
101
+
1. Select **Stop**. A **Stop streaming endpoint?** window gets opened. Select **Yes**. Now, the **default** streaming endpoint is in a **Stopped** state. You cannot use the streaming URLs to deliver the content.
0 commit comments