JyotsnaT / xuggle

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

The red5 scope in the sample app is application-level only, should be changed to match the incoming connection #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to view a transcoded video at a URL with a "room" on it in red5
2. Nothing happens.

This is easy enough to fix - change references to "this.getScope()" to 
"Red5.getConnectionLocal().getScope()" where appropriate in the 
ApplicationAdapter class for the videotranscoder app.

What operating system and JVM version are you using.
Ubuntu 8.04, Sun JVM 1.6

Original issue reported on code.google.com by aaron...@gmail.com on 13 Apr 2009 at 5:47

GoogleCodeExporter commented 9 years ago
We will attempt to get to for the next major release.

Original comment by art.cla...@gmail.com on 27 Apr 2009 at 4:52

GoogleCodeExporter commented 9 years ago
Added in r436.

Original comment by art.cla...@gmail.com on 8 May 2009 at 6:53