Re: Recording Problem

2010-10-01 Thread seba.wag...@gmail.com
The the file is alright but your ffmpeg has an Issue

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

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 

> 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 
>>
>>> 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
>>>   libavcodec52.91. 1 / 52.91. 1
>>>   libavformat   52.78. 5 / 52.78. 5
>>>   libavdevice   52. 2. 2 / 52. 2. 2
>>>   libavfilter1.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] /
>>> 0x)
>>> [flv @ 0x928c470] Could not find codec parameters (Audio: [0][0][0][0] /
>>> 0x, 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 

> 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 
>>
>>> 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
>>>   libavcodec52.91. 1 / 52.91. 1
>>>   libavformat   52.78.

Re: Recording Problem

2010-10-01 Thread seba.wag...@gmail.com
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 

> 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
>   libavcodec52.91. 1 / 52.91. 1
>   libavformat   52.78. 5 / 52.78. 5
>   libavdevice   52. 2. 2 / 52. 2. 2
>   libavfilter1.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] /
> 0x)
> [flv @ 0x928c470] Could not find codec parameters (Audio: [0][0][0][0] /
> 0x, 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 
>>
>>> 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 

> 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
>   libavcodec52.91. 1 / 52.91. 1
>   libavformat   52.78. 5 / 52.78. 5
>   libavdevice   52. 2. 2 / 52. 2. 2
>   libavfilter1.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] / 0x)[flv @
>> 0x8f62470] Could not find codec parameters
>>
>> that sounds very much like libmp3lame is no

Re: Recording Problem

2010-10-01 Thread Sandhy Hasan
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
  libavcodec52.91. 1 / 52.91. 1
  libavformat   52.78. 5 / 52.78. 5
  libavdevice   52. 2. 2 / 52. 2. 2
  libavfilter1.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] /
