Aftermix And Video

16
Aftermix and Video in Flex Brian Deitte

description

Presentation given by Brian Deitte at 360Flex.

Transcript of Aftermix And Video

Page 1: Aftermix And Video

Aftermix and Video in Flex

Brian Deitte

Page 2: Aftermix And Video

Who Am I?

Developer for Aftermix at Brightcove

Previously worked on Flex compiler team

http://www.deitte.com

Page 3: Aftermix And Video

Aftermix demo and discussion

Video deep-dive

Questions

What’s In This Talk?

Page 4: Aftermix And Video

Aftermix Demo

For more than a demo:

http://snipurl.com/aftermix

Page 5: Aftermix And Video

Aftermix Editor

Page 6: Aftermix And Video

Aftermix Manager

Page 7: Aftermix And Video

Aftermix Runner

<asset>

<id>20040</id>

<mixIn>0</mixIn>

<sourceIn>40</sourceIn>

<duration>30</duration>

<display group="3" track="2“ properties="x=0:y=0:width=160:height=120" />

<defaultUrl>http://localhost:8080/media/10026/10026_20040_1dafebb9d02c.flv</defaultUrl>

</asset>

Page 8: Aftermix And Video

Video in Flex, Flash, and Aftermix

Not covering FLV creation, encoding, or code

Find Dave Hassoun’s speech for the above

Page 9: Aftermix And Video

Progressive vs Streaming

Progressive: HTTP downloadStream: RTMP stream

Page 10: Aftermix And Video

VideoDisplay vs NetConnection vs Other Solutions

Most of the time VideoDisplay works.

Watch out for fast context switching, size, and streaming.

Page 11: Aftermix And Video

Content Distribution Network (CDN)

Most simply, a lot of servers around the world.

Limelight, Akamai are examples.

Page 12: Aftermix And Video

…Or Use a Video Service Provider

Many choices for dealing with video player, CDN, etc.

Page 13: Aftermix And Video

Keyframes

(Keyframes in video, not Flash Authoring.)

Keyframes is one part of video compression.

Page 14: Aftermix And Video

Keyframes from ActionScript

No standard API

Often accessed through metadata

Not usually needed

Page 15: Aftermix And Video

Looking at Keyframes

RichFlv, for inspecting videos:http://www.richapps.de/?p=82

Page 16: Aftermix And Video

Questions?

[email protected]

http://www.deitte.com

http://snipurl.com/aftermix