google-code-export / red5

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

Recording being truncated after a few seconds #453

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've been working with red5 for a few months on my local machine without issue, 
recently installed the latest revision (4450) in a dedicated server and 
recordings appear to be stopping a few seconds. But not seeing much information 
listed within the log file to troubleshoot. Any information your team can 
provide would be greatly appreciated.

What steps will reproduce the problem?
1. Trying to record a video stream 
2.
3.

What is the expected output? What do you see instead?
For entire video stream to be saved. The video recording stops after 3 to 4 
seconds. 

What version of the product are you using? On what operating system?
Red5 version 4450, CENTOS 6.4 x86_64

Please provide any additional information below.
Included red5.log below

2013-10-14 15:45:28,918 [main] INFO  org.red5.server.Launcher - Red5 Server 
1.0.0 $Rev: 4450 $ (http://code.google.com/p/red5/)
2013-10-14 15:45:29,036 [main] INFO  o.s.c.s.FileSystemXmlApplicationContext - 
Refreshing 
org.springframework.context.support.FileSystemXmlApplicationContext@4104c575: 
startup date [Mon Oct 14 15:45:29 UTC 2013]; root of context hierarchy
2013-10-14 15:45:29,125 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - 
Loading XML bean definitions from class path resource [red5.xml]
2013-10-14 15:45:29,408 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - 
Loading XML bean definitions from class path resource [jee-container.xml]
2013-10-14 15:45:29,544 [main] INFO  o.s.b.f.c.PropertyPlaceholderConfigurer - 
Loading properties file from class path resource [red5.properties]
2013-10-14 15:45:29,567 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7fd88db7: 
defining beans 
[placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.se
rver]; root of factory hierarchy
2013-10-14 15:45:29,603 [main] INFO  o.s.c.s.FileSystemXmlApplicationContext - 
Refreshing 
org.springframework.context.support.FileSystemXmlApplicationContext@d24111a: 
startup date [Mon Oct 14 15:45:29 UTC 2013]; root of context hierarchy
2013-10-14 15:45:29,604 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - 
Loading XML bean definitions from class path resource [red5-common.xml]
2013-10-14 15:45:29,761 [main] INFO  o.s.b.f.c.PropertyPlaceholderConfigurer - 
Loading properties file from class path resource [red5.properties]
2013-10-14 15:45:29,784 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7e94af2f: 
defining beans 
[placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.s
upport.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEn
coder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotin
gCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,st
reamService,providerService,consumerService,schedulingService,warDeployService,r
emotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,mp4reader.impl
,mp3reader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBe
an#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,stream
Executor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of 
factory hierarchy
2013-10-14 15:45:29,807 [main] INFO  o.s.r.rmi.RmiRegistryFactoryBean - 
Creating new RMI registry
2013-10-14 15:45:30,147 [main] INFO  o.s.j.s.ConnectorServerFactoryBean - JMX 
connector server started: 
javax.management.remote.rmi.RMIConnectorServer@7f629e71
2013-10-14 15:45:30,180 [main] INFO  o.s.j.e.a.AnnotationMBeanExporter - 
Registering beans for JMX exposure on startup
2013-10-14 15:45:30,182 [main] INFO  o.s.j.e.a.AnnotationMBeanExporter - Bean 
with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has 
been autodetected for JMX exposure
2013-10-14 15:45:30,272 [main] INFO  o.quartz.core.SchedulerSignalerImpl - 
Initialized Scheduler Signaller of type: class 
org.quartz.core.SchedulerSignalerImpl
2013-10-14 15:45:30,274 [main] INFO  org.quartz.core.QuartzScheduler - Quartz 
Scheduler v.1.8.5 created.
2013-10-14 15:45:30,277 [main] INFO  org.quartz.simpl.RAMJobStore - RAMJobStore 
initialized.
2013-10-14 15:45:30,278 [main] INFO  org.quartz.core.QuartzScheduler - 
Scheduler meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId 
'vid.vidikard.com1381765530251'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2013-10-14 15:45:30,278 [main] INFO  org.quartz.impl.StdSchedulerFactory - 
Quartz scheduler 'Red5_Scheduler' initialized from default resource file in 
Quartz package: 'quartz.properties'
2013-10-14 15:45:30,278 [main] INFO  org.quartz.impl.StdSchedulerFactory - 
Quartz scheduler version: 1.8.5
2013-10-14 15:45:30,278 [main] INFO  org.quartz.core.QuartzScheduler - 
Scheduler Red5_Scheduler_$_vid.vidikard.com1381765530251 started.
2013-10-14 15:45:30,279 [main] INFO  o.s.j.e.a.AnnotationMBeanExporter - Bean 
with name 'schedulingService' has been autodetected for JMX exposure
2013-10-14 15:45:30,314 [main] INFO  o.s.j.e.a.AnnotationMBeanExporter - Bean 
with name 'clientBroadcastStream' has been autodetected for JMX exposure
2013-10-14 15:45:30,342 [main] INFO  o.s.j.e.a.AnnotationMBeanExporter - 
Located MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0': 
registering with JMX server as MBean 
[org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean
#0,type=RMIConnectorServer]
2013-10-14 15:45:30,344 [main] INFO  o.s.j.e.a.AnnotationMBeanExporter - 
Located MBean 'schedulingService': registering with JMX server as MBean 
[org.red5.server:name=schedulingService,type=QuartzSchedulingService]
2013-10-14 15:45:30,954 [main] INFO  org.red5.server.service.WarDeployer - War 
deployer service created
2013-10-14 15:45:31,065 [main] INFO  o.s.c.s.FileSystemXmlApplicationContext - 
Refreshing 
org.springframework.context.support.FileSystemXmlApplicationContext@464693f9: 
startup date [Mon Oct 14 15:45:31 UTC 2013]; parent: ApplicationContext 
'red5.common'
2013-10-14 15:45:31,067 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - 
Loading XML bean definitions from class path resource [red5-core.xml]
2013-10-14 15:45:31,158 [main] INFO  o.s.b.f.c.PropertyPlaceholderConfigurer - 
Loading properties file from class path resource [red5.properties]
2013-10-14 15:45:31,177 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@6af2da21: 
defining beans 
[customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMi
naIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmpt
Servlet,rtmptConnection]; parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7e94af2f
2013-10-14 15:45:31,225 [main] INFO  o.r.s.net.rtmp.RTMPMinaTransport - RTMP 
Mina Transport bound to /0.0.0.0:1935
2013-10-14 15:45:31,226 [main] INFO  o.r.s.net.rtmp.RTMPMinaTransport - RTMP 
Mina Transport Settings
2013-10-14 15:45:31,226 [main] INFO  o.r.s.net.rtmp.RTMPMinaTransport - I/O 
Threads: 16
2013-10-14 15:45:31,309 [main] INFO  o.r.s.n.f.IoEventQueueThrottler - 
IoEventQueueThrottle created
2013-10-14 15:45:31,311 [main] INFO  o.r.s.net.rtmp.RTMPMinaTransport - TCP No 
Delay: true
2013-10-14 15:45:31,311 [main] INFO  o.r.s.net.rtmp.RTMPMinaTransport - 
Settings - send buffer size: 65536 recv buffer size: 65536 so linger: -1 
traffic class: 24
2013-10-14 15:45:31,370 [main] INFO  org.red5.server.ContextLoader - 
ContextLoader init
2013-10-14 15:45:31,372 [main] INFO  org.red5.server.ContextLoader - Loading: 
default.context = ${red5.root}/webapps/red5-default.xml => 
/root/usr/local/red5/webapps/red5-default.xml
2013-10-14 15:45:31,373 [main] INFO  o.s.c.s.FileSystemXmlApplicationContext - 
Refreshing 
org.springframework.context.support.FileSystemXmlApplicationContext@521c5cd7: 
startup date [Mon Oct 14 15:45:31 UTC 2013]; parent: ApplicationContext 
'red5.common'
2013-10-14 15:45:31,376 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - 
Loading XML bean definitions from URL 
[file:/root/usr/local/red5/webapps/red5-default.xml]
2013-10-14 15:45:31,424 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory - 
Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7284aa02: 
defining beans 
[global.clientRegistry,global.serviceInvoker,global.mappingStrategy,global.conte
xt,global.handler,global.scope,red5.scopeResolver]; parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7e94af2f
2013-10-14 15:45:31,525 [main] INFO  org.red5.server.Context - Setting parent 
bean factory as core
2013-10-14 15:45:31,753 [main] INFO  org.red5.server.tomcat.TomcatLoader - 
Setting connector: org.apache.catalina.connector.Connector
2013-10-14 15:45:31,753 [main] INFO  org.red5.server.tomcat.TomcatLoader - 
Address to bind: /0.0.0.0:5080
2013-10-14 15:45:31,754 [main] INFO  org.red5.server.tomcat.TomcatLoader - 
Loading tomcat context
2013-10-14 15:45:31,754 [main] INFO  org.red5.server.tomcat.TomcatLoader - 
Server root: /root/usr/local/red5
2013-10-14 15:45:31,754 [main] INFO  org.red5.server.tomcat.TomcatLoader - 
Config root: /root/usr/local/red5/conf
2013-10-14 15:45:31,790 [main] INFO  org.red5.server.tomcat.TomcatLoader - 
Application root: /root/usr/local/red5/webapps
2013-10-14 15:45:31,900 [main] INFO  org.red5.server.tomcat.TomcatLoader - 
Starting Tomcat servlet engine
2013-10-14 15:45:31,900 [main] INFO  o.apache.catalina.startup.Embedded - 
Starting tomcat server
2013-10-14 15:45:31,971 [main] INFO  o.a.catalina.core.StandardEngine - 
Starting Servlet Engine: Apache Tomcat/6.0.36
2013-10-14 15:45:32,293 [main] INFO  org.apache.catalina.realm.JAASRealm - Set 
JAAS app name red5Engine
2013-10-14 15:45:33,135 [main] INFO  o.a.tomcat.util.net.NioSelectorPool - 
Using a shared selector for servlet write/read
2013-10-14 15:45:33,139 [main] INFO  o.a.coyote.http11.Http11NioProtocol - 
Initializing Coyote HTTP/1.1 on http-0.0.0.0-5080
2013-10-14 15:45:33,151 [main] INFO  o.a.coyote.http11.Http11NioProtocol - 
Starting Coyote HTTP/1.1 on http-0.0.0.0-5080
2013-10-14 15:45:33,178 [main] INFO  org.red5.server.tomcat.TomcatLoader - 
Dedicated RTMPT server configuration was not specified
2013-10-14 15:45:33,213 [Launcher:/] INFO  o.s.w.c.s.XmlWebApplicationContext - 
Refreshing Root WebApplicationContext: startup date [Mon Oct 14 15:45:33 UTC 
2013]; parent: 
org.springframework.context.support.FileSystemXmlApplicationContext@521c5cd7
2013-10-14 15:45:33,213 [Launcher:/SOSample] INFO  
o.s.w.c.s.XmlWebApplicationContext - Refreshing Root WebApplicationContext: 
startup date [Mon Oct 14 15:45:33 UTC 2013]; parent: 
org.springframework.context.support.FileSystemXmlApplicationContext@521c5cd7
2013-10-14 15:45:33,213 [Launcher:/vod] INFO  
o.s.w.c.s.XmlWebApplicationContext - Refreshing Root WebApplicationContext: 
startup date [Mon Oct 14 15:45:33 UTC 2013]; parent: 
org.springframework.context.support.FileSystemXmlApplicationContext@521c5cd7
2013-10-14 15:45:33,217 [Launcher:/oflaDemo] INFO  
o.s.w.c.s.XmlWebApplicationContext - Refreshing Root WebApplicationContext: 
startup date [Mon Oct 14 15:45:33 UTC 2013]; parent: 
org.springframework.context.support.FileSystemXmlApplicationContext@521c5cd7
2013-10-14 15:45:33,218 [Launcher:/admin] INFO  
o.s.w.c.s.XmlWebApplicationContext - Refreshing Root WebApplicationContext: 
startup date [Mon Oct 14 15:45:33 UTC 2013]; parent: 
org.springframework.context.support.FileSystemXmlApplicationContext@521c5cd7
2013-10-14 15:45:33,218 [Launcher:/live] INFO  
o.s.w.c.s.XmlWebApplicationContext - Refreshing Root WebApplicationContext: 
startup date [Mon Oct 14 15:45:33 UTC 2013]; parent: 
org.springframework.context.support.FileSystemXmlApplicationContext@521c5cd7
2013-10-14 15:45:33,219 [Launcher:/installer] INFO  
o.s.w.c.s.XmlWebApplicationContext - Refreshing Root WebApplicationContext: 
startup date [Mon Oct 14 15:45:33 UTC 2013]; parent: 
org.springframework.context.support.FileSystemXmlApplicationContext@521c5cd7
2013-10-14 15:45:33,244 [Launcher:/installer] INFO  
o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from 
ServletContext resource [/WEB-INF/red5-web.xml]
2013-10-14 15:45:33,244 [Launcher:/live] INFO  
o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from 
ServletContext resource [/WEB-INF/red5-web.xml]
2013-10-14 15:45:33,244 [Launcher:/admin] INFO  
o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from 
ServletContext resource [/WEB-INF/red5-security.xml]
2013-10-14 15:45:33,245 [Launcher:/oflaDemo] INFO  
o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from 
ServletContext resource [/WEB-INF/red5-web.xml]
2013-10-14 15:45:33,245 [Launcher:/vod] INFO  
o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from 
ServletContext resource [/WEB-INF/red5-web.xml]
2013-10-14 15:45:33,246 [Launcher:/SOSample] INFO  
o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from 
ServletContext resource [/WEB-INF/red5-web.xml]
2013-10-14 15:45:33,248 [Launcher:/] INFO  o.s.b.f.xml.XmlBeanDefinitionReader 
- Loading XML bean definitions from ServletContext resource 
[/WEB-INF/red5-web.xml]
2013-10-14 15:45:33,290 [Launcher:/admin] INFO  
o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from 
ServletContext resource [/WEB-INF/red5-web.xml]
2013-10-14 15:45:33,398 [Launcher:/installer] INFO  
o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from 
ServletContext resource [/WEB-INF/red5-web.properties]
2013-10-14 15:45:33,402 [Launcher:/live] INFO  
o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from 
ServletContext resource [/WEB-INF/red5-web.properties]
2013-10-14 15:45:33,405 [Launcher:/] INFO  
o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from 
ServletContext resource [/WEB-INF/red5-web.properties]
2013-10-14 15:45:33,421 [Launcher:/SOSample] INFO  
o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from 
ServletContext resource [/WEB-INF/red5-web.properties]
2013-10-14 15:45:33,427 [Launcher:/SOSample] INFO  
o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@1b1a772d: 
defining beans [placeholderConfig,web.context,web.scope,web.handler]; parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7284aa02
2013-10-14 15:45:33,434 [Launcher:/live] INFO  
o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@10e5f0d2: 
defining beans [placeholderConfig,web.context,web.scope,web.handler]; parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7284aa02
2013-10-14 15:45:33,436 [Launcher:/] INFO  o.s.b.f.s.DefaultListableBeanFactory 
- Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@24be0446: 
defining beans [placeholderConfig,web.context,web.scope]; parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7284aa02
2013-10-14 15:45:33,444 [Launcher:/installer] INFO  
o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@4eda1515: 
defining beans 
[placeholderConfig,web.context,web.scope,web.handler,installer.service]; 
parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7284aa02
2013-10-14 15:45:33,446 [Launcher:/oflaDemo] INFO  
o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from 
ServletContext resource [/WEB-INF/red5-web.properties]
2013-10-14 15:45:33,446 [Launcher:/vod] INFO  
o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from 
ServletContext resource [/WEB-INF/red5-web.properties]
2013-10-14 15:45:33,459 [Launcher:/oflaDemo] INFO  
o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@1d2b9f14: 
defining beans 
[placeholderConfig,web.context,web.scope,web.handler,demoService.service]; 
parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7284aa02
2013-10-14 15:45:33,462 [Launcher:/vod] INFO  
o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@6726fef6: 
defining beans [placeholderConfig,web.context,web.scope,web.handler]; parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7284aa02
2013-10-14 15:45:33,535 [Launcher:/oflaDemo] INFO  org.red5.server.Context - 
Setting parent bean factory as core
2013-10-14 15:45:33,541 [Launcher:/] INFO  org.red5.server.Context - Setting 
parent bean factory as core
2013-10-14 15:45:33,542 [Launcher:/SOSample] INFO  org.red5.server.Context - 
Setting parent bean factory as core
2013-10-14 15:45:33,542 [Launcher:/installer] INFO  org.red5.server.Context - 
Setting parent bean factory as core
2013-10-14 15:45:33,542 [Launcher:/live] INFO  org.red5.server.Context - 
Setting parent bean factory as core
2013-10-14 15:45:33,542 [Launcher:/vod] INFO  org.red5.server.Context - Setting 
parent bean factory as core
2013-10-14 15:45:33,579 [Launcher:/admin] INFO  
o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from 
ServletContext resource [/WEB-INF/red5-web.properties]
2013-10-14 15:45:33,597 [Launcher:/admin] INFO  
o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7d627b8b: 
defining beans 
[userDetailsService,daoAuthenticationProvider,authenticationManager,userDatabase
,dataSource,placeholderConfig,web.context,web.scope,web.handler]; parent: 
org.springframework.beans.factory.support.DefaultListableBeanFactory@7284aa02
2013-10-14 15:45:33,640 [Launcher:/live] INFO  org.red5.server.scope.WebScope - 
Set server [Server@4c767fb3map[[empty]]]
2013-10-14 15:45:33,641 [Launcher:/admin] INFO  o.s.j.d.DriverManagerDataSource 
- Loaded JDBC driver: org.h2.Driver
2013-10-14 15:45:33,665 [Launcher:/live] INFO  org.red5.server.Server - Add 
mapping global: default host:  context: live
2013-10-14 15:45:33,665 [Launcher:/] INFO  org.red5.server.scope.WebScope - Set 
server [Server@4c767fb3map['/live' -> 'default']]
2013-10-14 15:45:33,665 [Launcher:/] INFO  org.red5.server.Server - Add mapping 
global: default host:  context: 
2013-10-14 15:45:33,666 [Launcher:/] WARN  org.red5.server.scope.Scope - 
Invalid scope was not added: [WebScope@5fe940a6 Depth = 1, Path = '/default', 
Name = '']
2013-10-14 15:45:33,668 [Launcher:/vod] INFO  org.red5.server.scope.WebScope - 
Set server [Server@4c767fb3map['/' -> 'default', '/live' -> 'default']]
2013-10-14 15:45:33,672 [Launcher:/installer] INFO  
org.red5.server.scope.WebScope - Set server [Server@4c767fb3map['/' -> 
'default', '/live' -> 'default']]
2013-10-14 15:45:33,673 [Launcher:/installer] INFO  org.red5.server.Server - 
Add mapping global: default host: localhost context: installer
2013-10-14 15:45:33,674 [Launcher:/installer] INFO  org.red5.server.Server - 
Add mapping global: default host: localhost:5080 context: installer
2013-10-14 15:45:33,680 [Launcher:/vod] INFO  org.red5.server.Server - Add 
mapping global: default host:  context: vod
2013-10-14 15:45:33,683 [Launcher:/SOSample] INFO  
org.red5.server.scope.WebScope - Set server [Server@4c767fb3map['/vod' -> 
'default', '/' -> 'default', 'localhost:5080/installer' -> 'default', 
'localhost/installer' -> 'default', '/live' -> 'default']]
2013-10-14 15:45:33,684 [Launcher:/SOSample] INFO  org.red5.server.Server - Add 
mapping global: default host:  context: SOSample
2013-10-14 15:45:33,684 [Launcher:/SOSample] INFO  org.red5.server.Server - Add 
mapping global: default host: localhost context: SOSample
2013-10-14 15:45:33,684 [Launcher:/SOSample] INFO  org.red5.server.Server - Add 
mapping global: default host: localhost:8088 context: SOSample
2013-10-14 15:45:33,684 [Launcher:/SOSample] INFO  org.red5.server.Server - Add 
mapping global: default host: 127.0.0.1:8088 context: SOSample
2013-10-14 15:45:33,688 [Launcher:/oflaDemo] INFO  
org.red5.server.scope.WebScope - Set server 
[Server@4c767fb3map['localhost/SOSample' -> 'default', '/vod' -> 'default', '/' 
-> 'default', 'localhost:8088/SOSample' -> 'default', 
'localhost:5080/installer' -> 'default', '/SOSample' -> 'default', 
'127.0.0.1:8088/SOSample' -> 'default', 'localhost/installer' -> 'default', 
'/live' -> 'default']]
2013-10-14 15:45:33,689 [Launcher:/oflaDemo] INFO  org.red5.server.Server - Add 
mapping global: default host:  context: oflaDemo
2013-10-14 15:45:33,689 [Launcher:/oflaDemo] INFO  org.red5.server.Server - Add 
mapping global: default host: localhost context: oflaDemo
2013-10-14 15:45:33,689 [Launcher:/oflaDemo] INFO  org.red5.server.Server - Add 
mapping global: default host: localhost:8088 context: oflaDemo
2013-10-14 15:45:33,689 [Launcher:/oflaDemo] INFO  org.red5.server.Server - Add 
mapping global: default host: 127.0.0.1:8088 context: oflaDemo
2013-10-14 15:45:33,695 [Launcher:/oflaDemo] INFO  
org.red5.demos.oflaDemo.Application - oflaDemo appStart
2013-10-14 15:45:33,703 [Launcher:/installer] INFO  
org.red5.server.service.Installer - Installer service created
2013-10-14 15:45:34,410 [Launcher:/admin] INFO  org.red5.server.Context - 
Setting parent bean factory as core
2013-10-14 15:45:34,414 [Launcher:/admin] INFO  org.red5.server.scope.WebScope 
- Set server [Server@4c767fb3map['localhost/SOSample' -> 'default', '/vod' -> 
'default', '127.0.0.1:8088/oflaDemo' -> 'default', '/' -> 'default', 
'localhost:8088/SOSample' -> 'default', 'localhost:5080/installer' -> 
'default', '/SOSample' -> 'default', '127.0.0.1:8088/SOSample' -> 'default', 
'localhost/installer' -> 'default', '/live' -> 'default', '/oflaDemo' -> 
'default', 'localhost:8088/oflaDemo' -> 'default', 'localhost/oflaDemo' -> 
'default']]
2013-10-14 15:45:34,414 [Launcher:/admin] INFO  org.red5.server.Server - Add 
mapping global: default host:  context: admin
2013-10-14 15:47:13,408 [pool-8-thread-2] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect
2013-10-14 15:47:13,411 [pool-8-thread-2] INFO  
o.r.server.net.rtmp.RTMPConnection - Setting object encoding to AMF3
2013-10-14 15:47:13,411 [pool-8-thread-2] INFO  
o.red5.server.net.rtmp.RTMPHandler - Connecting to: [WebScope@228ab65 Depth = 
1, Path = '/default', Name = 'vod']
2013-10-14 15:47:13,413 [pool-8-thread-2] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:session x-event:connect 
c-ip:24.12.206.76 c-client-id:0
2013-10-14 15:47:21,515 [pool-8-thread-3] INFO  
o.r.s.stream.ClientBroadcastStream - Provider connect
2013-10-14 15:47:21,515 [pool-8-thread-3] INFO  
o.r.s.stream.ClientBroadcastStream - Stream start
2013-10-14 15:47:21,516 [pool-8-thread-3] INFO  
o.r.s.stream.ClientBroadcastStream - Provider connect
2013-10-14 15:47:21,524 [pool-8-thread-3] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:stream x-event:record-start 
c-ip:24.12.206.76 x-sname:514e3ead-eef6-42e1-91c1-da9d54b0b5e8 x-file-name:null
2013-10-14 15:47:29,821 [pool-8-thread-4] INFO  
o.r.s.stream.ClientBroadcastStream - Stream close
2013-10-14 15:47:29,822 [pool-8-thread-4] INFO  
o.r.s.stream.ClientBroadcastStream - Provider disconnect
2013-10-14 15:47:29,832 [pool-8-thread-4] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:stream x-event:record-stop 
c-ip:24.12.206.76 x-sname:514e3ead-eef6-42e1-91c1-da9d54b0b5e8 x-file-name:null
2013-10-14 15:47:29,835 [pool-8-thread-4] INFO  
o.r.s.stream.ClientBroadcastStream - Provider disconnect
2013-10-14 15:47:29,835 [pool-8-thread-4] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:stream x-event:unpublish 
c-ip:24.12.206.76 cs-bytes:547107 sc-bytes:123737 
x-sname:514e3ead-eef6-42e1-91c1-da9d54b0b5e8 x-file-length:8 
x-name:LL42PydE1381765624
2013-10-14 15:47:31,403 [pool-8-thread-3] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:session x-event:disconnect 
c-ip:24.12.206.76 c-client-id:0
2013-10-14 15:47:35,660 [pool-8-thread-5] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect
2013-10-14 15:47:35,661 [pool-8-thread-5] INFO  
o.red5.server.net.rtmp.RTMPHandler - Connecting to: [WebScope@228ab65 Depth = 
1, Path = '/default', Name = 'vod']
2013-10-14 15:47:35,662 [pool-8-thread-5] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:session x-event:connect 
c-ip:192.163.212.124 c-client-id:1
2013-10-14 15:47:35,674 [pool-8-thread-5] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action createStream
2013-10-14 15:47:35,675 [pool-8-thread-5] INFO  
o.red5.server.net.rtmp.RTMPHandler - Remembering client buffer on stream: 300
2013-10-14 15:47:35,676 [pool-8-thread-5] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action play
2013-10-14 15:47:35,692 [pool-5-thread-1] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:stream x-event:play 
c-ip:192.163.212.124 x-sname:30c94f5e-03d4-4648-b276-c80b3b9c3d56
2013-10-14 15:47:35,713 [pool-5-thread-1] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:stream x-event:play 
c-ip:192.163.212.124 x-sname:30c94f5e-03d4-4648-b276-c80b3b9c3d56 
x-name:LL42PydE1381765624
2013-10-14 15:47:36,339 [pool-8-thread-6] WARN  
o.r.s.net.rtmp.RTMPMinaIoHandler - Exception caught Connection reset by peer
2013-10-14 15:47:36,341 [pool-8-thread-6] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:session x-event:disconnect 
c-ip:192.163.212.124 c-client-id:1
2013-10-14 15:47:36,341 [pool-5-thread-1] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:stream x-event:stop 
c-ip:192.163.212.124 cs-bytes:3397 sc-bytes:252918 
x-sname:30c94f5e-03d4-4648-b276-c80b3b9c3d56
2013-10-14 15:47:43,955 [pool-8-thread-7] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect
2013-10-14 15:47:43,956 [pool-8-thread-7] INFO  
o.red5.server.net.rtmp.RTMPHandler - Connecting to: [WebScope@228ab65 Depth = 
1, Path = '/default', Name = 'vod']
2013-10-14 15:47:43,957 [pool-8-thread-7] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:session x-event:connect 
c-ip:24.12.206.76 c-client-id:2
2013-10-14 15:47:44,058 [pool-8-thread-8] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action _error
2013-10-14 15:47:44,058 [pool-8-thread-8] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action createStream
2013-10-14 15:47:44,066 [pool-8-thread-8] INFO  
o.red5.server.net.rtmp.RTMPHandler - Remembering client buffer on stream: 2000
2013-10-14 15:47:44,127 [pool-8-thread-8] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action play
2013-10-14 15:47:44,128 [pool-8-thread-8] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action _error
2013-10-14 15:47:44,133 [pool-5-thread-3] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:stream x-event:play 
c-ip:24.12.206.76 x-sname:7dfe8eff-e609-45a5-abb3-fd8769a8589f
2013-10-14 15:47:44,280 [pool-5-thread-3] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:stream x-event:play 
c-ip:24.12.206.76 x-sname:7dfe8eff-e609-45a5-abb3-fd8769a8589f 
x-name:LL42PydE1381765624
2013-10-14 15:47:44,826 [pool-8-thread-7] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action _error
2013-10-14 15:47:45,683 [pool-8-thread-7] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action _error
2013-10-14 15:47:48,063 [pool-5-thread-2] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:stream x-event:stop c-ip: 
cs-bytes:-1 sc-bytes:-1 x-sname:7dfe8eff-e609-45a5-abb3-fd8769a8589f 
x-file-length:3 x-file-size:279413 x-name:LL42PydE1381765624
2013-10-14 15:47:48,242 [pool-8-thread-7] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:session x-event:disconnect 
c-ip:24.12.206.76 c-client-id:2
2013-10-14 15:47:48,242 [pool-5-thread-2] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:stream x-event:stop 
c-ip:24.12.206.76 cs-bytes:3885 sc-bytes:588326 
x-sname:7dfe8eff-e609-45a5-abb3-fd8769a8589f

Original issue reported on code.google.com by alexande...@gmail.com on 14 Oct 2013 at 5:55

Attachments:

GoogleCodeExporter commented 9 years ago
If there is a need for additional information please let me know. 

Original comment by alexande...@gmail.com on 18 Oct 2013 at 12:28

GoogleCodeExporter commented 9 years ago
I'm think the answer or problem is here: 

2013-10-14 15:47:21,524 [pool-8-thread-3] INFO  
o.r.s.adapter.ApplicationAdapter - W3C x-category:stream x-event:record-start 
c-ip:24.12.206.76 x-sname:514e3ead-eef6-42e1-91c1-da9d54b0b5e8 x-file-name:null

Look at the last bit of the log entry, your file name is null; that is not 
allowed.

Original comment by mondain on 31 Oct 2013 at 3:09

GoogleCodeExporter commented 9 years ago
Thank you for taking a look into my question. I'll look into what could be 
causing this issue and update the ticket, if this is the root of the issue. 

Original comment by alexande...@gmail.com on 13 Nov 2013 at 8:21

GoogleCodeExporter commented 9 years ago
Unclear or no longer valid issues

Original comment by mondain on 9 Nov 2014 at 4:02