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/manage-asset-concept.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ ms.custom: seodec18
22
22
23
23
In Azure Media Services, an [Asset](https://docs.microsoft.com/rest/api/media/assets) is where you
24
24
25
-
*input media through upload,
26
-
*input media through live ingest,
27
-
* output results of a job,
25
+
*upload media files into an asset,
26
+
*ingest and archive live streams into an asset,
27
+
* output the results of an encoding of analytics job to an asset,
28
28
* publish media for streaming,
29
29
* download files from an asset.
30
30
31
-
This topic gives an overview of how to create a new asset and upload/download files, publish an asset. It also provides links to code samples and related topics.
31
+
This topic gives an overview of how to upload files into an asset and perform some other common operations. It also provides links to code samples and related topics.
32
32
33
33
## Prerequisite
34
34
@@ -37,7 +37,7 @@ Before you start developing, review:
37
37
*[Concepts](concepts-overview.md)
38
38
*[Developing with Media Services v3 APIs](media-services-apis-overview.md) (includes information on accessing APIs, naming conventions, and so on)
39
39
40
-
## Input media through upload
40
+
## Upload media files into an asset
41
41
42
42
After the digital files are uploaded into storage and associated with an Asset, they can be used in the Media Services encoding, streaming, and analyzing content workflows. One of the common Media Services workflows is to upload, encode, and stream a file. This section outlines the general steps.
43
43
@@ -97,7 +97,7 @@ curl -X PUT \
97
97
*[Create a job input from a local file](job-input-from-local-file-how-to.md)
98
98
*[Create a job input from an HTTPS URL](job-input-from-http-how-to.md)
99
99
100
-
## Input media through live ingest
100
+
## Ingest and archive live streams into an asset
101
101
102
102
In Media Services, a [Live Output](https://docs.microsoft.com/rest/api/media/liveoutputs) object is like a digital video recorder that will catch and record your live stream into an asset in your Media Services account. The recorded content is persisted into the container defined by the [Asset](https://docs.microsoft.com/rest/api/media/assets) resource.
103
103
@@ -106,7 +106,7 @@ For more information, see:
106
106
*[Using a cloud DVR](live-event-cloud-dvr.md)
107
107
*[Streaming live tutorial](stream-live-tutorial-with-api.md)
108
108
109
-
## Output results of a job
109
+
## Output the results of a job to an asset
110
110
111
111
In Media Services, when processing your videos (for example, encoding or analyzing) you need to create an output [asset](assets-concept.md) to store the result of your [job](transforms-jobs-concept.md).
0 commit comments