Hi guys! Thanks for your answers.
Actually I'm using the project http://code.google.com/p/red5-screenshare/that get the screenshare openmeetings module solely. I don't care, which red5 version to use, since from red5 version 7, more o less, RTMPS is supported. Just I want to establish RMTPS connections towards red5 over RTMPS using java (avoidind flash). I would like to play videos over RTMPS with a client java purely. Do you know? How I wrote on previous mails, I saw that the source code of screen share module of openmeetings use RTMPTClient to make connections (API red5) but on red5 1.0 (as you can see on the last version of SVN reporitory) there is a RTMPSClient implemented, and I would like how I use this client on the same form that you use on openmeetings. I hope I explained well. If you have any doubts about it, please, ask me. Thansk again. Roberto. 2011/7/1 [email protected] <[email protected]> > ... wrong answer ^^ > > Those libs are referenced in the build-script to compile the server side > code. > As reference lib, so that the build process does not fail. > > Referencing the libs from the server/red5 dir should do the same. > > Sebastian > > 2011/7/1 [email protected] <[email protected]>: > > Those JARs are only present to make the code not throw any errors in > eclipse. > > Actually you're right, we could remove them and include the jars from > > server/red5/.* > > > > Sebastian > > > > 2011/7/1 Maxim Solodovnik <[email protected]>: > >> Hello Sebastian, > >> According to the SVN > >> > http://openmeetings.googlecode.com/svn/trunk/singlewebapp/lib/red5_08rc3/ > >> red5_08rc2 is located in the lib > >> may be it should be updated/removed? > >> > >> On Fri, Jul 1, 2011 at 14:03, [email protected] < > [email protected]> > >> wrote: > >>> > >>> No, > >>> > >>> the red5 server used is around version 1.0. > >>> > >>> But indeed the red5.jar that is used in the screensharing application > is > >>> older. > >>> You need first to upgrade that one before you can use the > RTMPS-Adapter. > >>> > >>> > >>> Sebastian > >>> > >>> 2011/7/1 Maxim Solodovnik <[email protected]>: > >>> > Hello Roberto, > >>> > currently red5 server used has version 0.8rc3, if I'm not mistaken. > >>> > I'm afraid it should be upgraded first. > >>> > > >>> > On Fri, Jul 1, 2011 at 01:12, robertomagan <[email protected]> > >>> > wrote: > >>> >> > >>> >> Hi all: > >>> >> > >>> >> I saw the screen share application java source code over RTMPT. It > >>> >> uses red5 server API, RTMPTClient and others. > >>> >> > >>> >> I would like to use RTMPSClient (in red5 1.0.0 RC1) to make secure > >>> >> connections over SSL/TLS. > >>> >> > >>> >> Anybody have any idea about how I can implement the new secure > screen > >>> >> share application? It's should be very similar to actual RTMPT > >>> >> solution, isn't it? I think so ... > >>> >> > >>> >> Thanks in advance. > >>> >> > >>> >> Roberto. > >>> >> > >>> >> -- > >>> >> You received this message because you are subscribed to the Google > >>> >> Groups > >>> >> "OpenMeetings developers" group. > >>> >> To post to this group, send email to > [email protected]. > >>> >> To unsubscribe from this group, send email to > >>> >> [email protected]. > >>> >> For more options, visit this group at > >>> >> http://groups.google.com/group/openmeetings-dev?hl=en. > >>> >> > >>> > > >>> > > >>> > > >>> > -- > >>> > WBR > >>> > Maxim aka solomax > >>> > > >>> > -- > >>> > You received this message because you are subscribed to the Google > >>> > Groups > >>> > "OpenMeetings developers" group. > >>> > To post to this group, send email to > [email protected]. > >>> > To unsubscribe from this group, send email to > >>> > [email protected]. > >>> > For more options, visit this group at > >>> > http://groups.google.com/group/openmeetings-dev?hl=en. > >>> > > >>> > >>> > >>> > >>> -- > >>> Sebastian Wagner > >>> http://www.webbase-design.de > >>> http://openmeetings.googlecode.com > >>> http://www.wagner-sebastian.com > >>> [email protected] > >>> > >>> -- > >>> You received this message because you are subscribed to the Google > Groups > >>> "OpenMeetings developers" group. > >>> To post to this group, send email to [email protected] > . > >>> To unsubscribe from this group, send email to > >>> [email protected]. > >>> For more options, visit this group at > >>> http://groups.google.com/group/openmeetings-dev?hl=en. > >>> > >> > >> > >> > >> -- > >> WBR > >> Maxim aka solomax > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "OpenMeetings developers" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]. > >> For more options, visit this group at > >> http://groups.google.com/group/openmeetings-dev?hl=en. > >> > > > > > > > > -- > > Sebastian Wagner > > http://www.webbase-design.de > > http://openmeetings.googlecode.com > > http://www.wagner-sebastian.com > > [email protected] > > > > > > -- > Sebastian Wagner > http://www.webbase-design.de > http://openmeetings.googlecode.com > http://www.wagner-sebastian.com > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-dev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en.
