HTTP Dynamic Streaming: Simple HDS Playback

flash-media-playback.PNG

In my last few posts i’ve covered: What is HDS? – Describing what HTTP Dynamic Streaming is and where it is useful Getting Started with HDS – The pieces and parts that you need to be familiar with to start using HDS video content Now let’s get to the fun part. Let’s play back our [...]

Getting Started with HTTP Dynamic Streaming

HTTP Dynamic Streaming Packaged Files for a short video file

As described in the first post in this series: What is Dynamic Streaming?, HTTP Dynamic Streaming (HDS) allows for the delivery of streaming content over the HTTP protocol. Streaming video over HTTP requires some knowledge and preparation. The following is a rundown and description for each of the components involved with HTTP streaming. The files: The [...]

What is HTTP Dynamic Streaming?

HTTP Dynamic Streaming Flow

Until now video content delivery over HTTP has been delivered in a progressive manner, meaning to view part of or seek to a specific location in the video you have to wait for that part to download. RTMP allows for the ability to seek to any point in the video content via streaming, but requires [...]

The Cooking Channel’s Eat Street in our Parking Lot

Ian Kleinman of the Inventing Room

A long time friend of mine, Ian Kleinman is going to be featured on the Cooking Channel’s Eat Street TV show.  If you want some awesomely-crazy-wacked-out snacks, to show your support for Ian, or just want to get on TV, come hang with the Inventing Room and the Realeyes crew. Here the menu that Ian [...]

Mobile Flex: View Data

From the previous post you should know how to navigate from 1 view to the next using the ViewNavigator.  Now, you want some data in that view right? No problem, this is where the View object’s ‘data‘ property comes into play. Setting the data property is accomplished by passing the data object, in addition to [...]