> Hi, > > I'm developing a mini flash server in C++. It will be able to do a > minimal set of actions. Until now, I was able to connect, create > streams, and do some publish.
If what you want is just realtime communications, you should use XMLSocket instead of NetConnection. If you want more infos about RTMP implementation, you should watch the Red5 or the haXe Video (http://haxevideo.org) sources. Nicolas _______________________________________________ osflash mailing list [EMAIL PROTECTED] http://osflash.org/mailman/listinfo/osflash_osflash.org
