[Red5devs] Tickets for 0.7

Dan Rossi spam at electroteque.org
Thu Feb 21 02:38:20 PST 2008


Yes thats the one. Damn it was working. Maybe its the urlmapping  
config bit. It was automatically mapping before. Ill see if i have the  
headspace to look at it tommorow as I was doing this while monitoring  
trunk on the live servers :). I still can't manage to find a tool for  
acegi which updates flatfile user databases. I believe its just  
logging the password to console.

On 21/02/2008, at 8:51 PM, Thijs Triemstra | Collab wrote:

> Also getting a 503 service unavailable error, log shows no errors  
> though..
>
> 2008-02-21 10:49:59,475 [main] INFO  /admin - Initializing Spring  
> root WebApplicationContext
> 2008-02-21 10:49:59,476 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization started
> 2008-02-21 10:50:00,201 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from ServletContext resource [/WEB-INF/ 
> red5-web.properties]
> 2008-02-21 10:50:00,235 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons in  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at b64611: defining  
> beans  
> [authenticationManager 
> ,daoAuthenticationProvider 
> ,passwordEncoder 
> ,saltSource 
> ,userDetailsService 
> ,placeholderConfig 
> ,authClientRegistry,web.context,web.scope,web.handler]; parent:  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at deddc
> 2008-02-21 10:50:00,489 [main] INFO   
> org.springframework.beans.factory.config.PropertiesFactoryBean -  
> Loading properties file from ServletContext resource [/WEB-INF/ 
> users.properties]
> 2008-02-21 10:50:00,660 [main] INFO   
> org.springframework.cache.ehcache.EhCacheManagerFactoryBean -  
> Initializing EHCache CacheManager
> 2008-02-21 10:50:00,856 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Destroying singletons in  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at b64611: defining  
> beans  
> [authenticationManager 
> ,daoAuthenticationProvider 
> ,passwordEncoder 
> ,saltSource 
> ,userDetailsService 
> ,placeholderConfig 
> ,authClientRegistry,web.context,web.scope,web.handler]; parent:  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at deddc
> 2008-02-21 10:50:00,857 [main] INFO   
> org.springframework.cache.ehcache.EhCacheManagerFactoryBean -  
> Shutting down EHCache CacheManager
>
> Thijs
>
> On Feb 21, 2008, at 10:25 AM, Dan Rossi wrote:
>
>> Thanks for whoever cleaned up my controller source. Was that paul ?  
>> Thats why i didnt add it to svn. It was really late when i did it,  
>> and i dont fully understand spring mvc as yet :) I believe it  
>> doesnt load the jsp files for some reason though.  Im getting not  
>> found errors.
>>
>>
>> On 21/02/2008, at 9:16 AM, Dan Rossi wrote:
>>
>>> Ok i just wanted to confirm first i was on the right track. Maybe  
>>> it would be best now i am thinking of it a user register service  
>>> so their is a form in the admin app itself. But then there is all  
>>> kinds of security problems with that.
>>>
>>> On 21/02/2008, at 8:44 AM, Thijs Triemstra | Collab wrote:
>>>
>>>> Dan,
>>>>
>>>> can you provide a svn diff against the trunk instead of a .zip?
>>>>
>>>> Thijs
>>>>
>>>> On Feb 20, 2008, at 5:26 PM, Dan Rossi wrote:
>>>>
>>>>> Hi here is where i am up to right now
>>>>>
>>>>> the index.jsp forwards to a controller which identifies if the  
>>>>> user list is empty or not. If its empty it will redirect to a  
>>>>> register form. If there is already a user set it will display  
>>>>> the admin panel jsp.
>>>>>
>>>>> When the form submit it calls the password generator class with  
>>>>> the salt and password and currently just outputs it to console.  
>>>>> The hard part right now is registering the user to the  
>>>>> properties file. The freaky deaky thing is I cant seem to be  
>>>>> able to get acegi to do this with a properties file. Maybe with  
>>>>> the jdbc one it could easily.
>>>>>
>>>>> http://red5.electroteque.org/dev/admin.zip
>>>>>
>>>>>
>>>>> On 19/02/2008, at 11:10 AM, Thijs Triemstra | Collab wrote:
>>>>>
>>>>>> Hi Dan,
>>>>>>
>>>>>> the swfobject isn't missing, this, and the swf files, are  
>>>>>> copied into the admin/WEB-INF/assets folder when you compile  
>>>>>> the server. See build.xml for details.
>>>>>>
>>>>>> Thijs
>>>>>>
>>>>>>
>>>>>> On Feb 19, 2008, at 1:01 AM, Dan Rossi wrote:
>>>>>>
>>>>>>> It'll have a default "welcome" jsp page which forwards to  
>>>>>>> another "controller" page to check what to display i guess.
>>>>>>>
>>>>>>> Ive also noticed that the swfobject is missing so the admin  
>>>>>>> wont display. I'll guess ill add that. I'll let you know if i  
>>>>>>> run into problems.
>>>>>>>
>>>>>>> On 19/02/2008, at 10:48 AM, Thijs Triemstra | Collab wrote:
>>>>>>>
>>>>>>>> Yep. I guess the current index.html in admin/WEB-INF/ should  
>>>>>>>> become a .jsp?
>>>>>>>>
>>>>>>>> Thijs
>>>>>>>>
>>>>>>>> On Feb 19, 2008, at 12:30 AM, Dan Rossi wrote:
>>>>>>>>
>>>>>>>>> So just confirming, this system will check for an empty  
>>>>>>>>> users.properties file and force to add a new username /  
>>>>>>>>> password before displaying the admin ?
>>>>>>>>>
>>>>>>>>> On 19/02/2008, at 10:23 AM, Dan Rossi wrote:
>>>>>>>>>
>>>>>>>>>> I'll try my best with it today. I started on something in  
>>>>>>>>>> spring MVC because its requiring forms etc but it might be  
>>>>>>>>>> way over my head :) The idea was easy to put down but  
>>>>>>>>>> putting into practice is another thing ! :D
>>>>>>>>>>
>>>>>>>>>> On 19/02/2008, at 8:28 AM, Thijs Triemstra | Collab wrote:
>>>>>>>>>>
>>>>>>>>>>> Dan, how far did you get with the jsp page? We need to  
>>>>>>>>>>> have something setup so people won't flood the lists  
>>>>>>>>>>> asking for the default admin password etc..
>>>>>>>>>>>
>>>>>>>>>>> Thijs
>>>>>>>>>>>
>>>>>>>>>>> On Feb 18, 2008, at 10:22 PM, Chris Allen wrote:
>>>>>>>>>>>
>>>>>>>>>>>> So what's the status on the remaining bug fixes? Does it  
>>>>>>>>>>>> look like we can release 0.7 tomorrow?
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Feb 14, 2008, at 10:32 PM, Steven Gong wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Fixed on r2647
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Fri, Feb 15, 2008 at 9:45 AM, Thijs Triemstra |  
>>>>>>>>>>>>> Collab <lists at collab.nl> wrote:
>>>>>>>>>>>>> Thanks Steven.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Feb 15, 2008, at 2:37 AM, Steven Gong wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Fri, Feb 15, 2008 at 9:31 AM, Chris Allen <mrchrisallen at gmail.com 
>>>>>>>>>>>>>> > wrote:
>>>>>>>>>>>>>> That makes sense to me. So it sounds like we can make  
>>>>>>>>>>>>>> this all happen by Tuesday. Does anyone see any road  
>>>>>>>>>>>>>> blocks?
>>>>>>>>>>>>>> I will take a look at this:
>>>>>>>>>>>>>>   - the echo test application (DEV_Deploy/ 
>>>>>>>>>>>>>> echo_test.swf) isn't able
>>>>>>>>>>>>>> to complete all AMF tests, it stops at the Object test.  
>>>>>>>>>>>>>> I don't think
>>>>>>>>>>>>>> it makes sense releasing 0.7 when such a critical  
>>>>>>>>>>>>>> issue, which worked
>>>>>>>>>>>>>> before, is still present in the server
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> -Chris
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Feb 14, 2008, at 7:58 PM, Dan Rossi wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Ok so registration via JSP page if the user storage is  
>>>>>>>>>>>>>>> blank. And then ability to change it again inside the  
>>>>>>>>>>>>>>> admin app you think ?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 15/02/2008, at 11:34 AM, Thijs Triemstra | Collab  
>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> We're all pretty busy so fixes are welcome.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thijs
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Feb 15, 2008, at 12:17 AM, Dan Rossi wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I built that generator class should I have a go at a  
>>>>>>>>>>>>>>>>> jsp page or would someone else like to have a crack  
>>>>>>>>>>>>>>>>> at it ? I'm guessing it will interface with it or  
>>>>>>>>>>>>>>>>> whatever.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On 15/02/2008, at 8:25 AM, Mondain wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I agree, and to improve the admin password issue i  
>>>>>>>>>>>>>>>>>> offer this suggestion: create a one-time jsp page  
>>>>>>>>>>>>>>>>>> that will allow users to generate their passwords.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Paul
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Thu, Feb 14, 2008 at 11:46 AM, Thijs Triemstra |  
>>>>>>>>>>>>>>>>>> Collab <lists at collab.nl> wrote:
>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> few things that probably should be fixed before we  
>>>>>>>>>>>>>>>>>> release 0.7:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  - the echo test application (DEV_Deploy/ 
>>>>>>>>>>>>>>>>>> echo_test.swf) isn't able
>>>>>>>>>>>>>>>>>> to complete all AMF tests, it stops at the Object  
>>>>>>>>>>>>>>>>>> test. I don't think
>>>>>>>>>>>>>>>>>> it makes sense releasing 0.7 when such a critical  
>>>>>>>>>>>>>>>>>> issue, which worked
>>>>>>>>>>>>>>>>>> before, is still present in the server
>>>>>>>>>>>>>>>>>>  - I integrated the admin panel into the trunk and  
>>>>>>>>>>>>>>>>>> it's now
>>>>>>>>>>>>>>>>>> available on http://localhost:5080/admin when you  
>>>>>>>>>>>>>>>>>> start the server.
>>>>>>>>>>>>>>>>>> There's currently a seperate Ant build file that is  
>>>>>>>>>>>>>>>>>> used to generate
>>>>>>>>>>>>>>>>>> hashed passwords for the admin, but that's a far  
>>>>>>>>>>>>>>>>>> from optimal
>>>>>>>>>>>>>>>>>> solution. Any ideas how to improve this?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Cheers,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thijs
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Feb 13, 2008, at 2:31 AM, Chris Allen wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> > Hey Guys,
>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>> > Just wondering where everyone is with all of  
>>>>>>>>>>>>>>>>>> this? I'm hoping that we
>>>>>>>>>>>>>>>>>> > can do a release on next Tuesday. That way I have  
>>>>>>>>>>>>>>>>>> time to incorporate
>>>>>>>>>>>>>>>>>> > it into my presentation  well before I present on  
>>>>>>>>>>>>>>>>>> red at FITC
>>>>>>>>>>>>>>>>>> > Amsterdam. Let me know if you think it's  
>>>>>>>>>>>>>>>>>> possible. Also, Paul, how
>>>>>>>>>>>>>>>>>> > much more time do you think you need to get the h. 
>>>>>>>>>>>>>>>>>> 264 streaming
>>>>>>>>>>>>>>>>>> > working?
>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>> > -Chris
>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>> > On Feb 5, 2008, at 4:25 PM, Thijs Triemstra |  
>>>>>>>>>>>>>>>>>> Collab wrote:
>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>> >> Patch was applied in r2588 by paul.
>>>>>>>>>>>>>>>>>> >>
>>>>>>>>>>>>>>>>>> >> Thanks,
>>>>>>>>>>>>>>>>>> >>
>>>>>>>>>>>>>>>>>> >> Thijs
>>>>>>>>>>>>>>>>>> >>
>>>>>>>>>>>>>>>>>> >> On Feb 5, 2008, at 11:07 AM, Victor wrote:
>>>>>>>>>>>>>>>>>> >>
>>>>>>>>>>>>>>>>>> >>> For those who use Red5 for remote calls from  
>>>>>>>>>>>>>>>>>> Flex, this may be also
>>>>>>>>>>>>>>>>>> >>> useful:
>>>>>>>>>>>>>>>>>> >>> http://jira.red5.org/browse/APPSERVER-161
>>>>>>>>>>>>>>>>>> >>>
>>>>>>>>>>>>>>>>>> >>> I posted a patch there.
>>>>>>>>>>>>>>>>>> >>>
>>>>>>>>>>>>>>>>>> >>> Victor
>>>>>>>>>>>>>>>>>> >>>
>>>>>>>>>>>>>>>>>> >>> _______________________________________________
>>>>>>>>>>>>>>>>>> >>> Red5devs mailing list
>>>>>>>>>>>>>>>>>> >>> Red5devs at osflash.org
>>>>>>>>>>>>>>>>>> >>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>>>>>>>> >>
>>>>>>>>>>>>>>>>>> >>
>>>>>>>>>>>>>>>>>> >> _______________________________________________
>>>>>>>>>>>>>>>>>> >> Red5devs mailing list
>>>>>>>>>>>>>>>>>> >> Red5devs at osflash.org
>>>>>>>>>>>>>>>>>> >> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>> > _______________________________________________
>>>>>>>>>>>>>>>>>> > Red5devs mailing list
>>>>>>>>>>>>>>>>>> > Red5devs at osflash.org
>>>>>>>>>>>>>>>>>> > http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>>> Red5devs mailing list
>>>>>>>>>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> -- 
>>>>>>>>>>>>>>>>>> It is difficult to free fools from the chains they  
>>>>>>>>>>>>>>>>>> revere. - Voltaire  
>>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>>> Red5devs mailing list
>>>>>>>>>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>> Red5devs mailing list
>>>>>>>>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>> Red5devs mailing list
>>>>>>>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>>>>>>>> http://osflash.org/mailman/listinfo/ 
>>>>>>>>>>>>>>>> red5devs_osflash.org
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Red5devs mailing list
>>>>>>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Red5devs mailing list
>>>>>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> -- 
>>>>>>>>>>>>>> Best Regards
>>>>>>>>>>>>>> Steven Gong
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> InfraRed5 Red5 Consultant: http://www.infrared5.com, steven at infrared5.com
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Red5 Developer: http://osflash.org/red5, http://jira.red5.org/confluence/display/ 
>>>>>>>>>>>>>> ~steven/Home
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Javaflash Project Founder and Maintainer: http://osflash.org/javaflash
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Modesty is an overrated quality in men of no great  
>>>>>>>>>>>>>> accomplishment. -- Ricky Jay
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Red5devs mailing list
>>>>>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Red5devs mailing list
>>>>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> -- 
>>>>>>>>>>>>> Best Regards
>>>>>>>>>>>>> Steven Gong
>>>>>>>>>>>>>
>>>>>>>>>>>>> InfraRed5 Red5 Consultant: http://www.infrared5.com, steven at infrared5.com
>>>>>>>>>>>>>
>>>>>>>>>>>>> Red5 Developer: http://osflash.org/red5, http://jira.red5.org/confluence/display/ 
>>>>>>>>>>>>> ~steven/Home
>>>>>>>>>>>>>
>>>>>>>>>>>>> Javaflash Project Founder and Maintainer: http://osflash.org/javaflash
>>>>>>>>>>>>>
>>>>>>>>>>>>> Modesty is an overrated quality in men of no great  
>>>>>>>>>>>>> accomplishment. -- Ricky Jay  
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Red5devs mailing list
>>>>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>>
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Red5devs mailing list
>>>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Red5devs mailing list
>>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Red5devs mailing list
>>>>>>>>>> Red5devs at osflash.org
>>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Red5devs mailing list
>>>>>>>>> Red5devs at osflash.org
>>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Red5devs mailing list
>>>>>>>> Red5devs at osflash.org
>>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Red5devs mailing list
>>>>>>> Red5devs at osflash.org
>>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>>
>>>>>> _______________________________________________
>>>>>> Red5devs mailing list
>>>>>> Red5devs at osflash.org
>>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>>
>>>>> _______________________________________________
>>>>> Red5devs mailing list
>>>>> Red5devs at osflash.org
>>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>>
>>>> _______________________________________________
>>>> Red5devs mailing list
>>>> Red5devs at osflash.org
>>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>>
>>> _______________________________________________
>>> Red5devs mailing list
>>> Red5devs at osflash.org
>>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>
>> _______________________________________________
>> Red5devs mailing list
>> Red5devs at osflash.org
>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>
> _______________________________________________
> Red5devs mailing list
> Red5devs at osflash.org
> http://osflash.org/mailman/listinfo/red5devs_osflash.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5devs_osflash.org/attachments/20080221/6abff37c/attachment-0001.html 


More information about the Red5devs mailing list