0x)
[flv @ 0x928c470] Could not find codec parameters (Audio: [0][0][0][0] /
0x, 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  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 
>
>> 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 
>>>
 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
   libavcodec52.91. 1 / 52.91. 1
   libavformat   52.78. 5 / 52.78. 5
   libavdevice   52. 2. 2 / 52. 2. 2
   libavfilter1.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 >>> > 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] / 0x)[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  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  wrot

Re: Recording Problem

2010-10-01 Thread seba.wag...@gmail.com
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 

> 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 
>>
>>> 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
>>>   libavcodec52.91. 1 / 52.91. 1
>>>   libavformat   52.78. 5 / 52.78. 5
>>>   libavdevice   52. 2. 2 / 52. 2. 2
>>>   libavfilter1.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 
>>> 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] / 0x)[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  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  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  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] /
 0x)[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 
 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  wrote:
 >
 > > > > > Please help me to solve this problem.
 > > > > > OpenMeeting installed with CentOS 5.4, i'm try to recom

Re: Recording Problem

2010-10-01 Thread Sandhy Hasan
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  wrote:

> maybe you have multiple ffmpeg installations on your box?!
>
> Sebastian
>
> 2010/10/1 Sandhy Hasan 
>
>> 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
>>   libavcodec52.91. 1 / 52.91. 1
>>   libavformat   52.78. 5 / 52.78. 5
>>   libavdevice   52. 2. 2 / 52. 2. 2
>>   libavfilter1.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 
>> 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] / 0x)[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  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  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  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] /
>>> 0x)[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 
>>> 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  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/

Re: Recording Problem

2010-10-01 Thread seba.wag...@gmail.com
maybe you have multiple ffmpeg installations on your box?!

Sebastian

2010/10/1 Sandhy Hasan 

> 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
>   libavcodec52.91. 1 / 52.91. 1
>   libavformat   52.78. 5 / 52.78. 5
>   libavdevice   52. 2. 2 / 52. 2. 2
>   libavfilter1.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 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] / 0x)[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  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  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  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] / 0x)[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  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  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

Re: Recording Problem

2010-10-01 Thread Sandhy Hasan
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
  libavcodec52.91. 1 / 52.91. 1
  libavformat   52.78. 5 / 52.78. 5
  libavdevice   52. 2. 2 / 52. 2. 2
  libavfilter1.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 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] / 0x)[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  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  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  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] / 0x)[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  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  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-versio

RE: Recording Problem

2010-10-01 Thread Lee Archer
I use CentOS 5.5 and it's a bit of a pain as I had to manually compile lame, 
ffmpeg, imagemagick, ghostscript, sox and swftools in order to get everything 
working.  The packages available via yum are just too old, so remove them and 
manually build and install later versions.  When building packages use 
./configure --prefix=/usr so it puts them where the app expects them.  I had 
problems when not using it.  I also had a long list of things to install via 
yum.

Lee

-Original Message-
From: openmeetings-user@googlegroups.com 
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Zhen
Sent: 01 October 2010 08:16
To: OpenMeetings User
Subject: Re: Recording Problem

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  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  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] / 0x)[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  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  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_4
> > > > 4_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: 0x)[flv @ 0x9080420]Could not find codec parameters
> > > > (Audio: 0x, 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_4
> > > > 4.flv, -i, 
> > > > /usr/lib/openmeetings/red5/webapps/openmeetings/streams/4/
> > > > rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_4
> > > >

Re: Recording Problem

2010-10-01 Thread Sebastian Wagner
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] / 0x)[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  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  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  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] / 0x)[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  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  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: 0x)[flv @ 0x9080420]Could not find codec parameters
> > > > > (Audio: 0x, 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

Re: Recording Problem

2010-10-01 Thread Zhen
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  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  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] / 0x)[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  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  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: 0x)[flv @ 0x9080420]Could not find codec parameters
> > > > (Audio: 0x, 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

Re: Recording Problem

2010-10-01 Thread Jien
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  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] / 0x)[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  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  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: 0x)[flv @ 0x9080420]Could not find codec parameters
> > > (Audio: 0x, 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  libavfor

Re: Recording Problem

2010-09-28 Thread Zhen
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] / 0x)[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  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  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: 0x)[flv @ 0x9080420]Could not find codec parameters
> > (Audio: 0x, 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/
> > web

Re: Recording Problem

2010-09-28 Thread Sebastian Wagner
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  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_WAVE.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: 0x)[flv @ 0x9080420]Could not find codec parameters
> (Audio: 0x, 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_WAVE.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.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



RE: Recording problem

2010-03-25 Thread Lee Archer
I'm using 32bit IE and latest flash and java.

-Original Message-
From: openmeetings-user@googlegroups.com 
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
Sent: 24 March 2010 21:09
To: openmeetings-user@googlegroups.com
Subject: Re: Recording problem

maybe this is your problem:

http://www.java.com/en/download/help/webstart_64bits.xml
http://www.java.com/en/download/help/611000.xml

Sebastian

2010/3/24 Lee Archer :
> Well I've tried it on a browser from a 2k3 server and it plays the recording
> fine.  However, from my Windows 7 64bit laptop it doesn't work.  I would
> therefore say that there is something wrong with the screen sharing
> client/recording app for 64bit Windows 7.
>
>
>
> Lee
>
>
>
> From: openmeetings-user@googlegroups.com
> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
> Sent: 23 March 2010 19:26
> To: openmeetings-user@googlegroups.com
> Subject: Re: Recording problem
>
>
>
> can you verify the same steps you do to record on http://www.openmeetings.de
> ?
> If that works the chances that something is wrong on your local copy are
> quite high.
> If not its either a problem with Openmeetings really or a problem with the
> windows(7) version.
> but as I also have Windows7 and Vista here I thought I have verified those
> as Server machines too.
>
> Sebastian
>
> 2010/3/23 Lee Archer 
>
> This wouldn't have anything to do with me using Windows 7 would it?  It used
> to work when I had XP but I've since been updated.
>
>
>
> Regards
>
>
>
> Lee
>
>
>
> From: openmeetings-user@googlegroups.com
> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
> Sent: 23 March 2010 15:18
>
> To: openmeetings-user@googlegroups.com
> Subject: RE: Recording problem
>
>
>
> Yes but the file doesn't exist, or didn't when I checked right after seeing
> the error.
>
>
>
> Lee
>
>
>
> From: openmeetings-user@googlegroups.com
> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
> Sent: 23 March 2010 15:06
> To: openmeetings-user@googlegroups.com
> Subject: Re: Recording problem
>
>
>
> /usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv:
> no such file
>
> => is that true?
>
> 2010/3/23 Lee Archer 
>
> Well I've reinstalled twice and tried r3130 and r3173 and have the same
> thing but this was working.  I'm getting a couple of java errors in the logs
> and then this with r3173.
>
>
>
> Log:23.03.2010 14:21:08
>
> generateFFMPEG
>
> process-generateFullFLV
>
> error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
> developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red Hat
> 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc --enable-gpl
> --enable-pthreads --enable-avfilter --prefix=/usr  libavutil 50.12. 0 /
> 50.12. 0  libavcodec    52.59. 0 / 52.59. 0  libavformat   52.57. 1 / 52.57.
> 1  libavdevice   52. 2. 0 / 52. 2. 0  libavfilter    1.18. 0 /  1.18. 0
> libswscale 0.10. 0 /  0.10. 0  libpostproc   51. 2. 0 / 51. 2.
> 0/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv:
> no such file or directory
>
> command-[/usr/bin/ffmpeg, -i,
> /usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv,
> -i,
> /usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_0_23_03_2010_14_20_47_FULL_WAVE.wav,
> -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 640x400, -vcodec, flashsv,
> -map, 0.0, -map, 1.0,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv]
>
> exitValue-1
>
>
>
>
>
> Log:23.03.2010 14:21:08
>
> generateFFMPEG
>
> process-generateFullFLV
>
> error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
> developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red Hat
> 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc --enable-gpl
> --enable-pthreads --enable-avfilter --prefix=/usr  libavutil 50.12. 0 /
> 50.12. 0  libavcodec    52.59. 0 / 52.59. 0  libavformat   52.57. 1 / 52.57.
> 1  libavdevice   52. 2. 0 / 52. 2. 0  libavfilter    1.18. 0 /  1.18. 0
> libswscale 0.10. 0 /  0.10. 0  libpostproc   51. 2. 0 / 51. 2.
> 0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv: no
> such file or directory
>
> command-[/usr/bin/ffmpeg, -i,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
> -vcodec, mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x400,
&

Re: Recording problem

2010-03-24 Thread Sebastian Wagner
maybe this is your problem:

http://www.java.com/en/download/help/webstart_64bits.xml
http://www.java.com/en/download/help/611000.xml

Sebastian

2010/3/24 Lee Archer :
> Well I’ve tried it on a browser from a 2k3 server and it plays the recording
> fine.  However, from my Windows 7 64bit laptop it doesn’t work.  I would
> therefore say that there is something wrong with the screen sharing
> client/recording app for 64bit Windows 7.
>
>
>
> Lee
>
>
>
> From: openmeetings-user@googlegroups.com
> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
> Sent: 23 March 2010 19:26
> To: openmeetings-user@googlegroups.com
> Subject: Re: Recording problem
>
>
>
> can you verify the same steps you do to record on http://www.openmeetings.de
> ?
> If that works the chances that something is wrong on your local copy are
> quite high.
> If not its either a problem with Openmeetings really or a problem with the
> windows(7) version.
> but as I also have Windows7 and Vista here I thought I have verified those
> as Server machines too.
>
> Sebastian
>
> 2010/3/23 Lee Archer 
>
> This wouldn’t have anything to do with me using Windows 7 would it?  It used
> to work when I had XP but I’ve since been updated.
>
>
>
> Regards
>
>
>
> Lee
>
>
>
> From: openmeetings-user@googlegroups.com
> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
> Sent: 23 March 2010 15:18
>
> To: openmeetings-user@googlegroups.com
> Subject: RE: Recording problem
>
>
>
> Yes but the file doesn’t exist, or didn’t when I checked right after seeing
> the error.
>
>
>
> Lee
>
>
>
> From: openmeetings-user@googlegroups.com
> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
> Sent: 23 March 2010 15:06
> To: openmeetings-user@googlegroups.com
> Subject: Re: Recording problem
>
>
>
> /usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv:
> no such file
>
> => is that true?
>
> 2010/3/23 Lee Archer 
>
> Well I’ve reinstalled twice and tried r3130 and r3173 and have the same
> thing but this was working.  I’m getting a couple of java errors in the logs
> and then this with r3173.
>
>
>
> Log:23.03.2010 14:21:08
>
> generateFFMPEG
>
> process-generateFullFLV
>
> error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
> developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red Hat
> 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc --enable-gpl
> --enable-pthreads --enable-avfilter --prefix=/usr  libavutil 50.12. 0 /
> 50.12. 0  libavcodec    52.59. 0 / 52.59. 0  libavformat   52.57. 1 / 52.57.
> 1  libavdevice   52. 2. 0 / 52. 2. 0  libavfilter    1.18. 0 /  1.18. 0
> libswscale 0.10. 0 /  0.10. 0  libpostproc   51. 2. 0 / 51. 2.
> 0/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv:
> no such file or directory
>
> command-[/usr/bin/ffmpeg, -i,
> /usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv,
> -i,
> /usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_0_23_03_2010_14_20_47_FULL_WAVE.wav,
> -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 640x400, -vcodec, flashsv,
> -map, 0.0, -map, 1.0,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv]
>
> exitValue-1
>
>
>
>
>
> Log:23.03.2010 14:21:08
>
> generateFFMPEG
>
> process-generateFullFLV
>
> error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
> developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red Hat
> 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc --enable-gpl
> --enable-pthreads --enable-avfilter --prefix=/usr  libavutil 50.12. 0 /
> 50.12. 0  libavcodec    52.59. 0 / 52.59. 0  libavformat   52.57. 1 / 52.57.
> 1  libavdevice   52. 2. 0 / 52. 2. 0  libavfilter    1.18. 0 /  1.18. 0
> libswscale 0.10. 0 /  0.10. 0  libpostproc   51. 2. 0 / 51. 2.
> 0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv: no
> such file or directory
>
> command-[/usr/bin/ffmpeg, -i,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
> -vcodec, mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x400,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.jpg]
>
> exitValue-1
>
>
>
>
>
> Log:23.03.2010 14:21:08
>
> generateFFMPEG
>
> process-alternateDownload
>
> error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
> developers  built on Mar 2

RE: Recording problem

2010-03-24 Thread Lee Archer
Well I've tried it on a browser from a 2k3 server and it plays the
recording fine.  However, from my Windows 7 64bit laptop it doesn't
work.  I would therefore say that there is something wrong with the
screen sharing client/recording app for 64bit Windows 7.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 19:26
To: openmeetings-user@googlegroups.com
Subject: Re: Recording problem

 

can you verify the same steps you do to record on
http://www.openmeetings.de ?
If that works the chances that something is wrong on your local copy are
quite high.
If not its either a problem with Openmeetings really or a problem with
the windows(7) version.
but as I also have Windows7 and Vista here I thought I have verified
those as Server machines too.

Sebastian

2010/3/23 Lee Archer 

This wouldn't have anything to do with me using Windows 7 would it?  It
used to work when I had XP but I've since been updated.

 

Regards

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
Sent: 23 March 2010 15:18


To: openmeetings-user@googlegroups.com
Subject: RE: Recording problem

 

Yes but the file doesn't exist, or didn't when I checked right after
seeing the error.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 15:06
To: openmeetings-user@googlegroups.com
Subject: Re: Recording problem

 

/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9
d46ae81b272f93de_23_03_2010_14_20_47.flv: no such file

=> is that true?

2010/3/23 Lee Archer 

Well I've reinstalled twice and tried r3130 and r3173 and have the same
thing but this was working.  I'm getting a couple of java errors in the
logs and then this with r3173.

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-generateFullFLV

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da
9d46ae81b272f93de_23_03_2010_14_20_47.flv: no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9
d46ae81b272f93de_23_03_2010_14_20_47.flv, -i,
/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_0_23_03_2010_14_
20_47_FULL_WAVE.wav, -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s,
640x400, -vcodec, flashsv, -map, 0.0, -map, 1.0,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv]

exitValue-1

 

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-generateFullFLV

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv:
no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
-vcodec, mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x400,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.jpg]

