google-code-export / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

Latest Adobe flash 10.1.82.76 Broke my AACplus RTMP stream :( #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description 

Hi,
Everything was up and running fine on flash version 10.1.53.64 but the latest 
update 10.1.82.76 fails the process somewhere. I am not a guru by any means, I 
worked hard and did a lot of research just to get this working right in the 
first place, and it has been stable for about 8 months until this update. 
Console shows the client connection, but the music never comes :(
I did a lot of googling, and even tried the latest Hudson stable build release, 
but I jumped through hoops just to try and get that running right and it still 
hates my OS (Ubuntu i386 LAMP server, which is odd because Hudson #394 was 
compiled on it). I am frustrated and out of steam. Go easy on me please and 
give me a hand if you could. What is the problem exactly? Are there any work 
around for this in the Source or an already running version such as mine?
Here is the test player page I use  http://www.innocade.com/soundstream.html If 
your not running the latest flash you will be greeted by a JW Player that's 
skinned and Delivering a 56k AAC+ stream that is subscribed from a Shoutcast 
server. It's mixed genre, so sorry if you hate the music. It's on shuffle if 
that makes you feel any better ;-) If you grab the latest flash, you will see 
the same thing, and it will connect but nothing comes :(
I tried a ton of different recent releases from Hudson and nothing seems to 
work right, compile right, and the latest trunk won't even deploy the 
shoutcast.jar even if the WAR deployer is running. I am using the latest stable 
released build of red5 + the Shoutcast Jar from Andy @ Thebitstream. Andy has 
not responded to my plea on his feed, so I presume he is busy or simply 
uninterested at this time. It's a great app and a great setup to serve a small 
community of non-paying listeners from a mere cable connection. Please help me 
bring it back, i'm just lost now..
I am posting this as a bug ticket because FMS & Wowza are working with this and 
Helix released a fix for it. Longtail/JW Player claim the player is just fine 
with the latest flash, and my servers are all subscribed and running fine 
(shoutcast auto -> shoutcast server -> Red5 w/SHoutcast.jar) All servers are 
running localhost with only ONE port open to the outside world and that is 
1935. One gentleman claimed Hudson 394 fixed this for him, But it just won't 
act right for me. Please look into this I am willing to help in any way I can. 
I am listing this priority as a blocker because I presume that means 
interruption of a service?
Thanks!
Matt

Original issue reported on code.google.com by daccatt...@gmail.com on 29 Jan 2011 at 2:42

GoogleCodeExporter commented 9 years ago
version 0.9.0 RC1 deleted
ADDITIONAL INFO: 
Adobe's page discussing the latest update and why it was issued:
 http://www.adobe.com/support/security/bulletins/apsb10-16.html
My current console output in debug mode:
rtmpjail@innocade:~/red5$ ./red5-debug.sh
Running on Linux
Starting Red5
Listening for transport dt_socket at address: 8787
Red5 root: /home/rtmpjail/red5
Configuation root: /home/rtmpjail/red5/conf
Root: /home/rtmpjail/red5
Deploy type: bootstrap
Logback selector: org.red5.logging.LoggingContextSelector
13:53:41,028 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could 
NOT find resource [logback-test.xml]
13:53:41,029 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found 
resource [logback.xml] at [file:/home/rtmpjail/red5/conf/logback.xml]
13:53:41,037 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource 
[logback.xml] occurs multiple times on the classpath.
13:53:41,037 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource 
[logback.xml] occurs at [file:/home/rtmpjail/red5/conf/logback.xml]
13:53:41,037 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource 
[logback.xml] occurs at [file:/home/rtmpjail/red5/conf/logback.xml]
13:53:42,159 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction 
- debug attribute not set
13:53:42,159 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About 
to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
13:53:42,186 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming 
appender as [CONSOLE]
13:53:42,347 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA 
- Pushing component [layout] on top of the object stack.
13:53:42,534 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
Popping appender named [CONSOLE] from the object stack
13:53:42,535 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About 
to instantiate appender of type [ch.qos.logback.core.FileAppender]
13:53:42,539 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming 
appender as [FILE]
13:53:42,563 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA 
- Pushing component [layout] on top of the object stack.
13:53:42,651 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property 
is set to [log/red5.log]
13:53:42,655 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
Popping appender named [FILE] from the object stack
13:53:42,655 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About 
to instantiate appender of type [ch.qos.logback.core.FileAppender]
13:53:42,655 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming 
appender as [ERRORFILE]
13:53:42,664 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA 
- Pushing component [filter] on top of the object stack.
13:53:42,674 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA 
- Pushing component [layout] on top of the object stack.
13:53:42,679 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File 
property is set to [log/error.log]
13:53:42,679 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
Popping appender named [ERRORFILE] from the object stack
13:53:42,680 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT 
level set to WARN
13:53:42,680 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - 
Attaching appender named [CONSOLE] to Logger[ROOT]
13:53:42,688 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - 
Attaching appender named [FILE] to Logger[ROOT]
13:53:42,688 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - 
Attaching appender named [ERRORFILE] to Logger[ROOT]
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.Launcher] to true
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.Launcher level set to INFO
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.io] to true
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.io level set to INFO
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.logging.DerbyLogInterceptor] to true
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.logging.DerbyLogInterceptor level set to WARN
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server] to true
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server level set to WARN
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.Client] to true
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.Client level set to INFO
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.jetty] to true
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.jetty level set to INFO
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.Standalone] to true
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.Standalone level set to INFO
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.tomcat] to true
13:53:42,689 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.tomcat level set to INFO
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.api.stream.support] to true
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.api.stream.support level set to INFO
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.cache] to true
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.cache level set to WARN
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger 
[org.red5.server.jetty.Red5WebPropertiesConfiguration] to true
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.jetty.Red5WebPropertiesConfiguration level set to WARN
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.jmx] to true
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.jmx level set to WARN
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.messaging.InMemoryPushPushPipe] 
to true
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.messaging.InMemoryPushPushPipe level set to INFO
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net] to true
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net level set to INFO
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.rtmpt.RTMPTServlet] to true
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.rtmpt.RTMPTServlet level set to WARN
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.servlet] to true
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.servlet level set to WARN
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.proxy] to true
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.proxy level set to INFO
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.remoting] to true
13:53:42,690 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.remoting level set to WARN
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.rtmp] to true
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.rtmp level set to WARN
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.rtmp.RTMPHandler] to true
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.rtmp.RTMPHandler level set to INFO
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.rtmp.BaseRTMPHandler] to true
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.rtmp.BaseRTMPHandler level set to OFF
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.rtmp.codec] to true
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.rtmp.codec level set to INFO
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.rtmp.RTMPMinaIoHandler] to 
true
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.rtmp.RTMPMinaIoHandler level set to OFF
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.rtmp.RTMPMinaTransport] to 
true
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.rtmp.RTMPMinaTransport level set to INFO
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.rtmp.status] to true
13:53:42,691 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.rtmp.status level set to INFO
13:53:42,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.rtmpt] to true
13:53:42,692 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.rtmpt level set to WARN
13:53:42,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.persistence] to true
13:53:42,692 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.persistence level set to WARN
13:53:42,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.script] to true
13:53:42,693 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.script level set to WARN
13:53:42,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.service] to true
13:53:42,693 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.service level set to INFO
13:53:42,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.so] to true
13:53:42,693 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.so level set to WARN
13:53:42,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.stream] to true
13:53:42,693 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.stream level set to INFO
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.stream.consumer] to true
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.stream.consumer level set to WARN
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.mrtmp] to true
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.mrtmp level set to WARN
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.red5.server.net.mrtmp.codec] to true
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.net.mrtmp.codec level set to WARN
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.apache.mina] to true
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.apache.mina level set to WARN
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.apache.mina.filter] to true
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.apache.mina.filter level set to WARN
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger 
[org.red5.server.adapter.MultiThreadedApplicationAdapter] to true
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.red5.server.adapter.MultiThreadedApplicationAdapter level set to INFO
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.apache.commons] to true
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.apache.commons level set to WARN
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [httpclient] to true
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
httpclient level set to WARN
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.apache.catalina] to true
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.apache.catalina level set to INFO
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.apache.catalina.loader] to true
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.apache.catalina.loader level set to INFO
13:53:42,694 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.apache.catalina.realm] to true
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.apache.catalina.realm level set to WARN
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.apache.catalina.session] to true
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.apache.catalina.session level set to WARN
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.apache.jasper] to true
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.apache.jasper level set to INFO
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.apache.tomcat] to true
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.apache.tomcat level set to INFO
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.apache.tomcat.util.net] to true
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.apache.tomcat.util.net level set to WARN
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.apache.coyote.http11] to true
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.apache.coyote.http11 level set to INFO
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.springframework] to true
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.springframework level set to INFO
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.springframework.beans.factory] to true
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.springframework.beans.factory level set to INFO
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.springframework.beans.factory.xml] to true
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.springframework.beans.factory.xml level set to WARN
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.springframework.ui.context.support] to true
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.springframework.ui.context.support level set to WARN
13:53:42,695 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.springframework.web.context] to true
13:53:42,696 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.springframework.web.context level set to INFO
13:53:42,696 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.springframework.web.context.support] to true
13:53:42,696 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.springframework.web.context.support level set to WARN
13:53:42,696 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [org.quartz] to true
13:53:42,696 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
org.quartz level set to WARN
13:53:42,696 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [net.sf.ehcache] to true
13:53:42,696 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - 
net.sf.ehcache level set to INFO
13:53:42,696 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting additivity of logger [ch.qos] to true
13:53:42,697 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ch.qos 
level set to WARN

