Well i tried to recompile everything but in the Shoutcast.jar there must be something Change,too.
Red5 changes the code from
code:
org.red5.server.api.IScope
-------->
org.red5.server.api.scope.IScope
and also
code:
change the "web.scope" bean class to
<bean id="web.scope" class="org.red5.server.scope.WebScope" init-method="register">
instead of this
<bean id="web.scope" class="org.red5.server.WebScope" init-method="register">
which is not that Problem
the Java files aren't a Problem, but I can't change the jar, there are only .class files in it ;(
Maybe you get a heart and would do a last update for it ? Please
Even there is a maybe minor - maybe major Problem : Adobe Flash got a new command called "starttransmit" but Red5 latest version can handle it now