exitValue-1

 

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-alternateDownload

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv:
no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.avi]

exitValue-1

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf O

Re: Recording problem

2010-03-23 Thread Sebastian Wagner
can you verify the same steps you do to record on http://www.openmeetings.de?
If that works the chances that something is wrong on your local copy are
quite high.
If not its either a problem with Openmeetings really or a problem with the
windows(7) version.
but as I also have Windows7 and Vista here I thought I have verified those
as Server machines too.

Sebastian

2010/3/23 Lee Archer 

>  This wouldn’t have anything to do with me using Windows 7 would it?  It
> used to work when I had XP but I’ve since been updated.
>
>
>
> Regards
>
>
>
> Lee
>
>
>
> *From:* openmeetings-user@googlegroups.com [mailto:
> openmeetings-u...@googlegroups.com] *On Behalf Of *Lee Archer
> *Sent:* 23 March 2010 15:18
>
> *To:* openmeetings-user@googlegroups.com
> *Subject:* RE: Recording problem
>
>
>
> Yes but the file doesn’t exist, or didn’t when I checked right after seeing
> the error.
>
>
>
> Lee
>
>
>
> *From:* openmeetings-user@googlegroups.com [mailto:
> openmeetings-u...@googlegroups.com] *On Behalf Of *Sebastian Wagner
> *Sent:* 23 March 2010 15:06
> *To:* openmeetings-user@googlegroups.com
> *Subject:* Re: Recording problem
>
>
>
> /usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv:
> no such file
>
> => is that true?
>
> 2010/3/23 Lee Archer 
>
> Well I’ve reinstalled twice and tried r3130 and r3173 and have the same
> thing but this was working.  I’m getting a couple of java errors in the logs
> and then this with r3173.
>
>
>
> Log:23.03.2010 14:21:08
>
> generateFFMPEG
>
> process-generateFullFLV
>
> error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
> developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red Hat
> 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc --enable-gpl
> --enable-pthreads --enable-avfilter --prefix=/usr  libavutil 50.12. 0 /
> 50.12. 0  libavcodec52.59. 0 / 52.59. 0  libavformat   52.57. 1 / 52.57.
> 1  libavdevice   52. 2. 0 / 52. 2. 0  libavfilter1.18. 0 /  1.18. 0
> libswscale 0.10. 0 /  0.10. 0  libpostproc   51. 2. 0 / 51. 2.
> 0/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv:
> no such file or directory
>
> command-[/usr/bin/ffmpeg, -i,
> /usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv,
> -i,
> /usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_0_23_03_2010_14_20_47_FULL_WAVE.wav,
> -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 640x400, -vcodec, flashsv,
> -map, 0.0, -map, 1.0,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv]
>
> exitValue-1
>
>
>
>
>
> Log:23.03.2010 14:21:08
>
> generateFFMPEG
>
> process-generateFullFLV
>
> error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
> developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red Hat
> 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc --enable-gpl
> --enable-pthreads --enable-avfilter --prefix=/usr  libavutil 50.12. 0 /
> 50.12. 0  libavcodec52.59. 0 / 52.59. 0  libavformat   52.57. 1 / 52.57.
> 1  libavdevice   52. 2. 0 / 52. 2. 0  libavfilter1.18. 0 /  1.18. 0
> libswscale 0.10. 0 /  0.10. 0  libpostproc   51. 2. 0 / 51. 2.
> 0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv: no
> such file or directory
>
> command-[/usr/bin/ffmpeg, -i,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
> -vcodec, mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x400,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.jpg]
>
> exitValue-1
>
>
>
>
>
> Log:23.03.2010 14:21:08
>
> generateFFMPEG
>
> process-alternateDownload
>
> error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
> developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red Hat
> 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc --enable-gpl
> --enable-pthreads --enable-avfilter --prefix=/usr  libavutil 50.12. 0 /
> 50.12. 0  libavcodec52.59. 0 / 52.59. 0  libavformat   52.57. 1 / 52.57.
> 1  libavdevice   52. 2. 0 / 52. 2. 0  libavfilter1.18. 0 /  1.18. 0
> libswscale 0.10. 0 /  0.10. 0  libpostproc   51. 2. 0 / 51. 2.
> 0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv: no
> such file or directory
>
> command-[/usr/bin/ffmpeg, -i,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.avi]
>
> exitValue-1
>
>
>
&g

