I am looking at the Text Chat example and I swear that I cant find a single line of code, not even a class call. Maybe I got a weird version of it out of the vault, does anyone else have a source with code in it?
Cheers, Chase -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 6:16 AM To: [email protected] Subject: Red5 Digest, Vol 14, Issue 65 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: Unable to call class.... (Michael Klishin) 2. Re: Unable to call class.... (Michael Klishin) 3. Examples of dynamic languages ? (Guillaume Lecanu) 4. Re: Examples of dynamic languages ? (Dan Rossi) 5. Hi, how to do some pressure test with Red5 (northwood Lee) 6. Re: Hi, how to do some pressure test with Red5 (Michael Plehm) 7. Re: Hi, how to do some pressure test with Red5 (Moreno Balcon) 8. Re: Java JMFStreaming into Red5 (Andrew Spratley) 9. Re: Java JMFStreaming into Red5 (Manolo R.G.) 10. Re: Java JMFStreaming into Red5 (Manolo R.G.) 11. [ANN] F-ab 2.0 released and available for download (Jiro Harada) ---------------------------------------------------------------------- Message: 1 Date: Wed, 25 Oct 2006 10:16:38 +0400 From: Michael Klishin <[EMAIL PROTECTED]> Subject: Re: [Red5] Unable to call class.... To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain On Tue, 2006-10-24 at 11:32 -0600, Chase Brammer wrote: > this.nc.call("Tester.myFunc2", res); > > this.nc.call("myFunc2", res); > > this.nc.call("tester.myFunc2", res); >From client side you must use ApplicationAdapter subclass (that is, application) to call methods at server-side. What I would do is to create a Tester method as a field of Application class and generate a delegate for method you need (in Eclipse, use Source > Generate delegate methods...) -- Michael, puts self.inspect # => { Flex, Red5, Java, Ruby, insomnia } ------------------------------ Message: 2 Date: Wed, 25 Oct 2006 11:02:51 +0400 From: Michael Klishin <[EMAIL PROTECTED]> Subject: Re: [Red5] Unable to call class.... To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain On Tue, 2006-10-24 at 19:49 +0200, Manolo R.G. wrote: > Look at that link. > hope it helps > > http://www.mail-archive.com/[email protected]/msg03153.html Didn't know that, thanks for the link. -- Michael, puts self.inspect # => { Flex, Red5, Java, Ruby, insomnia } ------------------------------ Message: 3 Date: Wed, 25 Oct 2006 11:12:26 +0200 From: Guillaume Lecanu <[EMAIL PROTECTED]> Subject: [Red5] Examples of dynamic languages ? To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hi, There is a documentation or examples to uses dynamic languages in Red5 please ? Thanks ! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20061025/93a2a 691/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?= Url : http://osflash.org/pipermail/red5_osflash.org/attachments/20061025/93a2a 691/attachment-0001.bin ------------------------------ Message: 4 Date: Wed, 25 Oct 2006 19:21:30 +1000 From: Dan Rossi <[EMAIL PROTECTED]> Subject: Re: [Red5] Examples of dynamic languages ? To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="utf-8" Guillaume Lecanu wrote: > Hi, > > There is a documentation or examples to uses dynamic languages in Red5 > please ? > > Thanks ! > ------------------------------------------------------------------------ > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > Check the config of the oflaDemo application in trunc svn, it seems they had been commented out and the files within the application directory removed, well on my source anyway, they were causing compile problems not long back. so my guess is its still experimental until there is a demo app actually using it ? If you manage to get it working let me know ;) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20061025/b1ba2 d6c/attachment-0001.htm ------------------------------ Message: 5 Date: Wed, 25 Oct 2006 18:01:15 +0800 From: "northwood Lee" <[EMAIL PROTECTED]> Subject: [Red5] Hi, how to do some pressure test with Red5 To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hi, guys. do you have any idea on how to run a pressure Test on Red5. we want to know how many users our server is able to hold by using Red5. thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20061025/37e71 977/attachment-0001.htm ------------------------------ Message: 6 Date: Wed, 25 Oct 2006 12:07:56 +0200 From: Michael Plehm <[EMAIL PROTECTED]> Subject: Re: [Red5] Hi, how to do some pressure test with Red5 To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 That would be very interesting for me too ... any ideas? I did something similar with mplayer for mms connections but I don't know any standalone (linux) tools for doing something like that on a command line. Any ideas? Thanks ... Michael northwood Lee schrieb: > Hi, guys. > do you have any idea on how to run a pressure Test on Red5. > > we want to know how many users our server is able to hold by using Red5. > > thanks > > > ------------------------------------------------------------------------ > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org ------------------------------ Message: 7 Date: Wed, 25 Oct 2006 12:34:44 +0200 From: "Moreno Balcon" <[EMAIL PROTECTED]> Subject: Re: [Red5] Hi, how to do some pressure test with Red5 To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hi, That would be very interesting for me too ! I think a good idea is used a stress tool, like JMeter and create some classes for connect to Red5 , call method, request stream etc... like a normal user navigation. I know some other tool like silkperformer but it's not free... Moreno On 10/25/06, Michael Plehm <[EMAIL PROTECTED]> wrote: > > That would be very interesting for me too ... any ideas? I did something > similar with mplayer for mms connections but I don't know any standalone > (linux) tools for doing something like that on a command line. > Any ideas? > > Thanks ... > > Michael > > northwood Lee schrieb: > > Hi, guys. > > do you have any idea on how to run a pressure Test on Red5. > > > > we want to know how many users our server is able to hold by using Red5. > > > > thanks > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Red5 mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/red5_osflash.org > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20061025/498e1 405/attachment-0001.htm ------------------------------ Message: 8 Date: Wed, 25 Oct 2006 12:20:54 +0100 From: "Andrew Spratley" <[EMAIL PROTECTED]> Subject: Re: [Red5] Java JMFStreaming into Red5 To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I did a little work with JAVA's RTP functionality a while ago and was fairly disappointed. I'm in no way a guru on this topic but it appeared to me that sun hasn't been developing its multimedia functions of Java for some time. The list of native codecs is quite poor. Java doesn't have built in support for mp3 encoding does it? Would it be possible for someone to develop a codec for java that would read and write to a format red5 can understand? On the issue of writing to a file, if this was a live stream wouldn't this be incredibly disk intensive? Couldn't red5 just be the receiver of the rtp stream? Andy On 10/23/06, Rhys Parry <[EMAIL PROTECTED]> wrote: > Chris, > > Thanks for your reply. > >>You will need to have the appropriate licenses to do this. > Pretty sure that everyone knows how I feel about this. Maybe I will have to review this... Or, and you can tell me what you think, I can write to a file (mpeg mp3) from the rtp stream ( java supports ) and then read from that file from Red5. Is this hack viable? > > Rhys > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Chris Allen > Sent: October 23, 2006 3:00 PM > To: [email protected] > Subject: Re: [Red5] Java JMFStreaming into Red5 > > > On 10/23/06, Rhys Parry <[EMAIL PROTECTED]> wrote: > > I am wondering if Red5 can collect a JMF (rtp) stream (from a remote > > location ) and re-broadcast it over the web for my flash clients in the rtmp > > protocal. > That in theory should work just fine. The main problem that you may > have is encoding to SPARK or ON2's VP6 codec (video codecs that Flash > will understand). You will need to have the appropriate licenses to do > this. > > > I am using JMF as a capture medium instead of flash because of > > the power and flexibility of Java, plus the flash player WILL NOT accomidate > > the overall design of the broadcaster. And in java I will have the option > > of broadcasting over a p2p network using juxta. Problem is that I don't want > > the front facing web clients to have to download JMF on there end. They > > will simply want to listen to the broadcast. > > This all makes sense to me. Good luck with the project and keep us > posted on your progress. > > -Chris > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > -- Andrew Spratley USSU IT & Web Coordinator Office tel: 01273 87 7356 mobile: 07738 995 035 email: [EMAIL PROTECTED] "Lack of preparation on your part does not constitute an emergency on my part" - Anon ------------------------------ Message: 9 Date: Wed, 25 Oct 2006 13:37:24 +0200 From: "Manolo R.G." <[EMAIL PROTECTED]> Subject: Re: [Red5] Java JMFStreaming into Red5 To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Google for jmfmp3.jar Andrew Spratley escribi?: > I did a little work with JAVA's RTP functionality a while ago and was > fairly disappointed. I'm in no way a guru on this topic but it > appeared to me that sun hasn't been developing its multimedia > functions of Java for some time. The list of native codecs is quite > poor. Java doesn't have built in support for mp3 encoding does it? > ------------------------------ Message: 10 Date: Wed, 25 Oct 2006 13:55:27 +0200 From: "Manolo R.G." <[EMAIL PROTECTED]> Subject: Re: [Red5] Java JMFStreaming into Red5 To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sorry Andrew it seems it's only for playback, i had installed time ago but can't recall what i did with it... Manolo R.G. escribi?: > Google for jmfmp3.jar > > Andrew Spratley escribi?: > >> I did a little work with JAVA's RTP functionality a while ago and was >> fairly disappointed. I'm in no way a guru on this topic but it >> appeared to me that sun hasn't been developing its multimedia >> functions of Java for some time. The list of native codecs is quite >> poor. Java doesn't have built in support for mp3 encoding does it? ------------------------------ Message: 11 Date: Wed, 25 Oct 2006 21:15:41 +0900 From: Jiro Harada <[EMAIL PROTECTED]> Subject: [Red5] [ANN] F-ab 2.0 released and available for download To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hello I am pleased to announce that Release 2.0 of F-ab is available for download. F-ab is a simple browser for Flash movies. In F-ab Flash movies are switched by changing the channel instead of the URL. You can see 10000 Flash movies by changing the channel from 0000 to 9999. However, the Flash movie has not been registered in every channel yet. Currently only 20 movies are registered from channel 1000. In F-ab version 2.0, FLVPhone can be used. FLVPhone is a video conferencing telephone using Red5. In FLVPhone, instead of a telephone number, an e-mail address is used to specify a person to be called. In order to use FLVPhone, you have to open the port 1935 for RTMP. Enjoy! System Requirements: OS: Windows XP, 2000, Mac OS 10.4.5 or later Memory: 256 MB of RAM or more Display: 1024 x 768 or larger Java Runtime Environment: J2SE 5.0 or later Download: http://www.f-ab.net/ Best regards, Jiro Harada [EMAIL PROTECTED] ------------------------------ _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org End of Red5 Digest, Vol 14, Issue 65 ************************************ _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
