Wow, they have serious rocks in their head though. You will still need fms for the live stream which provides the http end point. And unless they reverse engineered the apache module, or stole the open source framework code and ported it to another language to do the segmenting I'm unsure how this multi platform solution works. If it generates the f4m file and the fragments correctly it should work. I'm certain they are using the apache module though.
I have great concerns how they keep saying rtmp is legacy, http is't great itself unless its a geo located cdn, there is security issues with http streaming that is more tight with rtmp, only html5 video supports byte range seeking of a progressive download stream, but thats what this segmented streaming overcomes.
Not everyone has support for this yet but it can run from any apache server or you could theoretically pre-cache the segments and host from a standard cdn http endpoint.
there is a demo of it here for now
http://flowplayer.electroteque.org/httpstreaming
it should be released with Flowplayer 3.3 in the next month or so, id say definitely before December.