No that has nothing to do with it. The stream is created on client side. The server does not re-encode anything, it just acts as proxy that redirects the incoming video stream from one user to everybody else.
Changing your server side FFMPEG configuration has no effect on how any Flash Browser Plugin will publish his stream. You will need to code your own client or integrate 3th party tools. There is no chance of configuration here, you need to code something. Sebastian 2012/4/16 clement mutz <[email protected]> > ** > Thanks Sebastian !! > > So if i configure ffmpeg like it : > > wget http://openmeetings.googlecode.com/files/openmeetings_1_9_1_r4707.zip > ./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis > --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree > *--enable-libx264 > --enable-pthreads* > make > checkinstall > dpkg -i ffmpeg.deb > > After OM will use automatically h264 ? > > Le 16/04/2012 12:40, [email protected] a écrit : > > h264 is only possible with 3th party tools, the Flash Player itself cannot > produce a h264 stream from your webcam. > You can use for example tools like Flash Media Live Encoder (which > probably forbids combining it with none Adobe products) or you have to > build your own Encoder based on Open Source tools like FFMPEG and Xuggler. > > Sebastian > > 2012/4/16 clement mutz <[email protected]> > >> Hi !! >> >> How do enable the codec H264 ? If it's possible. >> >> Thanks. >> >> >> > > > -- > Sebastian Wagner > https://twitter.com/#!/dead_lock > http://www.openmeetings.de > http://www.webbase-design.de > http://www.wagner-sebastian.com > [email protected] > > > -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
