タグ

RTMFPに関するsacrifsのブックマーク (3)

  • RTMFPを使ってみる | _level0 - KAYAC Front Engineer Blog

    androidとfujirockで頭いっぱいなhidakaです。 ステージ振りも発表されましたねー。 久しぶりにFlashネタでいってみます。RTMFPです。RTMPじゃないよ、いきなり言われて区別つきます? RTMFPはFlashでP2Pができちゃうアレです。去年の後半に発表されたやつ。 ネット上のサンプルがFlexのものばかりで、純FlasherとしてはさみしいのでFlashで やってみました。ちゃんとP2Pでチャットできますよ。しかもサーバ用意しないで Flashだけで試せます。 まずはここからdeveloper keyをもらいます。 そしてまずは接続。普通のFMSと一緒で var rtmfp_sv:String="rtmfp://stratus.adobe.com"; var Dev_key:String="取得したdeveloper key"; var PUBLISH_NAME:

    RTMFPを使ってみる | _level0 - KAYAC Front Engineer Blog
  • RTMFP, Stratusを試してみた - げんむすのブログ

    UDPベースのP2P通信のためのプロトコルRTMFPと、それをサポートするサービス「Stratus」。 Adobe Labs - Stratus 通信部分はきれいに隠蔽されていて、ActionScriptから使いやすくなっています。 勉強がてら、文字列のメッセージを1対1で送受信する簡単なプログラムを書いてみました。 <?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="creationCompleteHandler(event);"> <mx:Script> <![CDATA[ import flash.events.NetStatusEvent; import flash.net.NetConnection; import flash.net.N

    RTMFP, Stratusを試してみた - げんむすのブログ
  • Cirrus | Real Time Media Flow Protocol (RTMFP) - Adobe Labs

    Use RTMFP for developing real-time collaboration applications Codename Cirrus (previously codename Stratus) enables peer assisted networking using the Real Time Media Flow Protocol (RTMFP) within the Adobe Flash® Platform. RTMFP is the evolution of media delivery and real time communication over the Internet enabling peers on the network to assist in delivery. Cirrus was first introduced in 2008 a

  • 1