FlashCom default use 100 for Input/Output threads, for dedicated FlashCom system, at least has 1G Ram. On the system with fewer Ram, you have to reduce threads number, otherwise have an exactly opposite effect, the system will use many Ram which is meaningless, the performance will slow down, too. Edit Adaptor.xml: <ResourceLimits> <MaxThreads>100</MaxThreads> </ResourceLimits> change […]
Category Archives: Flash Media Server
FlashCom 1.5 Updater2 Released
Quickly go to download, after updated, the FlashCom version will change from 1.5/1.51 to 1.52. (But Internet have shared around a 1.6 version from Breeze 3.07, currently, the latest version is 1.7 used in Breeze 4.0……)
FlashCom product upgrade is ended?
Macromedia combined FlashCom into Breeze to form Breeze Live, is it in the future FlashCom with completely combined into Breeze without a standalone product? According Peldi reply, it is still optimistic: FCS development is continuing, definitely. As far as I know there will be a version 2, and it will address a lot of the […]
John Robinson’s FCS Monitor (Central version)
John Robinson write a FCS Monitor (Central version), monitoring FlashCom, bandwidth usage etc, more features than my FlashCom Bandwidth Meter, but it is running a failed product – Central, mine is integrated into Flash IDE, more convenience to use.
SSL Secured FlashCom 1.5
FlashCom 1.5 supports HTTP Tunneling, it is possible to connect FlashCom to encrypted SSL Secured Server, you just have to change rtmp://mydomain.com/application to rtmps://mydomain.com/application. In an encrypted page, all connection must transfered through SSL, so HTML code for embed SWF should change to: <OBJECT classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”https://download.macromedia.com/pub/shockwave/ cabs/flash/swflash.cab#version=6,0,65,0” WIDTH=”550″ HEIGHT=”400″ id=”example” ALIGN=””> <PARAM NAME=movie VALUE=”https://mydomain.com/example.swf“> <PARAM […]
Vnc2SWF
Through VNC, capture remote computer screen as SWF, however, it required Vnc2SWF local-side running in Unix system (Can it run in Cygwin/MAC OSX?) http://www.unixuser.org/~euske/vnc2swf/index.html