[Laszlo-checkins] r16620 - in openlaszlo/branches/4.8: . lps/components/extensions/av

ptw@openlaszlo.org ptw at openlaszlo.org
Fri Jun 4 05:30:50 PDT 2010


Author: ptw
Date: 2010-06-04 05:30:49 -0700 (Fri, 04 Jun 2010)
New Revision: 16620

Modified:
   openlaszlo/branches/4.8/
   openlaszlo/branches/4.8/lps/components/extensions/av/rtmpconnection.lzx
Log:
Merged revisions 16605 via svnmerge from 
http://svn.openlaszlo.org/openlaszlo/trunk

.......
  r16605 | max | 2010-06-03 21:09:25 -0400 (Thu, 03 Jun 2010) | 18 lines
  
  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
.......



Property changes on: openlaszlo/branches/4.8
___________________________________________________________________
Name: svnmerge-integrated
   - /openlaszlo/trunk:1-3892,3894-3952,3954-4393,4395-4461,4463-4467,4469-4471,4473-5085,5087-5171,5173-5203,5205-5209,5211-5331,5333-5334,16597,16610 /openlaszlo/branches/4.7:1-15424,15759-15761,16592 /openlaszlo/branches/4.2:1-12154,12181,13205,13778,14112,14287,14316,14508,14517-14590 /openlaszlo/branches/4.1:1-10153 /openlaszlo/branches/4.4:1-13936,14007 /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825,10756-10920,10922-10928,10930-10935,11151,11207,11554,13476,13629,15650,15685 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872
   + /openlaszlo/trunk:1-3892,3894-3952,3954-4393,4395-4461,4463-4467,4469-4471,4473-5085,5087-5171,5173-5203,5205-5209,5211-5331,5333-5334,16597,16605,16610 /openlaszlo/branches/4.7:1-15424,15759-15761,16592 /openlaszlo/branches/4.2:1-12154,12181,13205,13778,14112,14287,14316,14508,14517-14590 /openlaszlo/branches/4.1:1-10153 /openlaszlo/branches/4.4:1-13936,14007 /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825,10756-10920,10922-10928,10930-10935,11151,11207,11554,13476,13629,15650,15685 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872

Modified: openlaszlo/branches/4.8/lps/components/extensions/av/rtmpconnection.lzx
===================================================================
--- openlaszlo/branches/4.8/lps/components/extensions/av/rtmpconnection.lzx	2010-06-04 12:28:37 UTC (rev 16619)
+++ openlaszlo/branches/4.8/lps/components/extensions/av/rtmpconnection.lzx	2010-06-04 12:30:49 UTC (rev 16620)
@@ -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