-
1. Re: video chat UDP to Server
g_w_master Nov 7, 2010 5:22 AM (in response to g_w_master)it`s possible
RTMFP can be used for client-to-server and peer-to-peer communication.
how?
-
2. Re: video chat UDP to Server
SE_0208 Nov 8, 2010 3:41 AM (in response to g_w_master)Check out below articles:
http://tv.adobe.com/watch/max-2009-develop/p2p-on-the-flash-platform-w ith-rtmfp
http://www.adobe.com/devnet/flashmediaserver/articles/multicast_streaming_osmf.html
Will post in few more - need to rush somewhere
-
3. Re: video chat UDP to Server
Michael Thornburgh Nov 8, 2010 2:41 PM (in response to g_w_master)for client-server communication, RTMFP can do everything RTMP does, and more.
to use RTMFP instead of RTMP for communicating with FMS4, simply change your NetConnection.connect() URI from "rtmp://..." to "rtmfp://...".
in order to use RTMFP's partial reliability transmission mode, you'll need to publish your webcam to the server in "live, unbuffered" mode, use the Speex audio codec, and set NetStream.videoReliable and NetStream.audioReliable to false.
-mike


