Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: tech-talks-2009-14
$eventId
ID of event: tech-talks
$eventContentId
ID of session without event part: 2009-14
$eventShortId
Shortened ID of event: tech-talks
$year
Year of session: 2009
$extension
Extension of original filename:
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: ...

iPhone Tech Talk World Tour #14

Networking: From Sockets to GameKit

2009

Networking on mobile devices presents interesting challenges. You can never be sure a network connection will succeed or stay live while your app is running. Bandwidth is sometimes limited, latency is high and security is a common concern. Learn how to deal with these issues, from accessing the web to building a multiplayer game.

Unlisted on Apple Developer site