RE: Recording problem

2010-03-23 Thread Lee Archer
This wouldn't have anything to do with me using Windows 7 would it?  It
used to work when I had XP but I've since been updated.

 

Regards

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
Sent: 23 March 2010 15:18
To: openmeetings-user@googlegroups.com
Subject: RE: Recording problem

 

Yes but the file doesn't exist, or didn't when I checked right after
seeing the error.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 15:06
To: openmeetings-user@googlegroups.com
Subject: Re: Recording problem

 

/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9
d46ae81b272f93de_23_03_2010_14_20_47.flv: no such file

=> is that true?

2010/3/23 Lee Archer 

Well I've reinstalled twice and tried r3130 and r3173 and have the same
thing but this was working.  I'm getting a couple of java errors in the
logs and then this with r3173.

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-generateFullFLV

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da
9d46ae81b272f93de_23_03_2010_14_20_47.flv: no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9
d46ae81b272f93de_23_03_2010_14_20_47.flv, -i,
/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_0_23_03_2010_14_
20_47_FULL_WAVE.wav, -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s,
640x400, -vcodec, flashsv, -map, 0.0, -map, 1.0,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv]

exitValue-1

 

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-generateFullFLV

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv:
no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
-vcodec, mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x400,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.jpg]

exitValue-1

 

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-alternateDownload

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv:
no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.avi]

