Skip to content

Commit

Permalink
Update dynamic-packaging-overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliako authored Feb 25, 2019
1 parent b0d315b commit 7df5a36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion articles/media-services/latest/dynamic-packaging-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ The following is a common Media Services streaming workflow where Dynamic Packag
1. Upload an input file (called a mezzanine file). For example, H.264, MP4, or WMV (for the list of supported formats see [Formats Supported by the Media Encoder Standard](media-encoder-standard-formats.md).
2. Encode your mezzanine file to H.264 MP4 adaptive bitrate sets.
3. Publish the asset that contains the adaptive bitrate MP4 set.
4. Build URLs that target different formats (HLS, Dash, and Smooth Streaming). The Streaming Endpoint would take care of serving the correct manifest and requests for all these different formats.
4. Build URLs that target different formats (HLS, Dash, and Smooth Streaming). The Streaming Endpoint would take care of serving the correct manifest and requests for all these different formats. For example:

- HLS: `http://testendpoint-testaccount.streaming.mediaservices.windows.net/fecebb23-46f6-490d-8b70-203e86b0df58/BigBuckBunny.ism/Manifest(format=m3u8-aapl)`
- Dash: `http://testendpoint-testaccount.streaming.mediaservices.windows.net/fecebb23-46f6-490d-8b70-203e86b0df58/BigBuckBunny.ism/Manifest(format=mpd-time-csf)`
- Smooth: `http://testendpoint-testaccount.streaming.mediaservices.windows.net/fecebb23-46f6-490d-8b70-203e86b0df58/BigBuckBunny.ism/Manifest`

## Video codecs supported by dynamic packaging

Expand Down

0 comments on commit 7df5a36

Please sign in to comment.