Installing Flash Media Server 4.5 on Ubuntu 11.04

September 19, 2011 | Video | 5 Comments

A few weeks ago FMS 4.5 was released. While reading through the system requirements it stated once again that it only supported running on Windows, Redhat and CentOS. Unfortunately for me I only develop on a mac and a ubuntu machine. In the past I had to use a script from this blog post to get FMS 3.5 installed.

So I decided to give it a try. To see if I could in fact get the server up and running on my ubuntu machine. To my surprise, the standard install scripts worked flawlessly.

Here are the steps:

  1. Download the development server
  2. unzip FlashMediaDevServer_4_5_all.zip
  3. cd [path_to_unzipped_files]/linux
  4. tar -zxvf FlashMediaServer4.5_x64.tar.gz
  5. cd FMS_4_5_0_r297
  6. sudo ./installFMS
  7. follow the onscreen instructions
  8. point your browser to your machines IP address.

Creating an app for the Playbook.

February 24, 2011 | Projects | 0 Comments


Back a few months ago at max. BlackBerry announced they would be giving away free PlayBooks to developers who develop an application for their platform. I for one am all about free stuff. So I set out to develop a tool that I thought would be useful and I would use regularly. The app I decided to create was a programming calculator.

Today the application is finally complete and has been accepted into the app store.

While creating this app I used the latest version of Flash Builder Burrito. I found it a lot easier to use vs Flash Builder 4. The new built-in mobile wizards and device simulators were very helpful. Also the flex framework really worked great with layout and positioning as it always does. The only real gotcha with flex was how skinning works on mobile devices vs desktop apps. Everything else was a breeze.

Thanks Adobe and Blackberry for making such great tools that work!

HTTP Video Streaming

November 30, 2009 | Video | 0 Comments

So over the weekend I’ve been playing around a little bit with HTTP video streaming. A lot of the newer video streaming technologies are starting to focus around HTTP + Adaptive streaming. The reason for this is because HTTP based streaming can scale very easily and Adaptive streaming can adjust very easily client restrictions such as bandwidth and hardware capabilities.

So in my attempt to better understand the world of streaming I ended up playing around with apples solution to live video streaming. Thanks to a few great articles at IONCANNON, I was able to create a little streaming application that would dynamically load video into Safari and onto the iPhone. Very cool stuff. I plan on working with what he created already and getting it to work with my other little side project.

Adobe Social

November 7, 2009 | Web | 0 Comments

supportednetworks

So I’ve been looking into the new Adobe Social API for a little application I’ve been planning on working on. One of the things I hate is trying to update my avatar / icon on all of these different social media sites. So I’m planning on making a simple Adobe Air application that I can add an image to, resize and then upload to all the social media sites I use. The only problem is from what I understand is that the Social API will only work from a valid domain that you setup and will not work from localhost. So as a result this new API is incompatible with AIR. Oh well. Shouldn’t be to hard to figure out all of the different API’s for uploading to a bunch of different site. Right?

Fork me on GitHub