Author: solomax
Date: Thu Aug 7 17:37:31 2014
New Revision: 1616554
URL: http://svn.apache.org/r1616554
Log:
Red5 RTMP max handled time is increased
Modified:
openmeetings/branches/3.0.x/build.xml
Modified: openmeetings/branches/3.0.x/build.xml
URL:
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/build.xml?rev=1616554&r1=1616553&r2=1616554&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/build.xml (original)
+++ openmeetings/branches/3.0.x/build.xml Thu Aug 7 17:37:31 2014
@@ -1200,6 +1200,13 @@
<!-- FIXME need to be removed as soon as JAudioTagger (will be
officially Dual Licensed) -->
<xslt in="${red5.lib}/conf/red5-common.xml"
out="${red5.lib}/conf/red5-common1.xml" style="build-jaudiotagger.xsl" />
<move file="${red5.lib}/conf/red5-common1.xml"
tofile="${red5.lib}/conf/red5-common.xml" />
+ <copy
file="${red5.server.dir}/src/main/server/conf/red5.properties"
todir="${red5.lib}/conf" overwrite="true" force="true">
+ <filterchain>
+ <tokenfilter>
+ <replaceregex pattern="^[
\t]*rtmp.max_handling_time[ \t]*=.*$" replace="rtmp.max_handling_time=2000"/>
+ </tokenfilter>
+ </filterchain>
+ </copy>
<delete>
<fileset dir="${red5.server.lib}"
includes="jaudiotagger*.jar" />
</delete>