This would be easier to handle if you put these "issues" in separate threads. The FLV NoSuchMethodEx seems to be an issue that only you are experiencing; one individual on the list has even extended the code and implemented with the MP3 reader. If I were you I would install to a clean location and ensure I had a fresh version from trunk, or use the installer.
The large FLV issue is one that I have already responded about, we will get to it.. I have already started looking for parts of code that would cause this heap problem.
Paul,
There isnt any Jetty or Tomcat code in the WAR version, it is compiled as a stand-alone war that can be dropped into any container. I have tested it with Jetty, Tomcat, Jboss, and Sun Enterprise 9. Although there is some socket issue with the Sun server I havent worked out yet, I assume its a permission I need to grant to the webapp for creating server sockets...
Later,
Paul
On 10/30/06, Dan Rossi <[EMAIL PROTECTED]> wrote:
Still after running the update this setting in red5-common.xml
<!-- Use injection to set the cache impl to be used with flvs -->
<bean id="flv.impl" class="org.red5.io.flv.impl.FLV">
<property name="cache">
<ref bean="object.cache"/>
</property>
</bean>
still produces this error
[java] Exception in thread "main" java.lang.NoSuchMethodException: org.red5
.io.flv.impl.FLV.<init>()
[java] [INFO] 2203 main:( org.springframework.beans.factory.support.Default
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
--
The early bird may get the worm, but the second mouse gets the cheese.
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
