red5-server icon indicating copy to clipboard operation
red5-server copied to clipboard

StackOverFlow while using ServerStream

Open mondain opened this issue 9 years ago • 4 comments

From @GoogleCodeExporter on March 15, 2015 17:2

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 [email protected] on 25 Jul 2014 at 7:50

Attachments:

Copied from original issue: mondain/red5#515

mondain avatar Mar 18 '15 12:03 mondain

From @GoogleCodeExporter on March 15, 2015 17:2

any advice?

Original comment by [email protected] on 29 Jul 2014 at 2:58

mondain avatar Mar 18 '15 12:03 mondain

From @GoogleCodeExporter on March 15, 2015 17:2

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

  • Changed state: Accepted

mondain avatar Mar 18 '15 12:03 mondain

From @GoogleCodeExporter on March 15, 2015 17:2

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

mondain avatar Mar 18 '15 12:03 mondain

This issue was moved to Red5/red5-server#62

mondain avatar Mar 18 '15 12:03 mondain