youtube.com/user/CloudCasts
ACTIVE SOLUTION, STOCKHOLM, SWEDEN
Playing Video Content Alan Smith ACTIVE SOLUTION, STOCKHOLM, SWEDEN - - PowerPoint PPT Presentation
Playing Video Content Alan Smith ACTIVE SOLUTION, STOCKHOLM, SWEDEN youtube.com/user/CloudCasts Streaming Endpoints and Streaming Locators Streaming Endpoint Smooth Streaming HLS Multi-bitrate Streaming Asset Endpoint MPEG DASH
youtube.com/user/CloudCasts
ACTIVE SOLUTION, STOCKHOLM, SWEDEN
Streaming Endpoint Multi-bitrate Asset
HLS MPEG DASH Smooth Streaming
Streaming Endpoint Multi-bitrate Asset
HLS MPEG DASH Smooth Streaming
Streaming Endpoint Multi-bitrate Asset
HLS MPEG DASH Smooth Streaming Download
Streaming Endpoint
HLS MPEG DASH Smooth Streaming HLS MPEG DASH Smooth Streaming HLS MPEG DASH Smooth Streaming
Assets Streaming Locators
https://{ServiceName}-{Location}.streaming.media.azure.net/{GUID}/{Title}.ism/manifest https://{ServiceName}-{Location}.streaming.media.azure.net/{GUID}/{Title}.ism/manifest(format=mpd-time-csf) https://{ServiceName}-{Location}.streaming.media.azure.net/{GUID}/{Title}.ism/manifest(format=m3u8-aapl)
Smooth Streaming DASH HTTP Live Streaming (HLS)
<head> <title>Media</title> <meta charset="utf-8"> <!-- Links to player CSS and script --> <link href="//amp.azure.net/libs/amp/latest/skins/amp-default/azuremediaplayer.min.css" rel="stylesheet"> <script src="//amp.azure.net/libs/amp/latest/azuremediaplayer.min.js"></script> </head>
http://amp.azure.net/libs/amp/latest/docs/index.html
<video id="ideaVideo1" class="azuremediaplayer amp-default-skin" autoplay controls width="1280" height="720" poster="images/girl.png" data-setup='{"nativeControlsForTouch": false}'> <source src="Streaming URL" type="application/vnd.ms-sstr+xml" /> <p class="amp-no-js">Get HTML5!</p> </video>
At Attrubute Usa Usage id
Unique ID for video within a page
class
Classes for media player and player skin
autoplay
Start video playback when page loads (not supported on mobile devices)
controls
Display media player controls
width
Width of player in pixels
height
Height of player in pixels
poster
Image to display before video begins playing
data-setup
Unique delivery policies of stream
source url
URL of media asset streaming locator
source type
MIME type of video stream
t h s
t h s