Re: How can I access to drawArea.y property?

2010-10-01 Thread seba.wag...@gmail.com
Hi Filippo,

To update all references relative to the drawArea (or whatever view you want
to change) you
should use the method
view.setAttribute("x",$value);

for example:



if you say:
drawarea.width = 200;
=> the x-value of "_border" won't update (but its less CPU intensive)

but if you say:
drawarea.setAttribute("width",200);
=> the x-value of "_border" WILL update (but its more CPU intensive as it
will update also all delegates)

See also this chapter in the OpenLaszlo reference:
http://www.openlaszlo.org/lps4.8/docs/developers/methods-events-attributes.html#d0e73194

To get a reference to the whiteboard you can use:
canvas._drawarea (as you also have found out)

Sebastian

2010/10/1 Netbuilder 

> Another stupid questions... I'm modifying baseDrawWords.lzx
> How can I access drawViewInner.y or drawArea.y property?
>
> I've tried canvas.drawArea.y but it doesn't work.
> Thank you
>
> --
> 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.wagner-sebastian.com
seba.wag...@gmail.com

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



How can I access to drawArea.y property?

2010-10-01 Thread Netbuilder
Another stupid questions... I'm modifying baseDrawWords.lzx
How can I access drawViewInner.y or drawArea.y property?

I've tried canvas.drawArea.y but it doesn't work.
Thank you

-- 
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-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: isAdmin exists?

2010-10-01 Thread Netbuilder
Thank you!

On Oct 1, 10:04 am, "seba.wag...@gmail.com" 
wrote:
> Hi Netbuilder,
>
> there are several attributes,
> in the user-object for each logedin user there is a variable to see that:
>
> canvas.thishib.userobject.level_id
>
> level_id = 1 User
> level_id = 2 Moderator
> level_id = 3 Admin
>
> However if a user comes via SOAP of course there is no such object.
>
> Sebastian
>
> 2010/10/1 Netbuilder 
>
>
>
>
>
> > Hi everyone,
> > is there a global var to know if the user logged in is an Admin? I
> > know that it's possible to use isModerator, but I need to know if it's
> > the admin user. Is it possible? I started develop yesterday and I'm
> > sorry if the question is stupid.
> > Thank you.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.> To post to this group, send email 
> > toopenmeetings-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 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

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



Re: isAdmin exists?

2010-10-01 Thread seba.wag...@gmail.com
Hi Netbuilder,

there are several attributes,
in the user-object for each logedin user there is a variable to see that:

canvas.thishib.userobject.level_id

level_id = 1 User
level_id = 2 Moderator
level_id = 3 Admin

However if a user comes via SOAP of course there is no such object.


Sebastian

2010/10/1 Netbuilder 

> Hi everyone,
> is there a global var to know if the user logged in is an Admin? I
> know that it's possible to use isModerator, but I need to know if it's
> the admin user. Is it possible? I started develop yesterday and I'm
> sorry if the question is stupid.
> Thank you.
>
> --
> 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.wagner-sebastian.com
seba.wag...@gmail.com

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



isAdmin exists?

2010-10-01 Thread Netbuilder
Hi everyone,
is there a global var to know if the user logged in is an Admin? I
know that it's possible to use isModerator, but I need to know if it's
the admin user. Is it possible? I started develop yesterday and I'm
sorry if the question is stupid.
Thank you.

-- 
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-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
> > > > 4_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 / 5

Re: Video and sound have be freeze

2010-10-01 Thread Sebastian Wagner
What do you mean by *refresh* ?!

Sebastian

On 29 Sep., 16:10, Igor  wrote:
> Thank you Sebastian.
>
> Say me, in Openmeetings or Red5 settings have a possibility for
> automatical "refresh" on conference time?
>
> Thanks again.
>
> On Sep 28, 12:33 pm, Sebastian Wagner  wrote:
>
> > Hi Igor,
>
> > *video & sound stream not constantly on time*
> > => Delay in Audio and Video is in 99% of all Issues a Bandwidth
> > problem.
> > Make also sure your Flash Player is up to date.
>
> > Sebastian
>
> > On Sep 23, 9:59 pm, Igor  wrote:
>
> > > Hallo.
>
> > > I've installed openmeetings software. It's very good product but I
> > > have small problem — video & sound stream not constantly on time
> > > conference.
> > > On conference with two participants periodically (2-3 minutes) video
> > > and sound have be freeze. Only after pressing "refresh" it's OK.
>
> > > I'm really don't understand what's happened. Please help me in
> > > situation.
>
> > > Server: 3Ghz, 750 RAM, Debian, openmeetings_1_4_rc1_r3326.zip,
> > > Internet bandwith: 10Mb.
> > > Users: 1,86 Ghz, 2 Gb RAM, Win7\XP, Internet bandwith: 10Mb.
>
> > > Hope on your help.
>
> > > With best.

-- 
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-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: Animator Position Fixed

