Video Breakthroughs
242.6K views | +1 today
Follow
Video Breakthroughs
Monitoring innovations in post-production, head-end, streaming, OTT, second-screen, UHDTV, multiscreen strategies & tools
Curated by Nicolas Weil
Your new post is loading...
Your new post is loading...
Scooped by Nicolas Weil
Scoop.it!

Building a Dash-264 Player with OSMF and Flash Player

Slides from Streaming Media West Presentation, "How to Create A DASH-264 player for Adobe Flash" by Jeff Tapper and Michael Labriola of Digital Primates.

No comment yet.
Scooped by Nicolas Weil
Scoop.it!

StageVideo, Part 1: What is it?

StageVideo, Part 1: What is it? | Video Breakthroughs | Scoop.it

StageVideo is hardware-accelerated video playback. What does that mean? It means that Flash puts more of the burden on your graphics card (or GPU), reducing the burden on the CPU.

 

The result? Massive performance savings. Of course, it depends on what you are trying to render on the screen, but in my talk I show Flash playing an HD video with some simple vector graphics rendering on top — without StageVideo I'm at 75% processor usage, and with StageVideo, I was running at 10% processor usage. WOW! Right?

 

What does that actually mean in practice? It means that you can deliver super high-res HD video through the Flash Player without dropping frames to more and more devices. I mean, the video quality that Flash Player can now support is pretty intense and amazing.

No comment yet.
Scooped by Nicolas Weil
Scoop.it!

New in Flash Player 11: Encoding Live Video to H.264/AVC

New in Flash Player 11: Encoding Live Video to H.264/AVC | Video Breakthroughs | Scoop.it

The latest version of Flash Player (v.11.0) includes some exciting new features, including performance upgrades such as native 64-bit support, and asynchronous bitmap decoding. Perhaps most newsworthy though, is Flash Player’s new capability to encode live video streams to the H.264/AVC standard. This new feature will allow developers to create real-time, high-quality, live video streaming applications for chat, conferencing, and live event broadcasting.

 

The following article demonstrates how to take advantage of Flash Player 11.0′s new H.264 encoding capabilities within a video streaming application built using Flash Builder 4.5.

No comment yet.
Scooped by Nicolas Weil
Scoop.it!

A dream comes true: H.264 encoding into Flash Player 11

A dream comes true: H.264 encoding into Flash Player 11 | Video Breakthroughs | Scoop.it

var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();
h264Settings.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_2);
stream.videoStreamSettings = h264Settings;

No comment yet.