The the file is alright but your ffmpeg has an Issue

Could not find codec parameters (Video: [0][0][0][0] / 0x0000)

In some posts regarding this problem people mention:


*

It appears that ffmpeg needs the devel libraries installed to be able to
work.

On "yum" enabled systems, the quickest and easiest way to do this is by
installing ffmpeg-devel and all it's dependencies.

eg

u...@server # sudo yum install ffmpeg-devel ffmpeg-libpostproc*



Sebastian
2010/10/1 Sandhy Hasan <kazh...@gmail.com>

> see the attachment, i can play the file and see the recording process.
>
> On Fri, Oct 1, 2010 at 5:07 PM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
>
>> the file:
>>
>> rec_11_stream_1c50348de9b63a06c544aadde9a75b4d_28_09_2010_21_00_39.flv
>>
>> can you download it and have a look at it with VLC Player for example?
>>
>>
>> Sebastian
>>
>> 2010/10/1 Sandhy Hasan <kazh...@gmail.com>
>>
>>> here the sample command and output :
>>>
>>> ~:# ffmpeg -i
>>> rec_11_stream_1c50348de9b63a06c544aadde9a75b4d_28_09_2010_21_00_39.flv
>>> -deinterlace -ar 44100 -r 25 -qmin 3 -qmax 6 video.avi
>>> FFmpeg version SVN-r25240, Copyright (c) 2000-2010 the FFmpeg developers
>>>   built on Oct  1 2010 23:58:24 with gcc 4.1.2 20080704 (Red Hat
>>> 4.1.2-48)
>>>   configuration: --prefix=/usr --enable-gpl --enable-postproc
>>> --enable-nonfree --enable-avfilter --enable-pthreads --enable-libxvid
>>> --enable-libx264 --enable-libmp3lame --enable-libfaac --enable-shared
>>> --enable-libvorbis
>>>    libavutil     50.31. 0 / 50.31. 0
>>>   libavcore      0. 9. 0 /  0. 9. 0
>>>   libavcodec    52.91. 1 / 52.91. 1
>>>   libavformat   52.78. 5 / 52.78. 5
>>>   libavdevice   52. 2. 2 / 52. 2. 2
>>>   libavfilter    1.47. 1 /  1.47. 1
>>>   libswscale     0.11. 0 /  0.11. 0
>>>   libpostproc   51. 2. 0 / 51. 2. 0
>>> [flv @ 0x928c470] Could not find codec parameters (Video: [0][0][0][0] /
>>> 0x0000)
>>> [flv @ 0x928c470] Could not find codec parameters (Audio: [0][0][0][0] /
>>> 0x0000, 0 channels)
>>> [flv @ 0x928c470] Estimating duration from bitrate, this may be
>>> inaccurate
>>> rec_11_stream_1c50348de9b63a06c544aadde9a75b4d_28_09_2010_21_00_39.flv:
>>> could not find codec parameters
>>> ~:#
>>>
>>> still problem :(
>>>
>>> On Fri, Oct 1, 2010 at 4:54 PM, seba.wag...@gmail.com <
>>> seba.wag...@gmail.com> wrote:
>>>
>>>> you can also try to run some of the ffmpeg commands openmeetings does
>>>> standalone. That way you can verify its functionality without need for
>>>> recording yet another session.
>>>> The error-log that pops-up in the RecorderUI in openmeetings will give
>>>> you some example commands.
>>>>
>>>>
>>>> Sebastian
>>>>
>>>> 2010/10/1 Sandhy Hasan <kazh...@gmail.com>
>>>>
>>>>> i'm sure installing single ffmpeg package installed, every step wrong,
>>>>> i'm try with another fresh centos installed, so i'm sure 100% no package
>>>>> duplicated...
>>>>>
>>>>> On Fri, Oct 1, 2010 at 4:48 PM, seba.wag...@gmail.com <
>>>>> seba.wag...@gmail.com> wrote:
>>>>>
>>>>>> maybe you have multiple ffmpeg installations on your box?!
>>>>>>
>>>>>> Sebastian
>>>>>>
>>>>>> 2010/10/1 Sandhy Hasan <kazh...@gmail.com>
>>>>>>
>>>>>>> hello sebastian
>>>>>>>
>>>>>>> here the command when installing ffmpeg & sox
>>>>>>>
>>>>>>>
>>>>>>> ffmpeg :
>>>>>>>
>>>>>>> ~:# svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
>>>>>>>
>>>>>>> ~:# cd ffmpeg
>>>>>>>
>>>>>>> ~:# ./configure --prefix=/usr/local --enable-gpl --enable-postproc
>>>>>>> --enable-nonfree --enable-avfilter --enable-pthreads --enable-libxvid
>>>>>>> --enable-libx264 --enable-libmp3lame --enable-libfaac --enable-shared
>>>>>>> --enable-libogg --enable-libvorbis
>>>>>>>
>>>>>>>
>>>>>>> sox :
>>>>>>>
>>>>>>> ~:# wget -c
>>>>>>> http://nchc.dl.sourceforge.net/project/sox/sox/14.3.1/sox-14.3.1.tar.gz
>>>>>>>
>>>>>>> ~:# ./configure --enable-libmp3lame --enable-gpl --enable-postproc
>>>>>>> --enable-pthreads --enable-shared --enable-swscale --enable-vdpau
>>>>>>> --enable-version3
>>>>>>>
>>>>>>> ~:# tar zxvf sox-14.3.1.tar.gz
>>>>>>>
>>>>>>> ~:# cd sox-14.3.1
>>>>>>>
>>>>>>> ~:# ./configure --prefix=/usr/local --enable-libmp3lame --enable-gpl
>>>>>>> --enable-postproc --enable-pthreads --enable-shared --enable-swscale
>>>>>>> --enable-vdpau --enable-version3
>>>>>>>
>>>>>>> ~:# make -s && make install
>>>>>>>
>>>>>>>
>>>>>>> this output ldconfig & ffmpeg -i command :
>>>>>>>
>>>>>>>
>>>>>>> ~:# ldconfig -v | grep libmp3lame
>>>>>>>
>>>>>>>  libmp3lame.so.0 -> libmp3lame.so.0.0.0
>>>>>>> ~:# ldconfig -v | libsox
>>>>>>> libsox.so.1 -> libsox.so.1.0.0
>>>>>>> ~:# ffmpeg
>>>>>>>   built on Sep 28 2010 20:58:30 with gcc 4.1.2 20080704 (Red Hat
>>>>>>> 4.1.2-48)
>>>>>>>   configuration: --enable-gpl --enable-postproc --enable-nonfree
>>>>>>> --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264
>>>>>>> --enable-libmp3lame --enable-libfaac --enable-shared --enable-libvorbis
>>>>>>>   libavutil     50.31. 0 / 50.31. 0
>>>>>>>   libavcore      0. 9. 0 /  0. 9. 0
>>>>>>>   libavcodec    52.91. 1 / 52.91. 1
>>>>>>>   libavformat   52.78. 5 / 52.78. 5
>>>>>>>   libavdevice   52. 2. 2 / 52. 2. 2
>>>>>>>   libavfilter    1.47. 1 /  1.47. 1
>>>>>>>   libswscale     0.11. 0 /  0.11. 0
>>>>>>>   libpostproc   51. 2. 0 / 51. 2. 0
>>>>>>> Hyper fast Audio and Video encoder
>>>>>>> usage: ffmpeg [options] [[infile options] -i infile]... {[outfile
>>>>>>> options] outfile}...
>>>>>>>
>>>>>>> Use -h to get full help or, even better, run 'man ffmpeg'
>>>>>>> ~:#
>>>>>>>
>>>>>>> any idea to solve this problem ?
>>>>>>>
>>>>>>>
>>>>>>> On Fri, Oct 1, 2010 at 2:35 PM, Sebastian Wagner <
>>>>>>> seba.wag...@gmail.com> wrote:
>>>>>>>
>>>>>>>> error-Cannot run program "sox": java.io.IOException: error=2, No
>>>>>>>> such
>>>>>>>> file or directory
>>>>>>>>
>>>>>>>> that sounds very much like SoX is not executable.
>>>>>>>>
>>>>>>>> Could not find codec parameters (Video: [0][0][0][0] / 0x0000)[flv @
>>>>>>>> 0x8f62470] Could not find codec parameters
>>>>>>>>
>>>>>>>> that sounds very much like libmp3lame is not enabled or FFMPEG is
>>>>>>>> too
>>>>>>>> old.
>>>>>>>>
>>>>>>>>
>>>>>>>> Sebastian
>>>>>>>>
>>>>>>>> On 1 Okt., 09:15, Zhen <kazh...@gmail.com> wrote:
>>>>>>>> > i don't know this is bug with ffmpeg or OM, but when i try
>>>>>>>> installing
>>>>>>>> > OM 1.5 with debian, the problem dissapear. but with CentOS still
>>>>>>>> > problem. i'll try to OpenSuSE later...
>>>>>>>> >
>>>>>>>> > @ Jien : you run OM with centos too ?
>>>>>>>> >
>>>>>>>> > On Oct 1, 8:49 am, Jien <chinj...@gmail.com> wrote:
>>>>>>>> >
>>>>>>>> > > I'm facing the same problem too. Everything was installed
>>>>>>>> accordingly.
>>>>>>>> > > Same as what Zhen had mentioned. Still this problem arise.
>>>>>>>> Really
>>>>>>>> > > appreciate it if there's someone who can help. :)
>>>>>>>> >
>>>>>>>> > > On Sep 29, 9:22 am, Zhen <kazh...@gmail.com> wrote:
>>>>>>>> >
>>>>>>>> > > > sox-14.3.1
>>>>>>>> > > > ffmpeg from svn configured with lib-mp3lame
>>>>>>>> >
>>>>>>>> > > > every recording process have different error, sometimes error
>>>>>>>> says
>>>>>>>> > > > - error-Cannot run program "sox": java.io.IOException:
>>>>>>>> error=2, No
>>>>>>>> > > > such file or directory
>>>>>>>> > > > - Could not find codec parameters (Video: [0][0][0][0] /
>>>>>>>> 0x0000)[flv @
>>>>>>>> > > > 0x8f62470] Could not find codec parameters
>>>>>>>> >
>>>>>>>> > > > i've tried to re-install openmeeting and operating system
>>>>>>>> (centos
>>>>>>>> > > > 5.5). re-install centos 5.5 x86_64 change to centos 5.4 i386
>>>>>>>> and still
>>>>>>>> > > > error.
>>>>>>>> > > > please help...
>>>>>>>> >
>>>>>>>> > > > On Sep 28, 3:36 pm, Sebastian Wagner <seba.wag...@gmail.com>
>>>>>>>> wrote:
>>>>>>>> >
>>>>>>>> > > > > Hi Zhen,
>>>>>>>> >
>>>>>>>> > > > > did you also install SoX?
>>>>>>>> >
>>>>>>>> > > > > *error-Cannot run program "sox": java.io.IOException:
>>>>>>>> error=2, No such
>>>>>>>> > > > > file or directory *
>>>>>>>> >
>>>>>>>> > > > > Sebastian
>>>>>>>> >
>>>>>>>> > > > > On Sep 27, 7:46 pm, Zhen <kazh...@gmail.com> wrote:
>>>>>>>> >
>>>>>>>> > > > > > Please help me to solve this problem.
>>>>>>>> > > > > > OpenMeeting installed with CentOS 5.4, i'm try to
>>>>>>>> recompile ffmpeg,
>>>>>>>> > > > > > sox, with the latest version, but openmeeting still show
>>>>>>>> error like
>>>>>>>> > > > > > this :
>>>>>>>> >
>>>>>>>> > > > > > Log:28.09.2010 07:44:05
>>>>>>>> > > > > > generateFFMPEG
>>>>>>>> > > > > > process-mergeWave
>>>>>>>> > > > > > error-Cannot run program "sox": java.io.IOException:
>>>>>>>> error=2, No such
>>>>>>>> > > > > > file or directory
>>>>>>>> > > > > > command-[sox,
>>>>>>>> /usr/lib/openmeetings/red5/webapps/openmeetings/streams/
>>>>>>>> > > > > > hibernate/one_second.wav,
>>>>>>>> /usr/lib/openmeetings/red5/webapps/
>>>>>>>> > > > > > openmeetings/streams/4/
>>>>>>>> > > > > >
>>>>>>>> rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44_FINAL_WAV
>>>>>>>> E.wav,
>>>>>>>> > > > > > pad, 0, 20.0]
>>>>>>>> > > > > > exitValue--1
>>>>>>>> >
>>>>>>>> > > > > > Log:28.09.2010 07:44:05
>>>>>>>> > > > > > generateFFMPEG
>>>>>>>> > > > > > process-generateFullFLV
>>>>>>>> > > > > > error-FFmpeg version 0.6, Copyright (c) 2000-2010 the
>>>>>>>> FFmpeg
>>>>>>>> > > > > > developers  built on Sep 28 2010 07:39:37 with gcc 4.1.2
>>>>>>>> 20080704 (Red
>>>>>>>> > > > > > Hat 4.1.2-48)  configuration: --enable-libmp3lame
>>>>>>>> --enable-gpl --
>>>>>>>> > > > > > enable-postproc --enable-pthreads --enable-shared
>>>>>>>> --enable-swscale --
>>>>>>>> > > > > > enable-vdpau --enable-version3 --enable-x11grab
>>>>>>>> --disable-yasm --
>>>>>>>> > > > > > disable-stripping  libavutil     50.15. 1 / 50.15. 1
>>>>>>>>  libavcodec
>>>>>>>> > > > > > 52.72. 2 / 52.72. 2  libavformat   52.64. 2 / 52.64. 2
>>>>>>>>  libavdevice
>>>>>>>> > > > > > 52. 2. 0 / 52. 2. 0  libswscale     0.11. 0 /  0.11. 0
>>>>>>>>  libpostproc
>>>>>>>> > > > > > 51. 2. 0 / 51. 2. 0[flv @ 0x9080420]Could not find codec
>>>>>>>> parameters
>>>>>>>> > > > > > (Video: 0x0000)[flv @ 0x9080420]Could not find codec
>>>>>>>> parameters
>>>>>>>> > > > > > (Audio: 0x0000, 0 channels)[flv @ 0x9080420]Estimating
>>>>>>>> duration from
>>>>>>>> > > > > > bitrate, this may be
>>>>>>>> inaccurate/usr/lib/openmeetings/red5/webapps/
>>>>>>>> > > > > > openmeetings/streams/4/
>>>>>>>> > > > > >
>>>>>>>> rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44.flv:
>>>>>>>> > > > > > could not find codec parameters
>>>>>>>> > > > > > command-[ffmpeg, -i,
>>>>>>>> /usr/lib/openmeetings/red5/webapps/openmeetings/
>>>>>>>> > > > > > streams/4/
>>>>>>>> > > > > >
>>>>>>>> rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44.flv,
>>>>>>>> > > > > > -i,
>>>>>>>> /usr/lib/openmeetings/red5/webapps/openmeetings/streams/4/
>>>>>>>> > > > > >
>>>>>>>> rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44_FINAL_WAV
>>>>>>>> E.wav,
>>>>>>>> > > > > > -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 416x256,
>>>>>>>> -vcodec,
>>>>>>>> > > > > > flashsv, -map, 0.0, -map, 1.0,
>>>>>>>> /usr/lib/openmeetings/red5/webapps/
>>>>>>>> > > > > > openmeetings/streams/hibernate/flvRecording_9.flv]
>>>>>>>> > > > > > exitValue-1
>>>>>>>> >
>>>>>>>> > > > > > Log:28.09.2010 07:44:05
>>>>>>>> > > > > > generateFFMPEG
>>>>>>>> > > > > > process-generateFullFLV
>>>>>>>> > > > > > error-FFmpeg version 0.6, Copyright (c) 2000-2010 the
>>>>>>>> FFmpeg
>>>>>>>> > > > > > developers  built on Sep 28 2010 07:39:37 with gcc 4.1.2
>>>>>>>> 20080704 (Red
>>>>>>>> > > > > > Hat 4.1.2-48)  configuration: --enable-libmp3lame
>>>>>>>> --enable-gpl --
>>>>>>>> > > > > > enable-postproc --enable-pthreads --enable-shared
>>>>>>>> --enable-swscale --
>>>>>>>> > > > > > enable-vdpau --enable-version3 --enable-x11grab
>>>>>>>> --disable-yasm --
>>>>>>>> > > > > > disable-stripping  libavutil     50.15. 1 / 50.15. 1
>>>>>>>>  libavcodec
>>>>>>>> > > > > > 52.72. 2 / 52.72. 2  libavformat   52.64. 2 / 52.64. 2
>>>>>>>>  libavdevice
>>>>>>>> > > > > > 52. 2. 0 / 52. 2. 0  libswscale     0.11. 0 /  0.11. 0
>>>>>>>>  libpostproc
>>>>>>>> > > > > > 51. 2. 0 / 51. 2.
>>>>>>>> 0/usr/lib/openmeetings/red5/webapps/openmeetings/
>>>>>>>> > > > > > streams/hibernate/flvRecording_9.flv: No such file or
>>>>>>>> directory
>>>>>>>> > > > > > command-[ffmpeg, -i,
>>>>>>>> /usr/lib/openmeetings/red5/webapps/openmeetings/
>>>>>>>> > > > > > streams/hibernate/flvRecording_9.flv, -vcodec, mjpeg,
>>>>>>>> -vframes, 1, -
>>>>>>>> > > > > > an, -f, rawvideo, -s, 416x256,
>>>>>>>> /usr/lib/openmeetings/red5/webapps/
>>>>>>>> > > > > > openmeetings/streams/hibernate/flvRecording_9.jpg]
>>>>>>>> > > > > > exitValue-1
>>>>>>>> >
>>>>>>>> > > > > > Log:28.09.2010 07:44:05
>>>>>>>> > > > > > generateFFMPEG
>>>>>>>> > > > > > process-alternateDownload
>>>>>>>> > > > > > error-FFmpeg version 0.6, Copyright (c) 2000-2010 the
>>>>>>>> FFmpeg
>>>>>>>> > > > > > developers  built on Sep 28 2010 07:39:37 with gcc 4.1.2
>>>>>>>> 20080704 (Red
>>>>>>>> > > > > > Hat 4.1.2-48)  configuration: --enable-libmp3lame
>>>>>>>> --enable-gpl --
>>>>>>>> > > > > > enable-postproc --enable-pthreads --enable-shared
>>>>>>>> --enable-swscale --
>>>>>>>> > > > > > enable-vdpau --enable-version3 --enable-x11grab
>>>>>>>> --disable-yasm --
>>>>>>>> > > > > > disable-stripping  libavutil     50.15. 1 / 50.15. 1
>>>>>>>>  libavcodec
>>>>>>>> > > > > > 52.72. 2 / 52.72. 2  libavformat   52.64. 2 / 52.64. 2
>>>>>>>>  libavdevice
>>>>>>>> > > > > > 52. 2. 0 / 52. 2. 0  libswscale     0.11. 0 /  0.11. 0
>>>>>>>>  libpostproc
>>>>>>>> > > > > > 51. 2. 0 / 51. 2.
>>>>>>>> 0/usr/lib/openmeetings/red5/webapps/openmeetings/
>>>>>>>> > > > > > streams/hibernate/flvRecording_9.flv: No such file or
>>>>>>>> directory
>>>>>>>> > > > > > command-[ffmpeg, -i,
>>>>>>>> /usr/lib/openmeetings/red5/webapps/openmeetings/
>>>>>>>> > > > > > streams/hibernate/flvRecording_9.flv,
>>>>>>>> /usr/lib/openmeetings/red5/
>>>>>>>> > > > > > webapps/openmeetings/streams/hibernate/flvRecording_9.avi]
>>>>>>>> > > > > > exitValue-1
>>>>>>>>
>>>>>>>> --
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "OpenMeetings User" group.
>>>>>>>> To post to this group, send email to
>>>>>>>> openmeetings-u...@googlegroups.com.
>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
>>>>>>>> .
>>>>>>>> For more options, visit this group at
>>>>>>>> http://groups.google.com/group/openmeetings-user?hl=en.
>>>>>>>>
>>>>>>>>
>>>>>>>  --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "OpenMeetings User" group.
>>>>>>> To post to this group, send email to
>>>>>>> openmeetings-u...@googlegroups.com.
>>>>>>> To unsubscribe from this group, send email to
>>>>>>> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
>>>>>>> .
>>>>>>> For more options, visit this group at
>>>>>>> http://groups.google.com/group/openmeetings-user?hl=en.
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Sebastian Wagner
>>>>>> http://www.webbase-design.de
>>>>>> http://openmeetings.googlecode.com
>>>>>> http://www.wagner-sebastian.com
>>>>>> seba.wag...@gmail.com
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "OpenMeetings User" group.
>>>>>> To post to this group, send email to
>>>>>> openmeetings-u...@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to
>>>>>> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
>>>>>> .
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/openmeetings-user?hl=en.
>>>>>>
>>>>>
>>>>>  --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "OpenMeetings User" group.
>>>>> To post to this group, send email to
>>>>> openmeetings-u...@googlegroups.com.
>>>>> To unsubscribe from this group, send email to
>>>>> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
>>>>> .
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/openmeetings-user?hl=en.
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Sebastian Wagner
>>>> http://www.webbase-design.de
>>>> http://openmeetings.googlecode.com
>>>> http://www.wagner-sebastian.com
>>>> seba.wag...@gmail.com
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "OpenMeetings User" group.
>>>> To post to this group, send email to openmeetings-user@googlegroups.com
>>>> .
>>>> To unsubscribe from this group, send email to
>>>> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
>>>> .
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/openmeetings-user?hl=en.
>>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "OpenMeetings User" group.
>>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/openmeetings-user?hl=en.
>>>
>>
>>
>>
>> --
>> Sebastian Wagner
>> http://www.webbase-design.de
>> http://openmeetings.googlecode.com
>> http://www.wagner-sebastian.com
>> seba.wag...@gmail.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-user?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to