Skip to content

Commit 20fdd0e

Browse files
authored
Update frequently-asked-questions.md
1 parent d00c958 commit 20fdd0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/media-services/latest/frequently-asked-questions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ For details, see [Scale media processing with CLI](media-reserved-units-cli-how-
3535

3636
Use [Transforms](https://docs.microsoft.com/rest/api/media/transforms) to configure common tasks for encoding or analyzing videos. Each **Transform** describes a recipe, or a workflow of tasks for processing your video or audio files. A [Job](https://docs.microsoft.com/rest/api/media/jobs) is the actual request to Media Services to apply the **Transform** to a given input video or audio content. Once the Transform has been created, you can submit jobs using Media Services APIs, or any of the published SDKs. For more information, see [Transforms and Jobs](transforms-jobs-concept.md).
3737

38+
### I uploaded, encoded, and published a video. What would be the reason the video does not play when I try to stream it?
39+
40+
One of the most common reasons is you do not have the streaming endpoint from which you are trying to play back in the Running state.
41+
3842
### How does pagination work?
3943

4044
When using pagination, you should always use the next link to enumerate the collection and not depend on a particular page size. For details and examples, see [Filtering, ordering, paging](entities-overview.md).

0 commit comments

Comments
 (0)