views:

153

answers:

1

I would like to serve high quality video (H.264) between a server and a single Flash Player client with low latency (RTMFP). The single client will be controlling a robotic device and seeing the results through the video stream, so low latency is important.

Option A: The Flash Player supports low latency streaming of video between two P2P nodes via the RTMFP protocol in Flash Player 10. It uses the Spark codec to encode the video and as far as I know it is not possible to encode using any other codec in the player.

Option B: Flash Media Live Encoder does support live encoding using other codecs (On2 and H.264) but cannot act as an RTMFP peer - this option would require Flash Media Server in the middle.

It seems I cannot stream video to a single client over RTMFP with anything other than Spark. Am I missing something? Is there some way of achieving both that I might not have thought of?

A: 

Try this one http://red5.org/

or another new P2P technology http://labs.adobe.com/technologies/stratus/

Eugene
Hi Eugene. Thanks for responding but you have misunderstood my question. I'm looking for a way of streaming point to point using RTMFP (without using a server in the middle like Red5), but using On2 or H.264.
Simon Cave