FMS

Making Rich Video Happen!

Presentation at the Teaching with Technology Conference, Boulder, CO. August 11, 2010 – 1:10 p.m. The University of Denver made a strong commitment to delivering rich media for classroom use across campus years ago and we are still going strong. This presentation will cover every aspect of video capture, cataloging, and delivery at DU today

Making Rich Video Happen! Read More »

LiveStreamer AIR Application

I wrote a new AIR app called LiveStreamer available now via the Adobe AIR Marketplace. This started as a simple mechanism to display a live RTMP stream from Flash Media Server to a client machine and related projection system. So… not for broadcast over the web- just sending a live stream from one physical location

LiveStreamer AIR Application Read More »

Flash is King

There is really no denying it at this point for anyone who was seriously contending. Flash has the crown and is in no way giving it up. After seeing what Alchemy can do at the keynote today, P2P multicast video, Durango, and Server-Side ActionScript (!) during Sneaks this evening… Good God… what an awesome time

Flash is King Read More »

Adobe Not to Blame for Amazon Exploit

I had heard about a security concern over Amazon’s video streaming service a few days ago with a lot of people (including some at Amazon) blaming Adobe for the security hole.  Apparently, there is an exploit in their (Amazons) player that allows stream-ripping a full video. I’ve read the documentation on FMS3 security features and

Adobe Not to Blame for Amazon Exploit Read More »

Remoting through Flex with Coldfusion

I’m used to setting the ObjectEncoding to AMF0 when working with Flash Media Server 2, but haven’t realized till now that I also am required to do this when communicating with Coldfusion 8 through remoting: import flash.net.NetConnection; import flash.net.ObjectEncoding; NetConnection.defaultObjectEncoding = flash.net.ObjectEncoding.AMF0; The error “Unknown object type tag (17)” was being generated by CF8 as

Remoting through Flex with Coldfusion Read More »

Flash Media Server 3 Announced

I really, really hope that one of the improvements is a better security model when it comes to RTMP security restriction when accessing byte-level data… PLEASE, Adobe… Allow developers to access RTMP streams via BitmapData.draw() and SoundMixer.computeSpectrum()… please! Features important to my projects include: Improved performance H.264 and AAC streaming support New security features Improved

Flash Media Server 3 Announced Read More »