exitValue-1

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
Sent: 23 March 2010 12:10


To: openmeetings-user@googlegroups.com

Subject: RE: Recording problem

 

I will reinstall my VM and see if it's an update that is causing a
problem.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 12:05
To: openmeetings-user@googlegroups.com
Subject: Re: Recording problem

 

I have tested almost any scenario that is possible.
And I did not find any dead_lock anymore where the recording fails.

But anyway nobody's perfect, but if you have a use-case it will help a
lot if you can write donw the exact steps, where you did click et cetera
so that we can try to reproduce it.

Beeing able to reproduce is almost 50% of the solution.

Sebastian

2010/3/23 Lee Archer 

Yes it's all up to date and works fine when recording in a video and
whit

RE: Recording problem

2010-03-23 Thread Lee Archer
Yes but the file doesn't exist, or didn't when I checked right after
seeing the error.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 15:06
To: openmeetings-user@googlegroups.com
Subject: Re: Recording problem

 

/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9
d46ae81b272f93de_23_03_2010_14_20_47.flv: no such file

=> is that true?

2010/3/23 Lee Archer 

Well I've reinstalled twice and tried r3130 and r3173 and have the same
thing but this was working.  I'm getting a couple of java errors in the
logs and then this with r3173.

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-generateFullFLV

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da
9d46ae81b272f93de_23_03_2010_14_20_47.flv: no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9
d46ae81b272f93de_23_03_2010_14_20_47.flv, -i,
/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_0_23_03_2010_14_
20_47_FULL_WAVE.wav, -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s,
640x400, -vcodec, flashsv, -map, 0.0, -map, 1.0,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv]

exitValue-1

 

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-generateFullFLV

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv:
no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
-vcodec, mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x400,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.jpg]

exitValue-1

 

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-alternateDownload

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv:
no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.avi]

exitValue-1

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
Sent: 23 March 2010 12:10


To: openmeetings-user@googlegroups.com

Subject: RE: Recording problem

 

I will reinstall my VM and see if it's an update that is causing a
problem.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 12:05
To: openmeetings-user@googlegroups.com
Subject: Re: Recording problem

 

I have tested almost any scenario that is possible.
And I did not find any dead_lock anymore where the recording fails.

But anyway nobody's perfect, but if you have a use-case it will help a
lot if you can write donw the exact steps, where you did click et cetera
so that we can try to reproduce it.

Beeing able to reproduce is almost 50% of the solution.

Sebastian

2010/3/23 Lee Archer 

Yes it's all up to date and works fine when recording in a video and
whiteboard room.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 11:52


To: openmeetings-user@googlegroups.com

Subject: Re: Recording problem

 

Did you succeed in doing any kind of recording yet.
If not you should check that SoX and FFMPEG (with libmp3lame enabled) is

Re: Recording problem

2010-03-23 Thread Sebastian Wagner
/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv:
no such file

=> is that true?

2010/3/23 Lee Archer 

