Skip to content

Commit ef5ba67

Browse files
authored
Merge pull request #107177 from Juliako/patch-9
Update frequently-asked-questions.md
2 parents a85cd9e + 757af8c commit ef5ba67

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ This article gives answers to Azure Media Services (AMS) v3 frequently asked que
2525

2626
See [Role-based access control (RBAC) for Media Services accounts](rbac-overview.md).
2727

28+
### How do you stream to Apple iOS devices?
29+
30+
Make sure you have "(format=m3u8-aapl)" at the end of your path (after the "/manifest" portion of the URL) to tell the streaming origin server to return back HLS content for consumption on Apple iOS native devices (for details, see [delivering content](dynamic-packaging-overview.md)).
31+
2832
### How do I configure Media Reserved Units?
2933

3034
For the Audio Analysis and Video Analysis Jobs that are triggered by Media Services v3 or Video Indexer, it is highly recommended to provision your account with 10 S3 MRUs. If you need more than 10 S3 MRUs, open a support ticket using the [Azure portal](https://portal.azure.com/).
@@ -35,6 +39,10 @@ For details, see [Scale media processing with CLI](media-reserved-units-cli-how-
3539

3640
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).
3741

42+
### I uploaded, encoded, and published a video. What would be the reason the video does not play when I try to stream it?
43+
44+
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.
45+
3846
### How does pagination work?
3947

4048
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)