Red5 demo apps showing error -
i getting following while connecting red5 demo apps :
netconnection.connect.closed
[warn] [connectionchecker-1] org.red5.server.net.rtmp.rtmpconnmanager - connection gn0psgbze63tf has exceeded max inactivity threshold of 60000 ms
[info] [nioprocessor-5] org.red5.server.net.rtmp.rtmpminaconnection - connection closed:
[warn] [nioprocessor-5] org.red5.server.net.rtmp.rtmpminaiohandler - connection not found gn0psgbze63tf
[error] [rtmpconnectionexecutor-3] org.red5.server.service.serviceinvoker - method getapplicationlist parameters [] not found in org.red5.server.context@4989fa8
[warn] [rtmpconnectionexecutor-3] org.red5.server.service.serviceinvoker - service not found: installer
[warn] [connectionchecker-1] org.red5.server.net.rtmp.rtmpconnmanager - connection q6tfxyixbd4t4 has exceeded max inactivity threshold of 60000 ms
[info] [nioprocessor-9] org.red5.server.net.rtmp.rtmpminaconnection - connection closed:
[warn] [nioprocessor-9] org.red5.server.net.rtmp.rtmpminaiohandler - connection not found q6tfxyixbd4t4 [root@vps red5]# ^c
a few things happening here:
your client connection timing out
the method attempted call doesn't exist
the installer service isn't installed or running
obviously dont know happened before first line "netconnection.connect.closed" can't assume missing section. fix 1-3, need add installer app install. grab stuff in location , put in red5/webapps/installer directory: https://github.com/red5/red5-server/tree/master/src/main/server/webapps/installer
Comments
Post a Comment