>  Well I’ve reinstalled twice and tried r3130 and r3173 and have the same
> thing but this was working.  I’m getting a couple of java errors in the logs
> and then this with r3173.
>
>
>
> Log:23.03.2010 14:21:08
>
> generateFFMPEG
>
> process-generateFullFLV
>
> error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
> developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red Hat
> 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc --enable-gpl
> --enable-pthreads --enable-avfilter --prefix=/usr  libavutil 50.12. 0 /
> 50.12. 0  libavcodec52.59. 0 / 52.59. 0  libavformat   52.57. 1 / 52.57.
> 1  libavdevice   52. 2. 0 / 52. 2. 0  libavfilter1.18. 0 /  1.18. 0
> libswscale 0.10. 0 /  0.10. 0  libpostproc   51. 2. 0 / 51. 2.
> 0/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv:
> no such file or directory
>
> command-[/usr/bin/ffmpeg, -i,
> /usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9d46ae81b272f93de_23_03_2010_14_20_47.flv,
> -i,
> /usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_0_23_03_2010_14_20_47_FULL_WAVE.wav,
> -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 640x400, -vcodec, flashsv,
> -map, 0.0, -map, 1.0,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv]
>
> exitValue-1
>
>
>
>
>
> Log:23.03.2010 14:21:08
>
> generateFFMPEG
>
> process-generateFullFLV
>
> error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
> developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red Hat
> 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc --enable-gpl
> --enable-pthreads --enable-avfilter --prefix=/usr  libavutil 50.12. 0 /
> 50.12. 0  libavcodec52.59. 0 / 52.59. 0  libavformat   52.57. 1 / 52.57.
> 1  libavdevice   52. 2. 0 / 52. 2. 0  libavfilter1.18. 0 /  1.18. 0
> libswscale 0.10. 0 /  0.10. 0  libpostproc   51. 2. 0 / 51. 2.
> 0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv: no
> such file or directory
>
> command-[/usr/bin/ffmpeg, -i,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
> -vcodec, mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x400,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.jpg]
>
> exitValue-1
>
>
>
>
>
> Log:23.03.2010 14:21:08
>
> generateFFMPEG
>
> process-alternateDownload
>
> error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
> developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red Hat
> 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc --enable-gpl
> --enable-pthreads --enable-avfilter --prefix=/usr  libavutil 50.12. 0 /
> 50.12. 0  libavcodec52.59. 0 / 52.59. 0  libavformat   52.57. 1 / 52.57.
> 1  libavdevice   52. 2. 0 / 52. 2. 0  libavfilter1.18. 0 /  1.18. 0
> libswscale 0.10. 0 /  0.10. 0  libpostproc   51. 2. 0 / 51. 2.
> 0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv: no
> such file or directory
>
> command-[/usr/bin/ffmpeg, -i,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
> /usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.avi]
>
> exitValue-1
>
>
>
> *From:* openmeetings-user@googlegroups.com [mailto:
> openmeetings-u...@googlegroups.com] *On Behalf Of *Lee Archer
> *Sent:* 23 March 2010 12:10
>
> *To:* openmeetings-user@googlegroups.com
> *Subject:* RE: Recording problem
>
>
>
> I will reinstall my VM and see if it’s an update that is causing a problem.
>
>
>
> Lee
>
>
>
> *From:* openmeetings-user@googlegroups.com [mailto:
> openmeetings-u...@googlegroups.com] *On Behalf Of *Sebastian Wagner
> *Sent:* 23 March 2010 12:05
> *To:* openmeetings-user@googlegroups.com
> *Subject:* Re: Recording problem
>
>
>
> I have tested almost any scenario that is possible.
> And I did not find any dead_lock anymore where the recording fails.
>
> But anyway nobody's perfect, but if you have a use-case it will help a lot
> if you can write donw the exact steps, where you did click et cetera so that
> we can try to reproduce it.
>
> Beeing able to reproduce is almost 50% of the solution.
>
> Sebastian
>
> 2010/3/23 Lee Archer 
>
> Yes it’s all up to date and works fine when recording in a video and
> whiteboard room.
>
>
>
> Lee
>
>
>
> *From:* openmeetings-user@googlegroups.com [mailto:
> ope

RE: Recording problem

2010-03-23 Thread Lee Archer
Well I've reinstalled twice and tried r3130 and r3173 and have the same
thing but this was working.  I'm getting a couple of java errors in the
logs and then this with r3173.

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-generateFullFLV

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da
9d46ae81b272f93de_23_03_2010_14_20_47.flv: no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_7648fe59c3a94da9
d46ae81b272f93de_23_03_2010_14_20_47.flv, -i,
/usr/src/om/webapps/openmeetings/streams/4/rec_1_stream_0_23_03_2010_14_
20_47_FULL_WAVE.wav, -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s,
640x400, -vcodec, flashsv, -map, 0.0, -map, 1.0,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv]

exitValue-1

 

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-generateFullFLV

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv:
no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
-vcodec, mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x400,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.jpg]

exitValue-1

 

 

Log:23.03.2010 14:21:08

generateFFMPEG

process-alternateDownload

error-FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg
developers  built on Mar 23 2010 13:47:40 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-46)  configuration: --enable-libmp3lame --enable-postproc
--enable-gpl --enable-pthreads --enable-avfilter --prefix=/usr
libavutil 50.12. 0 / 50.12. 0  libavcodec52.59. 0 / 52.59. 0
libavformat   52.57. 1 / 52.57. 1  libavdevice   52. 2. 0 / 52. 2. 0
libavfilter1.18. 0 /  1.18. 0  libswscale 0.10. 0 /  0.10. 0
libpostproc   51. 2. 0 / 51. 2.
0/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv:
no such file or directory

