17
AZURE MEDIA SERVICE Serviço de mídia streaming Thiago Lunardi Microsoft Azure MVP http://thiagolunardi.net

Microsoft Azure Media Services

Embed Size (px)

Citation preview

Page 1: Microsoft Azure Media Services

AZURE MEDIA SERVICEServiço de mídia streaming

Thiago LunardiMicrosoft Azure MVP

http://thiagolunardi.net

Page 2: Microsoft Azure Media Services

MEUS CONTATOS

http://thiagolunardi.net/

@ThiagoLunardi13

http://facebook.com/ThiagoLunardi

ThiagoLunardi

http://br.linkedin.com/po/thiagolunardi/

Page 3: Microsoft Azure Media Services

TV PC

+40%tráfego Internet

+50%próximos 2 anos

por Sandvine

Page 4: Microsoft Azure Media Services

SMART DEVICES

+50M SmartTVs+150M SmartPhones

+140M Game Accounts

Page 5: Microsoft Azure Media Services

QUE SERVIÇO DE MÍDIA É ESSE?

MICROSOFT AZURE MEDIA SERVICE

Page 6: Microsoft Azure Media Services

COMO POSSO USAR O SERVIÇO?

Page 7: Microsoft Azure Media Services

DEMO: PORTAL AZURE

Page 8: Microsoft Azure Media Services

CONSUMINDO VIA .NET SDK AZURE

Page 9: Microsoft Azure Media Services

INSERINDO MÍDIA VIA .NET SDK

Obtain a CloudMediaContext• Gives you access to all objects and APIs

Create an asset (IAsset)• A collection of media files

Create a file (IAssetFile)• A single file within an asset

Create an access policy and locator• Determines ACL for asset and provides a URL for upload

Page 10: Microsoft Azure Media Services

ENCODANDO MÍDIA VIA .NET SDK

Obtain a media processor (IMediaProcessor)• Media processors can encode and package assets

Create an encoding job (IJob)• A job is a set of tasks for Media Services

Add tasks to the job (ITask)• E.g., encode WMV file for Apple HLS• Tasks have input assets and output assets

Monitor job progress until it completes

Page 11: Microsoft Azure Media Services

ENTREGANDO MÍDIA VIA .NET SDK

Locate the output asset for a job

Create an access policy and locator

Generate URLs• For progressive download• For streaming (IIS/HLS)

Optional: Enable CDN• For progressive download (blob storage)• For streaming origin server

Page 12: Microsoft Azure Media Services

DEMO: .NET SDK AZURE

Page 13: Microsoft Azure Media Services

TOCANDO AS MÍDIAS

Page 14: Microsoft Azure Media Services

AMBIENTE WEB

HTML5 videoSuportado por ~75% do mercado; todos os grandes browser suportam MP4 com download progressivo. Bitrate fixo

MPEG-DASHParte do W3C Media Source ExtentionsHabilita streaming adaptivo Primeiros estágio (IE11, Chrome, FF)

PluginsNinguém mais gosta de plug-insApenas desktop, DRM ou propagandaFlash e Silverlight tocam SmoothStreaming

Page 15: Microsoft Azure Media Services

DISPOSITIVOS MÓVEIS

WindowsRica plataforma de mídiasSmoothStreaming SDK para bitrate adaptivoPlayReady SDK para DRM

iOS

Suporta Apple HLS bitrate adaptivo

Android

Suporta várias versões do HLS

Page 16: Microsoft Azure Media Services

DEMO: VIDEO PLAYER

Page 17: Microsoft Azure Media Services

PERGUNTAS?

http://thiagolunardi.net/

@ThiagoLunardi13

http://facebook.com/ThiagoLunardi

ThiagoLunardi

http://br.linkedin.com/po/thiagolunardi/