2010-10-01 Thread seba.wag...@gmail.com
Yes replacing just the html.lzx will not solve it.
The problem you refer to is the Browser integration, and this is not really
handled by the html.lzx its more related with the embed code of the SWF.
There is some wrapper JavaScript code *embed-compressed.js* who is
responsable to create the iFrame for the HTML Tag. BUt however there might
be also atributes that are really compiled into the binary of every
OpenLaszlo release that might affect the behviour of the html Tag.


Sebastian

2010/10/1 Hitesh Choudhary 

> Hi Seba
>
> You are correct that it would be just a replacement of some folders
> containing lps components but I just wanted to confirm from you because
> there is one class named html.lzx & right now I am facing problem in the
> same as the html doesn't works in any browser except IE, so may be there
> would be any update in the latest one for the same
>
> Thanks & Regards
> Hitesh
>
>
> On Thu, Sep 30, 2010 at 2:32 PM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
>
>> First you should check if there is really any benefit from updateing
>> OpenLaszlo.
>> The Update process itself is bascially the replacement of some folders.
>>
>> Sebastian
>>
>> 2010/9/30 Hitesh Choudhary 
>>
>>> Hi Seba
>>>
>>> Thanks a lot for replying but cab you suggest me or guide me that how can
>>> we replace the latest or any update OpenLaszlo release in the existing code.
>>> Is there any folder that we need to replace or what??
>>>
>>> Kindly suggest for the same, looking forward for an early reply
>>>
>>> Thanks & Regards
>>> Hitesh
>>>
>>>
>>> On Thu, Sep 30, 2010 at 11:57 AM, seba.wag...@gmail.com <
>>> seba.wag...@gmail.com> wrote:
>>>
 Hallo Hitesh,

 the html Tag doesn't work proper, but actually this has nothing to do
 with OpenMeetings. Its an Issue with OpenLaszlo. The HTML Tag has some
 limitations.
 You should first try to downlaod the latest build/release of OpenLaszlo
 and check out if it works in there.
 If that is okay we can maybe update the Openlaszlo version to the latest
 one in OpenMeetings (but I doubt that upgrading OpenLaszlo will solve your
 html problems).

 Sebastian

 2010/9/29 Hitesh Choudhary 

> Hi Seba
>
> Thanks a lot for the same as I will look after the same & will get back
> to you in any case
>
> One more thing I have posted that I am using  tag inside 
> and this html tag doesn't works in any browser except IE, so kindly 
> suggest
> any way to resolve the same as this time its my major problem. For your
> easibility, I am sending the part of code, it would help you in finding 
> the
> problem and its solution:
>
> *
> 
>
>  y="150" align="center">
>
> 
>
> 
> var sURL = "http://www.google.com";;
> this.setAttribute("sURL", sURL);
> 
>
>  height="380">
> 
>
>  src="${this.parent.parent.parent.sURL}" width="785" height="325"
> y="20"/>
>  
>  
> 
>
> *
>
> Looking forward for an early reply
>
> Thanks & Regards
> HItesh
>
>
> On Wed, Sep 29, 2010 at 7:30 PM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
>
>> Have a look at those methods that set the values for the position:
>>
>>
>> 
>> 
>> 
>>
>> 
>> 
>> 
>>
>> Sebastian
>>
>> 2010/9/29 Hitesh Choudhary 
>>
>>> Hi Seba
>>>
>>> *File use for screen sharing is named*: screenSharingDialog.lzx
>>>
>>> *Part of code from the above file is below:*
>>>
>>> >> process="simultaneous" duration="1000">
>>> 
>>> if ($debug) Debug.write("onstop this._y.to ",this._y.to
>>> );
>>> if (!parent.isStarted) {
>>>
>>> parent._initText.setAttribute("visibility","visible");
>>> } else {
>>> parent._zoombar.setAttribute("visibility","visible");
>>> parent._zoombar.setDefaultZoom();
>>> parent._close.setAttribute("visibility","hidden");
>>> parent._pause.setAttribute("visibility","visible");
>>> }
>>> 
>>>
>>> 
>>> 
>>> 
>>> 
>>> >>
>>> *It is called from the hibrtmpConnection.lzx* below is example:
>>>
>>> >> funcname="newRed5ScreenCursor">
>>> 
>>> 
>>> return null;
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
>>>
>>> 
>>> >> funcname="newRed5ScreenSharing">
>>> 
>>> 
>>> return null;
>>>

Re: HTML Tag doesn't works

2010-10-01 Thread Sebastian Wagner
I think I answered this already.

Sebastian

On 29 Sep., 05:01, Hitesh  wrote:
> Hello Seba
>
> Hope you are doing well as I have implemented  tag inside a
>  and the problem I am facing now is that this  tag doesn't
> works in any browser except Internet Explorer
>
> For example, I have passed the src for the  like
> src="www.google.com", then it will open the url in IE but not in any
> other browser. Kindly suggest something so that it also works for rest
> of the browsers
>
> Looking forward for an early reply
>
> Thanks & Regards
> Hitesh

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