command-[/usr/bin/ffmpeg, -i,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
/usr/src/om/webapps/openmeetings/streams/hibernate/flvRecording_1.avi]

exitValue-1

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
Sent: 23 March 2010 12:10
To: openmeetings-user@googlegroups.com
Subject: RE: Recording problem

 

I will reinstall my VM and see if it's an update that is causing a
problem.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 12:05
To: openmeetings-user@googlegroups.com
Subject: Re: Recording problem

 

I have tested almost any scenario that is possible.
And I did not find any dead_lock anymore where the recording fails.

But anyway nobody's perfect, but if you have a use-case it will help a
lot if you can write donw the exact steps, where you did click et cetera
so that we can try to reproduce it.

Beeing able to reproduce is almost 50% of the solution.

Sebastian

2010/3/23 Lee Archer 

Yes it's all up to date and works fine when recording in a video and
whiteboard room.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 11:52


To: openmeetings-user@googlegroups.com

Subject: Re: Recording problem

 

Did you succeed in doing any kind of recording yet.
If not you should check that SoX and FFMPEG (with libmp3lame enabled) is
installed and in a up to date version

Sebastian

2010/3/23 Lee Archer 

Hi, I seem to have a problem whereby only the Video/Whiteboard conf room
type will record.  All others will create a file that will then fail
when I click on it.  When I try to record an audience room it looks like
the reason it is failing is because it's trying to process audio that
isn't being recorded as it only needs to record the screen and not
video/audio.

Has anyone else had this problem?

Regards

Lee

-- 
You re

RE: Recording problem

2010-03-23 Thread Lee Archer
I will reinstall my VM and see if it's an update that is causing a
problem.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 12:05
To: openmeetings-user@googlegroups.com
Subject: Re: Recording problem

 

I have tested almost any scenario that is possible.
And I did not find any dead_lock anymore where the recording fails.

But anyway nobody's perfect, but if you have a use-case it will help a
lot if you can write donw the exact steps, where you did click et cetera
so that we can try to reproduce it.

Beeing able to reproduce is almost 50% of the solution.

Sebastian

2010/3/23 Lee Archer 

Yes it's all up to date and works fine when recording in a video and
whiteboard room.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 11:52


To: openmeetings-user@googlegroups.com

Subject: Re: Recording problem

 

Did you succeed in doing any kind of recording yet.
If not you should check that SoX and FFMPEG (with libmp3lame enabled) is
installed and in a up to date version

Sebastian

2010/3/23 Lee Archer 

Hi, I seem to have a problem whereby only the Video/Whiteboard conf room
type will record.  All others will create a file that will then fail
when I click on it.  When I try to record an audience room it looks like
the reason it is failing is because it's trying to process audio that
isn't being recorded as it only needs to record the screen and not
video/audio.

Has anyone else had this problem?

Regards

Lee

-- 
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
<mailto: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.laszlo-forum.de
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
<mailto: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
<mailto: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.laszlo-forum.de
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.

-- 
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.



Re: Recording problem

2010-03-23 Thread Sebastian Wagner
I have tested almost any scenario that is possible.
And I did not find any dead_lock anymore where the recording fails.

But anyway nobody's perfect, but if you have a use-case it will help a lot
if you can write donw the exact steps, where you did click et cetera so that
we can try to reproduce it.

Beeing able to reproduce is almost 50% of the solution.

Sebastian

2010/3/23 Lee Archer 

>  Yes it’s all up to date and works fine when recording in a video and
> whiteboard room.
>
>
>
> Lee
>
>
>
> *From:* openmeetings-user@googlegroups.com [mailto:
> openmeetings-u...@googlegroups.com] *On Behalf Of *Sebastian Wagner
> *Sent:* 23 March 2010 11:52
>
> *To:* openmeetings-user@googlegroups.com
> *Subject:* Re: Recording problem
>
>
>
> Did you succeed in doing any kind of recording yet.
> If not you should check that SoX and FFMPEG (with libmp3lame enabled) is
> installed and in a up to date version
>
> Sebastian
>
> 2010/3/23 Lee Archer 
>
> Hi, I seem to have a problem whereby only the Video/Whiteboard conf room
> type will record.  All others will create a file that will then fail when I
> click on it.  When I try to record an audience room it looks like the
> reason it is failing is because it’s trying to process audio that isn’t
> being recorded as it only needs to record the screen and not video/audio.
>
> Has anyone else had this problem?
>
> Regards
>
> Lee
>
> --
> 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.
>
>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.laszlo-forum.de
> 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.
>
> --
> 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.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
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.



RE: Recording problem

2010-03-23 Thread Lee Archer
Yes it's all up to date and works fine when recording in a video and
whiteboard room.

 

Lee

 

From: openmeetings-user@googlegroups.com
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian
Wagner
Sent: 23 March 2010 11:52
To: openmeetings-user@googlegroups.com
Subject: Re: Recording problem

 

