Ooh yes I now understand! I wanted to  ask too where the AS in 
Videoconference.fla is.... I looked everywhere! The code is linked 
directly to the movieclips, ingenious...
I'm glad that the shell startup script now works, I'll test it in a 
moment..yes, it works but... not at startup... maybe I should su as a 
different user...
Also with the new red5.sh I got a line complaining about log4j .. I 
don't exactly remember the message.

Greets,
Giank TheClock

[EMAIL PROTECTED] ha scritto:
> Send Red5 mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://osflash.org/mailman/listinfo/red5_osflash.org
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Red5 digest..."
>   
> ------------------------------------------------------------------------
>
> Today's Topics:
>
>    1. Re: Red5 Videoconference Webapp on Linux (Joachim Bauch)
>    2. red5-demo as OpenLaszlo app (Sebastian Wagner)
>    3. Re: red5-demo as OpenLaszlo app (John Grden)
>    4. Re: red5-demo as OpenLaszlo app (Chris Allen)
>    5. Re: RED5 0.4????????????????????????! (seth hillinger)
>    6. Re: red5-demo as OpenLaszlo app (Sebastian Wagner)
>   
>
> ------------------------------------------------------------------------
>
> Oggetto:
> Re: [Red5] Red5 Videoconference Webapp on Linux
> Da:
> Joachim Bauch <[EMAIL PROTECTED]>
> Data:
> Fri, 21 Apr 2006 19:08:51 +0200
> A:
> [email protected]
>
> A:
> [email protected]
>
>
> Hi Giancarlo,
>
> Giancarlo Di Massa wrote:
>   
>> It has been very easy... I even did not know there was a J2SDK v1.5, 
>> called JDK 5 update 6.. I'm a clock that loses time..
>>
>> [INFO] 0 main:( org.red5.server.Standalone.main ) RED5 Server 
>> (http://www.osflash.org/red5)
>> [INFO] 5 main:( org.red5.server.Standalone.main ) Loading red5 global 
>> context from: red5.xml
>> Exception in thread "main" java.lang.Exception: could not find 
>> configuration filered5.xml
>>         at org.red5.server.Standalone.main(Standalone.java:89)
>>
>> this is the output when I try to load the trunk via ./red5.sh, after 
>> issuing a make with "make" or "ant dist"
>>     
>
> This has just been fixed on the trunk.  Starting via "./red5.sh" works
> now.
>
>   
>> If I try to load it trough ant server it goes... should I edit something?
>>
>> Is there a way to force java to go in background and redirect the stdout 
>> to file?
>>     
>
> You can use (at least on Debian) "start-stop-daemon" to launch Red5
> in the background.
>
> To write the log output in a file, just edit the log4j.properties in the
> "conf" directory.
>
> Joachim
>
>
>   
>
> ------------------------------------------------------------------------
>
> Oggetto:
> [Red5] red5-demo as OpenLaszlo app
> Da:
> "Sebastian Wagner" <[EMAIL PROTECTED]>
> Data:
> Fri, 21 Apr 2006 19:21:32 +0200
> A:
> [email protected]
>
> A:
> [email protected]
>
>
> hi
>
> I'm quiet new to red5, I tried to do the make the red5-demo's as 
> OpenLaszlo-app.
> It finally works with the VideoDemo:
> http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx 
> <http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx>
>
> But of course i also want to do the rest of the Demo-Applications in 
> Openlaszlo especially the VideoChatDemo.
> Red5 is running but I can't get it working with the Laszlo App...
> The video App was quiet easy cause i could see the Actionsript code in 
> the Source Code of your " olfdemo.fla" ... in the 
> "videoConference.fla" i could not really see any Actionscript code. 
> I'm familiar with Actionscript 2.0 code so that i can read and 
> understand the most of the source in the AS2-class-library of the 
> videoDemo .. even if i also did not read all of it because its quiet a 
> lot. But i can't see any Actionscript-code in the " 
> videoConference.fla", could somebody give me a hint where you have put 
> the Actionscript Commands for the Button-Actions sothat i can see in 
> which order a which remote-functions you call ...
>
> Of course if somebody is interested i'll post the source-code of the 
> things i've done in Laszlo.
>
> regards
> Sebastian Wagner
>
>
> -- 
> Sebastian Wagner
> http://www.webbase-design.de
> http://www.laszlo-forum.de
> Bleichstraße 92
> 75173 Pforzheim
> Tel.: 0177-7341829
> Home: 07231-417456
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> ------------------------------------------------------------------------
>
> Oggetto:
> Re: [Red5] red5-demo as OpenLaszlo app
> Da:
> "John Grden" <[EMAIL PROTECTED]>
> Data:
> Fri, 21 Apr 2006 13:27:24 -0400
> A:
> [email protected]
>
> A:
> [email protected]
>
>
> Hey Sebastion, there's not a line of code in the video conf app fla - 
> it's all in the code libraries.
>
> If you have any questions about them, let me know and I'll do my best 
> to get you in the right direction
>
> JG
>
> On 4/21/06, *Sebastian Wagner* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     hi
>
>     I'm quiet new to red5, I tried to do the make the red5-demo's as
>     OpenLaszlo-app.
>     It finally works with the VideoDemo:
>     http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx
>     <http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx>
>
>     But of course i also want to do the rest of the Demo-Applications
>     in Openlaszlo especially the VideoChatDemo.
>     Red5 is running but I can't get it working with the Laszlo App...
>     The video App was quiet easy cause i could see the Actionsript
>     code in the Source Code of your " olfdemo.fla" ... in the
>     "videoConference.fla" i could not really see any Actionscript
>     code. I'm familiar with Actionscript 2.0 code so that i can read
>     and understand the most of the source in the AS2-class-library of
>     the videoDemo .. even if i also did not read all of it because its
>     quiet a lot. But i can't see any Actionscript-code in the "
>     videoConference.fla", could somebody give me a hint where you have
>     put the Actionscript Commands for the Button-Actions sothat i can
>     see in which order a which remote-functions you call ...
>
>     Of course if somebody is interested i'll post the source-code of
>     the things i've done in Laszlo.
>
>     regards
>     Sebastian Wagner
>
>
>     -- 
>     Sebastian Wagner
>     http://www.webbase-design.de
>     http://www.laszlo-forum.de
>     Bleichstraße 92
>     75173 Pforzheim
>     Tel.: 0177-7341829
>     Home: 07231-417456
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>     _______________________________________________
>     Red5 mailing list
>     [email protected] <mailto:[email protected]>
>     http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
>
> -- 
> John Grden - Blitz
> ------------------------------------------------------------------------
>
> Oggetto:
> Re: [Red5] red5-demo as OpenLaszlo app
> Da:
> "Chris Allen" <[EMAIL PROTECTED]>
> Data:
> Fri, 21 Apr 2006 13:42:43 -0400
> A:
> [email protected]
>
> A:
> [email protected]
>
>
> John is using classes linked to MovieClips to get the code in the
> classes to execute. Perhaps that was what you were missing. Definitely
> look at the linkage settings in the library to see which classes are
> linked to MovieClips.  That should help.
>
> -Chris
>
> On 4/21/06, John Grden <[EMAIL PROTECTED]> wrote:
>   
>> Hey Sebastion, there's not a line of code in the video conf app fla - it's
>> all in the code libraries.
>>
>> If you have any questions about them, let me know and I'll do my best to get
>> you in the right direction
>>
>> JG
>>
>>
>> On 4/21/06, Sebastian Wagner <[EMAIL PROTECTED]> wrote:
>>     
>> hi
>>
>> I'm quiet new to red5, I tried to do the make the red5-demo's as
>> OpenLaszlo-app.
>> It finally works with the VideoDemo:
>> http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx
>>
>> But of course i also want to do the rest of the Demo-Applications in
>> Openlaszlo especially the VideoChatDemo.
>> Red5 is running but I can't get it working with the Laszlo App...
>> The video App was quiet easy cause i could see the Actionsript code in the
>> Source Code of your " olfdemo.fla" ... in the "videoConference.fla" i could
>> not really see any Actionscript code. I'm familiar with Actionscript 2.0
>> code so that i can read and understand the most of the source in the
>> AS2-class-library of the videoDemo .. even if i also did not read all of it
>> because its quiet a lot. But i can't see any Actionscript-code in the "
>> videoConference.fla", could somebody give me a hint where you have put the
>> Actionscript Commands for the Button-Actions sothat i can see in which order
>> a which remote-functions you call ...
>>
>> Of course if somebody is interested i'll post the source-code of the things
>> i've done in Laszlo.
>>
>> regards
>> Sebastian Wagner
>>
>>
>> --
>> Sebastian Wagner
>>  http://www.webbase-design.de
>> http://www.laszlo-forum.de
>> Bleichstraße 92
>> 75173 Pforzheim
>> Tel.: 0177-7341829
>> Home: 07231-417456
>> [EMAIL PROTECTED]
>> _______________________________________________
>> Red5 mailing list
>> [email protected]
>>  http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>>
>>
>>
>> --
>> John Grden - Blitz
>> _______________________________________________
>> Red5 mailing list
>> [email protected]
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>>
>>     
>
>
>   
>
> ------------------------------------------------------------------------
>
> Oggetto:
> Re: [Red5] RED5 0.4????????????????????????!
> Da:
> seth hillinger <[EMAIL PROTECTED]>
> Data:
> Fri, 21 Apr 2006 13:58:45 -0400
> A:
> [email protected]
>
> A:
> [email protected]
>
>
> fczone has an interesting video Guestmap... http://fczone.com/
>
> On Apr 21, 2006, at 1:06 AM, Luke Hubbard ([EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>) wrote:
>
>> Wow.. this thread rocks. We should create a video map for 0.5.
>> Everyone can sign in and record a little message, do a little dance, 
>> whatever rocks your boat :)
>> -- Luke
>>
>> On 4/21/06, *Barry Beattie* <[EMAIL PROTECTED] 
>> <mailto:[EMAIL PROTECTED]>> wrote:
>>
>>     G'day from Australia
>>
>>     (any Kiwi's on board?
>>
>>     On 4/21/06, Flávio Lúcio Pereira <[EMAIL PROTECTED]
>>     <mailto:[EMAIL PROTECTED]>> wrote:
>>     > BRASIL!!!
>>     >
>>     > Eu amo meu País!
>>     >
>>     > I love my Country! and... we will win the world cup!!! :P
>>     >
>>     > Regards,
>>     >
>>     > Flávio
>>     >
>>     >
>>     >
>>     > 2006/4/20, Jignesh Dodiya <[EMAIL PROTECTED]
>>     <mailto:[EMAIL PROTECTED]>>:
>>     > >
>>     > > Indians are everywhere in software
>>     field..................love & live
>>     > > India.........
>>     > >
>>     > >
>>     > > Regards,
>>     > >
>>     > > Jignesh Dodiya....
>>     > > _______________________________________________
>>     > > Red5 mailing list
>>     > > [email protected] <mailto:[email protected]>
>>     > > http://osflash.org/mailman/listinfo/red5_osflash.org
>>     > >
>>     > >
>>     > >
>>     >
>>     >
>>     > --
>>     > Flávio L. Pereira
>>     >
>>     > _______________________________________________
>>     > Red5 mailing list
>>     > [email protected] <mailto:[email protected]>
>>     > http://osflash.org/mailman/listinfo/red5_osflash.org
>>     >
>>
>>     _______________________________________________
>>     Red5 mailing list
>>     [email protected] <mailto:[email protected]>
>>     http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>> _______________________________________________
>> Red5 mailing list
>> [email protected] <mailto:[email protected]>
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
> ------------------------------------------------------------------------
>
> Oggetto:
> Re: [Red5] red5-demo as OpenLaszlo app
> Da:
> "Sebastian Wagner" <[EMAIL PROTECTED]>
> Data:
> Fri, 21 Apr 2006 20:04:57 +0200
> A:
> [email protected]
>
> A:
> [email protected]
>
>
> ah okay thx a lot i found the linked Classes in the Library. I'll let 
> you know if i have a working example of the ChatDemo in Laszlo.
> Another thing i run into is the kind of EventHandling you do at the 
> ClientSide. For example the Server tries to call a method "setID" in 
> the ChatDemo. If the he can't map it to a function on the client side 
> there is some debug-info in the Server log "setId not found". Is there 
> a way to catch unhandled calls or calls on the client side? I think 
> what you're doin is overriding the build in EventHandler and set up 
> your own Handlers. Thats right?
>
> regards
> sebastian
>
> 2006/4/21, Chris Allen <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>>:
>
>     John is using classes linked to MovieClips to get the code in the
>     classes to execute. Perhaps that was what you were missing. Definitely
>     look at the linkage settings in the library to see which classes are
>     linked to MovieClips.  That should help.
>
>     -Chris
>
>     On 4/21/06, John Grden <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> wrote:
>     > Hey Sebastion, there's not a line of code in the video conf app
>     fla - it's
>     > all in the code libraries.
>     >
>     > If you have any questions about them, let me know and I'll do my
>     best to get
>     > you in the right direction
>     >
>     > JG
>     >
>     >
>     > On 4/21/06, Sebastian Wagner < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> wrote:
>     > >
>     >
>     > hi
>     >
>     > I'm quiet new to red5, I tried to do the make the red5-demo's as
>     > OpenLaszlo-app.
>     > It finally works with the VideoDemo:
>     > http://appserver.laszlo-forum.de/lps-latest/streaming/v01/test.lzx
>     >
>     > But of course i also want to do the rest of the
>     Demo-Applications in
>     > Openlaszlo especially the VideoChatDemo.
>     > Red5 is running but I can't get it working with the Laszlo App...
>     > The video App was quiet easy cause i could see the Actionsript
>     code in the
>     > Source Code of your " olfdemo.fla" ... in the
>     "videoConference.fla" i could
>     > not really see any Actionscript code. I'm familiar with
>     Actionscript 2.0
>     > code so that i can read and understand the most of the source in
>     the
>     > AS2-class-library of the videoDemo .. even if i also did not
>     read all of it
>     > because its quiet a lot. But i can't see any Actionscript-code
>     in the "
>     > videoConference.fla", could somebody give me a hint where you
>     have put the
>     > Actionscript Commands for the Button-Actions sothat i can see in
>     which order
>     > a which remote-functions you call ...
>     >
>     > Of course if somebody is interested i'll post the source-code of
>     the things
>     > i've done in Laszlo.
>     >
>     > regards
>     > Sebastian Wagner
>     >
>     >
>     > --
>     > Sebastian Wagner
>     >  http://www.webbase-design.de
>     > http://www.laszlo-forum.de
>     > Bleichstraße 92
>     > 75173 Pforzheim
>     > Tel.: 0177-7341829
>     > Home: 07231-417456
>     > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     > _______________________________________________
>     > Red5 mailing list
>     > [email protected] <mailto:[email protected]>
>     >  http://osflash.org/mailman/listinfo/red5_osflash.org
>     >
>     >
>     >
>     >
>     >
>     > --
>     > John Grden - Blitz
>     > _______________________________________________
>     > Red5 mailing list
>     > [email protected] <mailto:[email protected]>
>     > http://osflash.org/mailman/listinfo/red5_osflash.org
>     >
>     >
>     >
>
>     _______________________________________________
>     Red5 mailing list
>     [email protected] <mailto:[email protected]>
>     http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
> -- 
> Sebastian Wagner
> http://www.webbase-design.de
> http://www.laszlo-forum.de
> Bleichstraße 92
> 75173 Pforzheim
> Tel.: 0177-7341829
> Home: 07231-417456
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>   


-- 
Saluti,
Giancarlo Di Massa
PC Help
tel. 899.221158
fax 1784.413858
partner tel. 199.240076


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to