Alexander, in the Broadcaster.as for videoconferernce do the following:
line 102 - remove the two // in front of mic = Microphone.get(); Find stream.attachVideo(cam); on the next line add stream.attachAudio(mic); republish the fla. this should fire up the audio. Good Luck, Lenny On 9/7/07, alexander salamanca <[EMAIL PROTECTED]> wrote: > > Thanks Angel! > > I'll take action on that code. > > Somebody can help me with guidance about how to enable microphone sound > for the videoc participants? > > ----- Mensaje original ---- > De: Angel Peña Ruiz <[EMAIL PROTECTED]> > Para: [email protected] > Enviado: viernes, 7 de septiembre, 2007 8:00:38 > Asunto: Re: [Red5] How to improve the VideoConference Chat Demo? > > Hi alexander, > connection with the server is managed in 'Connector' object. > (VideoConference->Broadcaster->Connector). You can edit it in the file > Connector.as <http://connector.as/>, in > > /DEV_Source\classes\org\red5\samples\livestream\videoconference\Connector.as. > The method that stablishes the connection with the server is > 'makeConnection', executed by event throw. > > Regarding what you say about sound, I can tell you that don't hear sound > during the conference. > > I hope to have helped you. > > Best Regards > > alexander salamanca escribió: > > Yep, but... > > > > I don't know how are wired the external actionscript files with the > > .fla files that reside in that directory. The only thing I found is > > that in the publish settings appears the classpath including the > > folder ./classes, and also that the components has names referenced in > > these actionscript files, but I can't see how to manage the connection > > to the server, where is implemented the connection and streaming > > tasks, hidden in the .fla?, in the .as?, in which file(s)?, where can > > I see portions of client side code of the videoc (really, I don't have > > any clue...)? > > > > And something more: > > Somebody knows if the videoc demo is capturing sound of the source > > through microphone? I can't hear anything from the microphone of any > > user connected to the videoc. May be something is wrong with my red5?, > > if not, where can I add this behavior?, on the client?, or in the > > server side code? > > > > Any help would be appreciated a lot! > > > > > > > > ----- Mensaje original ---- > > De: Mike <[EMAIL PROTECTED]> > > Para: [email protected] > > Enviado: martes, 4 de septiembre, 2007 11:25:01 > > Asunto: Re: [Red5] How to improve the VideoConference Chat Demo? > > > > Alexander, > > The source files for the client-side flash files are found in: > > > > YOUR_PATH_TO_RED5/swf/DEV_Source > > > > -Mike > > > > > > alexander salamanca wrote: > > > I'm newbie to Red5, and I am interested in develop a production > > > quality version of the Video Conference Chat Demo, but I have the > > > following questions: > > > > > > -where can I modify the client side scripting?, (in Flash, where can I > > > see the actionscript of the example?, I was trying but I see nothing > > > of code anywhere...) > > > > > > -what considerations are needed in order to make a production quality > > > version. i.e. what changes are imperative in the server (fitcDemo) or > > > in the client side (videoconference.fla) to assure good performance? > > > > > > Excuse me if you think that these are stupid questions, but is that I > > > need some type of guidance. > > > > > > Thanks in advance, > > > > > > Alex. S. > > > > > > > ------------------------------------------------------------------------ > > > > > > Sé un Mejor Amante del Cine > > > ¿Quieres saber cómo? ¡Deja que otras personas te ayuden! > > > > > < > http://us.rd.yahoo.com/mail/es/tagline/beabetter/*http://advision.webevents.yahoo.com/reto/entretenimiento.html > >. > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > 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 > > > > > > ------------------------------------------------------------------------ > > > > Sé un Mejor Amante del Cine > > ¿Quieres saber cómo? ¡Deja que otras personas te ayuden! > > < > http://us.rd.yahoo.com/mail/es/tagline/beabetter/*http://advision.webevents.yahoo.com/reto/entretenimiento.html > >. > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Red5 mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > -- > *Caymasa El Sendero* *Angel Peña Ruiz Departamento de Desarrollo* > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > --http://www.elsendero.es-- > tel.: 95 448 64 11 / fax: 95 448 48 03 > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > ------------------------------ > > Sé un Mejor Amante del Cine > ¿Quieres saber cómo? ¡Deja que otras personas te ayuden! > <http://us.rd.yahoo.com/mail/es/tagline/beabetter/*http://advision.webevents.yahoo.com/reto/entretenimiento.html> > . > > _______________________________________________ > 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