Did you succeed in doing any kind of recording yet.
If not you should check that SoX and FFMPEG (with libmp3lame enabled) is
installed and in a up to date version

Sebastian

2010/3/23 Lee Archer 

Hi, I seem to have a problem whereby only the Video/Whiteboard conf room
type will record.  All others will create a file that will then fail
when I click on it.  When I try to record an audience room it looks like
the reason it is failing is because it's trying to process audio that
isn't being recorded as it only needs to record the screen and not
video/audio.

Has anyone else had this problem?

Regards

Lee

-- 
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
<mailto: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.laszlo-forum.de
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.

-- 
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.



Re: Recording problem

2010-03-23 Thread Sebastian Wagner
Did you succeed in doing any kind of recording yet.
If not you should check that SoX and FFMPEG (with libmp3lame enabled) is
installed and in a up to date version

Sebastian

2010/3/23 Lee Archer 

>  Hi, I seem to have a problem whereby only the Video/Whiteboard conf room
> type will record.  All others will create a file that will then fail when
> I click on it.  When I try to record an audience room it looks like the
> reason it is failing is because it’s trying to process audio that isn’t
> being recorded as it only needs to record the screen and not video/audio.
>
> Has anyone else had this problem?
>
> Regards
>
> Lee
>
> --
> 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.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
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.



RE: Recording problem

2010-03-23 Thread Lee Archer
I've restarted and can now record but the playback is the same screen.
I've seen the following in the logs:

 

[INFO] [NioProcessor-1] org.red5.server.stream.ClientBroadcastStream -
Provider disconnect

[ERROR] [NioProcessor-1] org.red5.server.messaging.AbstractPipe -
exception when handling pipe connection event

java.lang.NullPointerException: null

at
org.red5.server.stream.ClientBroadcastStream.onPipeConnectionEvent(Clien
tBroadcastStream.java:482) [red5.jar:na]

at
org.red5.server.messaging.AbstractPipe.firePipeConnectionEvent(AbstractP
ipe.java:258) [red5.jar:na]

at
org.red5.server.messaging.AbstractPipe.fireProviderConnectionEvent(Abstr
actPipe.java:248) [red5.jar:na]

at
org.red5.server.messaging.AbstractPipe.unsubscribe(AbstractPipe.java:111
) [red5.jar:na]

at
org.red5.server.stream.ClientBroadcastStream.close(ClientBroadcastStream
.java:209) [red5.jar:na]

at
org.red5.server.stream.StreamService.deleteStream(StreamService.java:171
) [red5.jar:na]

at
org.red5.server.net.rtmp.RTMPConnection.close(RTMPConnection.java:577)
[red5.jar:na]

at
org.red5.server.net.rtmp.RTMPMinaConnection.close(RTMPMinaConnection.jav
a:79) [red5.jar:na]

at
org.red5.server.net.rtmp.BaseRTMPHandler.connectionClosed(BaseRTMPHandle
r.java:219) [red5.jar:na]

at
org.red5.server.net.rtmp.RTMPMinaIoHandler.sessionClosed(RTMPMinaIoHandl
er.java:113) [red5.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain$TailFilter.session
Closed(DefaultIoFilterChain.java:662)
[mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextSessionClo
sed(DefaultIoFilterChain.java:395) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain.access$900(Default
IoFilterChain.java:46) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.sessio
nClosed(DefaultIoFilterChain.java:778)
[mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.IoFilterAdapter.sessionClosed(IoFilterA
dapter.java:95) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextSessionClo
sed(DefaultIoFilterChain.java:395) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain.access$900(Default
IoFilterChain.java:46) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.sessio
nClosed(DefaultIoFilterChain.java:778)
[mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.filter.codec.ProtocolCodecFilter.sessionClosed(ProtocolC
odecFilter.java:353) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextSessionClo
sed(DefaultIoFilterChain.java:395) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain.access$900(Default
IoFilterChain.java:46) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.sessio
nClosed(DefaultIoFilterChain.java:778)
[mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.IoFilterAdapter.sessionClosed(IoFilterA
dapter.java:95) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextSessionClo
sed(DefaultIoFilterChain.java:395) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.filterchain.DefaultIoFilterChain.fireSessionClosed(
DefaultIoFilterChain.java:388) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.service.IoServiceListenerSupport.fireSessionDestroy
ed(IoServiceListenerSupport.java:244)
[mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.polling.AbstractPollingIoProcessor.removeNow(Abstra
ctPollingIoProcessor.java:599) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.polling.AbstractPollingIoProcessor.removeSessions(A
bstractPollingIoProcessor.java:559)
[mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.polling.AbstractPollingIoProcessor.access$700(Abstr
actPollingIoProcessor.java:64) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(Ab
stractPollingIoProcessor.java:1119)
[mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.j
ava:64) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]

at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.jav
a:1110) [na:1.6.0]

at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
va:603) [na:1.6.0]

at java.lang.Thread.run(Thread.java:636) [na:1.6.0]

 

ERROR 03-23 11:36:59.625 FLVRecorderService.java 182939 420
org.open