[Laszlo-checkins] r16605 - openlaszlo/trunk/lps/components/extensions/av

max@openlaszlo.org max at openlaszlo.org
Thu Jun 3 18:09:26 PDT 2010


Author: max
Date: 2010-06-03 18:09:25 -0700 (Thu, 03 Jun 2010)
New Revision: 16605

Modified:
   openlaszlo/trunk/lps/components/extensions/av/rtmpconnection.lzx
Log:
Change 20100603-maxcarlson-V by maxcarlson at Friendly.local on 2010-06-03 18:01:06 PDT
    in /Users/maxcarlson/openlaszlo/trunk-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Set defaulte objectencoding for rtmpconnection to 0

Release Notes: rtmpconnection.objectencoding now defaults to 0.  If you were using aMF 3, you will need to set the objectencoding directly on your instance, e.g. <rtmpconnection objectencoding="3"/>

Bugs Fixed: LPP-9082 - rtmpconnection should default the AMF objectencoding to 0 for backward compatibility

Technical Reviewer: mdemmon
QA Reviewer: hminsky

Details: 0 provides backward compatibility with RTMP servers, including the one used for webtop video chat.

Tests: Webtop video chat now runs in swf10



Modified: openlaszlo/trunk/lps/components/extensions/av/rtmpconnection.lzx
===================================================================
--- openlaszlo/trunk/lps/components/extensions/av/rtmpconnection.lzx	2010-06-04 01:03:34 UTC (rev 16604)
+++ openlaszlo/trunk/lps/components/extensions/av/rtmpconnection.lzx	2010-06-04 01:09:25 UTC (rev 16605)
@@ -109,7 +109,7 @@
             <!--- The AMF object encoding to use for this connection, either 0 or 3.
                 @type Number
                 @keywords final  -->
-            <attribute name="objectencoding" value="3" type="number" />
+            <attribute name="objectencoding" value="0" type="number" />
 
             <!--- Event sent when connection established. -->
             <event name="onconnect"/>



More information about the Laszlo-checkins mailing list