building great network media devices for windows 8 apps

25

Upload: zane-salim

Post on 12-Jul-2015

85 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Building great network media devices for Windows 8 apps
Page 2: Building great network media devices for Windows 8 apps
Page 3: Building great network media devices for Windows 8 apps
Page 4: Building great network media devices for Windows 8 apps
Page 5: Building great network media devices for Windows 8 apps
Page 6: Building great network media devices for Windows 8 apps

How Play To works

in Windows 8

Page 7: Building great network media devices for Windows 8 apps
Page 8: Building great network media devices for Windows 8 apps

Ethernet, Wi-Fi, Wi-Fi Direct, IP, TCP, UDP

Page 9: Building great network media devices for Windows 8 apps

Wired/Wireless/Wi-Fi Direct

TCP/IP, UDP/IP & HTTP

Media

Steaming

Client

Decoders

Connection

ManagerAV Transport

Rendering

Control

UPnP AV Media Renderer V1

Page 10: Building great network media devices for Windows 8 apps

2. User selects content

3. User invokes Play To

4. Controller sends the content URI (Play)

1. List of supported formats/profiles

5. HTTP Request

7. Pause, Stop, Seek

6. Content stream

Page 11: Building great network media devices for Windows 8 apps

<body><video id=“videoplayer” src=“http://www.contoso.com/clip.mp4” controls autoplay />

type=“text/javascript”>

// Step 1: Obtain PlayToManager object for the application’s current viewvar

// Step 2: Register for the sourcerequested event so a media source can be specified“sourcerequested”

// Step 3: Specify the mediaElement to stream. // The user chooses a target device in the UI.

</body>

Page 12: Building great network media devices for Windows 8 apps

Certifying your Play To device

Page 13: Building great network media devices for Windows 8 apps

• Usability and Performance

• Consistent and reliable experience

• Optimized for common formats

• High-quality media rendering

• Delivers complete experiences

Page 14: Building great network media devices for Windows 8 apps
Page 15: Building great network media devices for Windows 8 apps
Page 16: Building great network media devices for Windows 8 apps
Page 17: Building great network media devices for Windows 8 apps

Developer Preview receivers and apps

Page 18: Building great network media devices for Windows 8 apps

Recap

Page 19: Building great network media devices for Windows 8 apps
Page 20: Building great network media devices for Windows 8 apps
Page 21: Building great network media devices for Windows 8 apps
Page 24: Building great network media devices for Windows 8 apps
Page 25: Building great network media devices for Windows 8 apps