Original comment by daccatt...@gmail.com on 29 Jan 2011 at 2:44

GoogleCodeExporter commented 9 years ago
Setting default logging context: default
[INFO] [main] org.red5.server.Launcher - Red5 Server 0.9.0-RC3 $Rev: 3967 $ ( 
http://code.google.com/p/red5/)
Red5 Server 0.9.0-RC3 $Rev: 3967 $ ( http://code.google.com/p/red5/)
[INFO] [main] 
org.springframework.context.support.FileSystemXmlApplicationContext - 
Refreshing 
org.springframework.context.support.FileSystemXmlApplicationContext@15db13f: 
display name 
[org.springframework.context.support.FileSystemXmlApplicationContext@15db13f]; 
startup date [Sun Sep 12 13:53:43 GMT-05:00 2010]; root of context hierarchy
[INFO] [main] 
org.springframework.context.support.FileSystemXmlApplicationContext - Bean 
factory for application context 
[org.springframework.context.support.FileSystemXmlApplicationContext@15db13f]: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@e496ab
[INFO] [main] 
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - 
Loading properties file from class path resource [red5.properties]
[INFO] [main] 
org.springframework.beans.factory.support.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@e496ab: 
defining beans 
[placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.se
rver]; root of factory hierarchy
[INFO] [main] 
org.springframework.context.support.FileSystemXmlApplicationContext - 
Refreshing 
org.springframework.context.support.FileSystemXmlApplicationContext@53abbb: 
display name 
[org.springframework.context.support.FileSystemXmlApplicationContext@53abbb]; 
startup date [Sun Sep 12 13:53:45 GMT-05:00 2010]; root of context hierarchy
[INFO] [main] 
org.springframework.context.support.FileSystemXmlApplicationContext - Bean 
factory for application context 
[org.springframework.context.support.FileSystemXmlApplicationContext@53abbb]: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@1c7f37d
[INFO] [main] 
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - 
Loading properties file from class path resource [red5.properties]
[INFO] [main] 
org.springframework.beans.factory.support.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@1c7f37d: 
defining beans 
[placeholderConfig,red5.server,jmxFactory,jmxAgent,serializer,deserializer,statu
sObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamabl
eFileFactory,filePersistenceThread,sharedObjectService,streamService,providerSer
vice,consumerService,bandwidthFilter,schedulingService,warDeployService,remoting
Client,object.cache,keyframe.cache,flv.impl,flvreader.impl,mp4reader.impl,mp3rea
der.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,or
g.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecuto
r,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
[INFO] [main] org.red5.server.service.WarDeployer - War deployer service created
[INFO] [main] 
org.springframework.context.support.FileSystemXmlApplicationContext - 
Refreshing 
org.springframework.context.support.FileSystemXmlApplicationContext@834af6: 
display name 
[org.springframework.context.support.FileSystemXmlApplicationContext@834af6]; 
startup date [Sun Sep 12 13:53:49 GMT-05:00 2010]; parent: red5.common
[INFO] [main] 
org.springframework.context.support.FileSystemXmlApplicationContext - Bean 
factory for application context 
[org.springframework.context.support.FileSystemXmlApplicationContext@834af6]: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@10b755d
[INFO] [main] 
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - 
Loading properties file from class path resource [red5.properties]
[INFO] [main] 
org.springframework.beans.factory.support.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@10b755d: 
defining beans 
[customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMi
naIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmpt
Servlet,rtmptConnection,rtmpsMinaIoHandler,rtmpsTransport]; parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@1c7f37d
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport 
bound to /0.0.0.0:1935
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport 
Settings
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - IO Threads: 1
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Event Threads - 
core: 16, max: 64, queue: 0, keepalive: 120
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - TCP No Delay: true
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Receive Buffer Size: 
65536
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Send Buffer Size: 
500000
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport 
bound to /127.0.0.1:8443
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport 
Settings
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - IO Threads: 1
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Event Threads - 
core: 16, max: 64, queue: 0, keepalive: 120
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - TCP No Delay: true
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Receive Buffer Size: 
65536
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Send Buffer Size: 
500000
[INFO] [main] 
org.springframework.context.support.FileSystemXmlApplicationContext - 
Refreshing 
org.springframework.context.support.FileSystemXmlApplicationContext@fb0b0: 
display name 
[org.springframework.context.support.FileSystemXmlApplicationContext@fb0b0]; 
startup date [Sun Sep 12 13:53:50 GMT-05:00 2010]; parent: red5.common
[INFO] [main] 
org.springframework.context.support.FileSystemXmlApplicationContext - Bean 
factory for application context 
[org.springframework.context.support.FileSystemXmlApplicationContext@fb0b0]: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@fe9ad1
[INFO] [main] 
org.springframework.beans.factory.support.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@fe9ad1: 
defining beans 
[global.clientRegistry,global.serviceInvoker,global.mappingStrategy,global.conte
xt,global.handler,global.scope,red5.scopeResolver]; parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@1c7f37d
[INFO] [main] org.red5.server.tomcat.TomcatLoader - Setting connector: 
org.apache.catalina.connector.Connector
[INFO] [main] org.red5.server.tomcat.TomcatLoader - Address to bind: 
/127.0.0.1:5080
[INFO] [main] org.red5.server.tomcat.TomcatLoader - Loading tomcat context
[INFO] [main] org.red5.server.tomcat.TomcatLoader - Server root: 
/home/rtmpjail/red5
[INFO] [main] org.red5.server.tomcat.TomcatLoader - Config root: 
/home/rtmpjail/red5/conf
[INFO] [main] org.red5.server.tomcat.TomcatLoader - Application root: 
/home/rtmpjail/red5/webapps
[INFO] [main] org.red5.server.tomcat.TomcatLoader - Starting Tomcat servlet 
engine
[INFO] [main] org.apache.catalina.startup.Embedded - Starting tomcat server
[INFO] [main] org.apache.catalina.core.StandardEngine - Starting Servlet 
Engine: Apache Tomcat/6.0-snapshot
Context init...
Logger name for context: oflaDemo
Context logger config file: logback-oflaDemo.xml
Adding logger context: oflaDemo to map for context: oflaDemo
[INFO] [main] org.apache.coyote.http11.Http11Protocol - Initializing Coyote 
HTTP/1.1 on http-127.0.0.1-5080
[INFO] [main] org.apache.coyote.http11.Http11Protocol - Starting Coyote 
HTTP/1.1 on http-127.0.0.1-5080
[INFO] [main] org.red5.server.tomcat.TomcatLoader - Dedicated RTMPT server 
configuration was not specified
[INFO] [main] org.red5.server.tomcat.TomcatLoader - Dedicated RTMPS server 
configuration was not specified
Bootstrap complete
[INFO] [Launcher:/] 
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - 
Loading properties file from ServletContext resource 
/WEB-INF/red5-web.properties
[INFO] [Launcher:/oflaDemo] 
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - 
Loading properties file from ServletContext resource 
/WEB-INF/red5-web.properties
[INFO] [Launcher:/shoutcast] 
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - 
Loading properties file from ServletContext resource 
/WEB-INF/red5-web.properties
[INFO] [Launcher:/installer] 
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - 
Loading properties file from ServletContext resource 
/WEB-INF/red5-web.properties
[INFO] [Launcher:/shoutcast] 
org.springframework.beans.factory.support.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@15b555: 
defining beans [placeholderConfig,web.context,web.scope,web.handler]; parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@fe9ad1
[INFO] [Launcher:/] 
org.springframework.beans.factory.support.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@1482747: 
defining beans [placeholderConfig,web.context,web.scope]; parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@fe9ad1
[INFO] [Launcher:/installer] 
org.springframework.beans.factory.support.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@1d742a1: 
defining beans 
[placeholderConfig,web.context,web.scope,web.handler,installer.service]; 
parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@fe9ad1
[INFO] [Launcher:/oflaDemo] 
org.springframework.beans.factory.support.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@d8f55c: 
defining beans 
[placeholderConfig,web.context,web.scope,web.handler,demoService.service]; 
parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@fe9ad1
oflaDemo appStart
[INFO] [Launcher:/installer] org.red5.server.service.Installer - Installer 
service created
###### This output comes next when a client running *ANY* version of flash 
connects via the player ######
[INFO] [NioProcessor-1] org.red5.server.net.rtmp.RTMPHandler - Connecting to: 
[WebScope@18806f7 Depth = 1, Path = '/default', Name = 'shoutcast']
[INFO] [NioProcessor-1] org.red5.server.net.rtmp.RTMPHandler - Remembering 
client buffer on stream: 5000
[INFO] [Thread-1] org.red5.server.net.rtmp.codec.RTMPProtocolEncoder - 
Resetting clock time (1284317658621) to stream time (0)
##### Difference is, with new version of flash and security patches one client 
will receive music, the other will hear nothing #####
Let me know if you need anything else, I will add info as I grab it. Thanks!
Matt

Original comment by daccatt...@gmail.com on 29 Jan 2011 at 2:44

GoogleCodeExporter commented 9 years ago
Changed 5 months ago by Matthews 

version set to 0.9.0 RC1
Changed 5 months ago by Matthews 

ADDITIONAL INFO:
I used Wireshark to try and catch any handshaking differences. THe only one I 
found was in the Transmission Control Protocol and is as follows:
Working in FF w/flash 10.1.53.64:
Transmission Control Protocol, Src Port: boscap (2990), Dst Port: 
macromedia-fcs (1935), Seq: 2998, Ack: 3074, Len: 431
Broken in FF w/flash 10.1.82.76
Transmission Control Protocol, Src Port: xxnetserver (3832), Dst Port: 
macromedia-fcs (1935), Seq: 2998, Ack: 3074, Len: 431
I looked up the ports and descriptions and didn't get very far. I'm also not 
getting very far fixing the logback errors in the Hudson build #394 and cannot 
get the latest trunk (ustable) to get itself past the Bootstrap termination 
w/out WAR deployer working like many other from what I've read. So I'm still 
stuck grasping at straws here. Maybe this information will help. Thanks!
Matt
Changed 3 months ago by eru 

component changed from Streaming and Networking to App Server
now work with flash 10.1.102.64 (red5 0.9.1), see  
http://bugs.adobe.com/jira/browse/FP-4847

Original comment by daccatt...@gmail.com on 29 Jan 2011 at 2:45

GoogleCodeExporter commented 9 years ago
This was an issue with Flash Player and has recently been fixed by Adobe.

Original comment by mondain on 25 Jul 2011 at 3:57