Pages

Jul 14, 2010

Using StreamingAMFChannel with BlazeDS

I didn't know that there is StreamingAMFChannel Class.
It's better than AMFChannel but still not as sweet as LCDS's RTMP.

You need to add this code in service-config.xml file
unless you are using latest version of BlazeDS.

One more thing you need to be ensured is
DO NOT MISSING MAX-STREAMING-CLIENTS property,
if you want your projects work well in IE8.

Related bug report is here.


    
    
        10
    
 

Also you can feagure out here what differences in AMFChannel,StreamingAMFEndpoint and LCDS's RTMP channels.

;-)