Author: solomax
Date: Mon May 28 08:43:45 2012
New Revision: 1343164
URL: http://svn.apache.org/viewvc?rev=1343164&view=rev
Log:
OPENMEETINGS-295 rtmpt response size is increased
Modified:
incubator/openmeetings/trunk/singlewebapp/build.xml
Modified: incubator/openmeetings/trunk/singlewebapp/build.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1343164&r1=1343163&r2=1343164&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Mon May 28 08:43:45 2012
@@ -726,6 +726,13 @@
<copy todir="${red5.lib}/conf" overwrite="true" force="true">
<fileset dir="${webcontent.src.dir}/red5"
includes="jee-container*.xml" />
</copy>
+ <copy file="${red5.server.dir}/src/conf/red5.properties"
todir="${red5.lib}/conf" overwrite="true" force="true">
+ <filterchain>
+ <tokenfilter>
+ <replaceregex pattern="^[
\t]*rtmpt.target_reponse_size[ \t]*=.*$"
replace="rtmpt.target_reponse_size=65536"/>
+ </tokenfilter>
+ </filterchain>
+ </copy>
<copy file="${webcontent.src.dir}/red5/index.html"
todir="${red5.lib}/webapps/root" overwrite="true" force="true" />
<copy todir="${red5.lib}" overwrite="true" force="true">
<fileset dir="${webcontent.src.dir}/red5"
includes="admin.*" />