robertdoo / red5

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

Rename red5 clients's package org.red5.server.stream to org.red5.proxy #431

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
  In the red5 client code @ http://code.google.com/p/red5/source/browse/java/client/trunk/src/main/java/org/red5/server/stream/ there are two files (that I use) which cause the resulting jar file to contain all the class files from the server distribution. Mixing client and server jar is practically impossible  as simple operators as instanceof get confused with multiple instances of the same class file on the classpath (this is how I found this problem)
  Renaming this package to org.red5.proxy only involves changes in this two files but generated jar does not cause controversion when mixing client and server jars
  I'm not sure who uses this code and how renaming this package will effect other projects but I think this is a sane request :) as a bonus I can contribute my PacketCopyStreamingProxy latter when I'm done polishing :)

Original issue reported on code.google.com by st.iv....@gmail.com on 28 Aug 2013 at 1:34

GoogleCodeExporter commented 9 years ago
I wouldn't mind renaming things so long as it works best for implementers. If 
you want to create a patch file I would be glad to review it. Also any 
contributions are appreciated.

Original comment by mondain on 28 Aug 2013 at 3:24

GoogleCodeExporter commented 9 years ago
Fixed with revision 431

Original comment by mondain on 29 Aug 2013 at 7:59