google-code-export / red5

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

StackOverFlow while using ServerStream #515

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.create ServerStream via StreamUtils.createServerStream(app,"webtv") on server 
side in method appStart
2.create SimplePlayItem via SimplePlayItem.build("mp4:1.mp4") and added to 
serverStream (1.mp4 is under streams directory)
3.Restart red5

What is the expected output? What do you see instead?
Expected:
Server starts without error and could receive the stream on player like
http://www.wowza.com/resources/3.5.0/examples/LiveVideoStreaming/FlashRTMPPlayer
/player.html

Observerd:
Server starts with error:

2014-07-25 15:21:45,465 [Launcher:/liveSchedule] DEBUG 
org.red5.server.scope.Scope - Adding child scope: BroadcastScope 
[clientBroadcastStream=null, compCounter=0, removed=false] to Scope 
[name=liveSchedule, path=/default, type=APPLICATION, autoStart=true, 
creationTime=1406272905446, depth=1, enabled=true, running=false]
2014-07-25 15:21:45,465 [Launcher:/liveSchedule] DEBUG 
org.red5.server.scope.Scope - Adding child scope: webtv to {}
2014-07-25 15:22:48,904 [Launcher:/liveSchedule] ERROR 
org.red5.server.scope.Scope - Could not start scope Scope [name=liveSchedule, 
path=/default, type=APPLICATION, autoStart=true, creationTime=1406272905446, 
depth=1, enabled=true, running=false] java.lang.StackOverflowError

What version of the product are you using? On what operating system?
1.0RC2 on windows7

Please provide any additional information below.
Source Code,settings and media file are attached

Original issue reported on code.google.com by hauch...@gmail.com on 25 Jul 2014 at 7:50

Attachments:

GoogleCodeExporter commented 9 years ago
any advice?

Original comment by hauch...@gmail.com on 29 Jul 2014 at 2:58

GoogleCodeExporter commented 9 years ago
There are some issues with the playlist code in the server, but I'll take a 
look when I get a chance.

Original comment by mondain on 13 Aug 2014 at 10:39

GoogleCodeExporter commented 9 years ago
Move this over to https://github.com/Red5/red5-server/issues at your leisure

Original comment by mondain on 7 Jan 2015 at 3:32