Monthly Archives: December 2009

ITP Show in full swing

It’s that time again.. The ITP Winter Show is in full swing. Great projects everywhere you turn! (If you come by tomorrow, be sure to bring your mobile phone and use the handy dandy ITP Guestbook app (for iPhone, Android … Continue reading

Posted in thoughts | Tagged | Leave a comment

Live iPhone Video

I recently read about an app for the iPhone called Knocking Video. It is apparently the first app that allows live streams from an iPhone (any iPhone model) that has been approved by Apple. The story I read went on … Continue reading

Posted in Gadgets, mobile, Streaming and Multi-Media, thoughts, Video | Tagged , , , , , | Leave a comment

Simple Flash Video By The Pixel

package { import flash.display.Sprite; import flash.media.Camera; import flash.media.Video; import flash.display.Bitmap; import flash.display.BitmapData; import flash.utils.ByteArray; import flash.events.Event; import flash.utils.Timer; import flash.events.TimerEvent; public class VideoProcessing extends Sprite { // Camera private var camera:Camera; // My Video private var videoOut:Video; // My Bitmapdata … Continue reading

Posted in thoughts | Tagged | Leave a comment

Flash Media Server Sending Images

One of my students in my live web class is developing an interesting application that sends screenshots to other people. I put together some sample code to help him along and thought this would be of general interest. Using the … Continue reading

Posted in Development, flash, ITP, Open Source, Streaming and Multi-Media, Video | Tagged , , , , , , , , , , , | 2 Comments