Re: [openmeetings-user] Hardware requirements

2011-08-24 Thread seba.wag...@gmail.com
You should be able to roughly server between 500-1000 concurrent users on
such a server.

But of course it is connected to what usage scenario you are doing:

If you have only 4x4 Conference rooms (4 participants every participant with
Audio-Video turned on)
4 Audio/Video Users = 4 (4-1) stream = 12 streams
1 stream = 70 KByte / Sec
12 streams = 70 * 12 = 820 KByte / sec for a single conference room
820 KByte / sec are the download AND upload rate

You might run out of bandwidth very soon on your server.

If you have webinars with 2 presenters but 100 listeners in the restricted
roomtype you might have more concurrent users.
2 presenters = 2 * 70KByte/sec = 140 KByte / sec Upstream
100 listeners = 100 * 70 KByte / sec = 7000 KByte / sec Downstream from the
server

The CPU is also an important number in terms of max usage.

Sebastian

2011/8/24 oscar huvh 

> Hello
> We have been testing openmeetings with an excellent result. So we'd like to
> implement it in a production enviroment.
> I guess that once openmeeting is populated some departments will want to
> join it so I wonder what hardware requirements will fit in our case.
> I think we probably will have several conferences at a time and it will be
> common having 8-10 participants in the most succesfull conference.
> Sharing desktop and documents will be the most used features.
> We don't integrate openmeetings with moodle or other programs.
> I was thinking in installing a CentOS 64 bit in a HP server Proliant DL 380
> G7 with at least 8 GB RAM.
> I assume that openmeetings doesn't need much HDD space and the most
> important devices to upgrade in the server are RAM and NIC.
> Does anybody has an enviroment like that? I'd like knowing about servers
> has been used and their results.
> Thanks in advance
> Regards
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openmeetings-user/-/Cyzt8jvzyEYJ.
> To post to this group, send email to openmeetings-user@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



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

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



[openmeetings-user] Hardware requirements

2011-08-24 Thread oscar huvh
Hello
We have been testing openmeetings with an excellent result. So we'd like to 
implement it in a production enviroment.
I guess that once openmeeting is populated some departments will want to 
join it so I wonder what hardware requirements will fit in our case.
I think we probably will have several conferences at a time and it will be 
common having 8-10 participants in the most succesfull conference.
Sharing desktop and documents will be the most used features.
We don't integrate openmeetings with moodle or other programs.
I was thinking in installing a CentOS 64 bit in a HP server Proliant DL 380 
G7 with at least 8 GB RAM.
I assume that openmeetings doesn't need much HDD space and the most 
important devices to upgrade in the server are RAM and NIC.
Does anybody has an enviroment like that? I'd like knowing about servers has 
been used and their results.
Thanks in advance
Regards


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



Re: [openmeetings-user] recording audio issues

2011-08-24 Thread seba.wag...@gmail.com
as far as I do know the only needed flag to turn on in FFMPEG compilation is
the libmp3lame option.

I don#t think that it will harm if you enable more but however, there must
be either an issue with your FFMPEG compilation or something did really
change in latest FFMPEG.

Sebastian

2011/8/24 Sage McGirk 

> Thanks for the reply, however I included my ffmpeg compilation flags
> and showed libmp3lame was included
>
> # dpkg --get-selections | grep libmp3
> libmp3lame-dev install
> libmp3lame0 install
>
> # ffmpeg --version
> ffmpeg version N-32077-g5f5e37e, Copyright (c) 2000-2011 the FFmpeg
> developers
>   built on Aug 24 2011 09:14:58 with gcc 4.4.3
>   configuration: --enable-gpl --enable-version3 --enable-nonfree
> --enable-postproc --enable-libfaac --enable-libopencore-amrnb
> --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis
> --enable-libx264 --enable-libxvid --enable-x11grab --enable-libmp3lame
>
> /sm
>
> On Wed, Aug 24, 2011 at 5:02 AM, seba.wag...@gmail.com
>  wrote:
> > FFMPEG needs to be compiled with libmp3lame enabled.
> > "Could not find codec parameters" I likely to mean that you've missed
> that
> > step.
> >
> > Sebastian
> >
> > 2011/8/24 Sage 
> >>
> >> Greetings,
> >>  I have a fresh install of openmeetings on a ubuntu 10.04 64bit.
> >> Below are the versions and compile options.  It doesn't appear from
> >> looking at the test files an audio codec is ether selected or working.
> >>
> >> ffmpeg -i TEST_SETUP_1314146705495.flv
> >> [flv @ 0x1585420] Could not find codec parameters (Audio: none, 0
> >> channels)
> >> [flv @ 0x1585420] Estimating duration from bitrate, this may be
> >> inaccurate
> >>  Duration: 00:00:03.83, start: 0.00, bitrate: N/A
> >>Stream #0.0: Video: flv1, yuv420p, 240x180, 30 tbr, 1k tbn, 1k tbc
> >>Stream #0.1: Audio: none, 0 channels
> >>
> >> openmeetings_1_7_0_r3822
> >>
> >> # ffmpeg --version
> >> ffmpeg version N-32077-g5f5e37e, Copyright (c) 2000-2011 the FFmpeg
> >> developers
> >>  built on Aug 23 2011 20:08:14 with gcc 4.4.3
> >>  configuration: --enable-gpl --enable-version3 --enable-nonfree --
> >> enable-postproc --enable-libfaac --enable-libopencore-amrnb --enable-
> >> libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-
> >> libx264 --enable-libxvid --enable-x11grab --enable-libmp3lame
> >>
> >> # sox --version
> >> sox: SoX v14.3.0
> >>
> >> Suggestions
> >>
> >> Thanks
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "OpenMeetings User" group.
> >> To post to this group, send email to openmeetings-user@googlegroups.com
> .
> >> To unsubscribe from this group, send email to
> >> openmeetings-user+unsubscr...@googlegroups.com.
> >> For more options, visit this group at
> >> http://groups.google.com/group/openmeetings-user?hl=en.
> >>
> >
> >
> >
> > --
> > Sebastian Wagner
> > http://www.webbase-design.de
> > http://openmeetings.googlecode.com
> > http://www.wagner-sebastian.com
> > seba.wag...@gmail.com
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-user@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com.
> > 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-user@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-user@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: [openmeetings-user] recording audio issues

2011-08-24 Thread Sage McGirk
Thanks for the reply, however I included my ffmpeg compilation flags
and showed libmp3lame was included

# dpkg --get-selections | grep libmp3
libmp3lame-dev install
libmp3lame0 install

# ffmpeg --version
ffmpeg version N-32077-g5f5e37e, Copyright (c) 2000-2011 the FFmpeg developers
  built on Aug 24 2011 09:14:58 with gcc 4.4.3
  configuration: --enable-gpl --enable-version3 --enable-nonfree
--enable-postproc --enable-libfaac --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-libtheora --enable-libvorbis
--enable-libx264 --enable-libxvid --enable-x11grab --enable-libmp3lame

/sm

On Wed, Aug 24, 2011 at 5:02 AM, seba.wag...@gmail.com
 wrote:
> FFMPEG needs to be compiled with libmp3lame enabled.
> "Could not find codec parameters" I likely to mean that you've missed that
> step.
>
> Sebastian
>
> 2011/8/24 Sage 
>>
>> Greetings,
>>  I have a fresh install of openmeetings on a ubuntu 10.04 64bit.
>> Below are the versions and compile options.  It doesn't appear from
>> looking at the test files an audio codec is ether selected or working.
>>
>> ffmpeg -i TEST_SETUP_1314146705495.flv
>> [flv @ 0x1585420] Could not find codec parameters (Audio: none, 0
>> channels)
>> [flv @ 0x1585420] Estimating duration from bitrate, this may be
>> inaccurate
>>  Duration: 00:00:03.83, start: 0.00, bitrate: N/A
>>    Stream #0.0: Video: flv1, yuv420p, 240x180, 30 tbr, 1k tbn, 1k tbc
>>    Stream #0.1: Audio: none, 0 channels
>>
>> openmeetings_1_7_0_r3822
>>
>> # ffmpeg --version
>> ffmpeg version N-32077-g5f5e37e, Copyright (c) 2000-2011 the FFmpeg
>> developers
>>  built on Aug 23 2011 20:08:14 with gcc 4.4.3
>>  configuration: --enable-gpl --enable-version3 --enable-nonfree --
>> enable-postproc --enable-libfaac --enable-libopencore-amrnb --enable-
>> libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-
>> libx264 --enable-libxvid --enable-x11grab --enable-libmp3lame
>>
>> # sox --version
>> sox: SoX v14.3.0
>>
>> Suggestions
>>
>> Thanks
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-user@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-user?hl=en.
>>
>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.wagner-sebastian.com
> seba.wag...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-user@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> 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-user@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.



[openmeetings-user] Re: Cannot Upload Documents on Ubuntu 10.04

2011-08-24 Thread Tobias Hans
Hey,

i solved the problem. I had to create a crossdomain.xml and had to
place it in the root directory.

thx for your help

Greetz

Tobias

On 24 Aug., 12:20, "seba.wag...@gmail.com" 
wrote:
> Hallo Tobias,
>
> look like you've changed some ports or configured something in the
> config.xml
>
> You might run the app in the debug version:
> openmeetings/?swf=maindebug.swf8.swf
>
> Sebastian
>
> 2011/8/24 |\
>   ../dmsserver/configuration/scada/hlnt/run-test/*.xmlHans <
> lost.g0dre...@gmail.com>
>
>
>
>
>
>
>
>
>
> > Hey there,
>
> > I have a problem. I transferred openmeetings running on Ubuntu 10.04 to our
> > vserver. Everything works fine, except the upload function. When I try to
> > upload something (*.pdf, *.odt) nothing happens. I can choose the file and
> > click on the upload button, but thats all. No error message or anything.
> > Simply nothing.
>
> > Some ideas or suggestions ?
>
> > Greetz
>
> > g0drealm
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To view this discussion on the web visit
> >https://groups.google.com/d/msg/openmeetings-user/-/N6mQo4wszvwJ.
> > To post to this group, send email to openmeetings-user@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com.
> > 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-user@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: [openmeetings-user] Re: Recording ffmpeg Error: Option sample_rate not found

2011-08-24 Thread seba.wag...@gmail.com
Funny thing is of course that we are using Debian for example on the Demo
server and on various other platforms for years now. And we NEVER had such
an issue or request.

Before we do change anything we would have to verify that behaviour.

Sebastian

2011/8/24 alexander supertramp 

> Quote First post:
>
> Debian GNU/Linux 6.0 (Squeeze)
>
> Linux Kernel: 2.6.32-5-686
>
> tomcat: 6.0.28-9+squeeze1
>
> Installed: openmeetings_1_7_0_r3822
>
> openjdk-6-jdk/squeeze uptodate 6b18-1.8.7-2~squeeze1
>
> sox: SoX v14.3.1
>
> ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011 the
> FFmpeg developers
>  built on Aug 23 2011 15:30:09 with gcc 4.4.5
>  configuration: --enable-libmp3lame  also tried: ./configure --
> enable-gpl --enable-version3 --enable-nonfree --enable-libmp3lame
>  libavutil51. 12. 0 / 51. 12. 0
>  libavcodec   53. 11. 0 / 53. 11. 0
>  libavformat  53. 8. 0 / 53. 8. 0
>  libavdevice  53. 3. 0 / 53. 3. 0
>  libavfilter   2. 32. 0 / 2. 32. 0
>  libswscale2. 0. 0 / 2. 0. 0
>
> ImageMagick 6.6.0-4 2010-11-16 Q16
>
> Greetings Alexander
>
> On 24 Aug., 13:55, "seba.wag...@gmail.com" 
> wrote:
> > What operating system are you testing those ?
> > Which version of OpenMeetings are you testing ?
> >
> > Sebastian
> >
> > 2011/8/24 alexander supertramp 
> >
> >
> >
> >
> >
> >
> >
> > > Hey Sebastian,
> >
> > > i hoped that i made a mistake but it checked my input not only twice.
> > > It is the order which produces the error:
> >
> > > ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
> > > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
> > > flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -
> > > qmax 1 -qmin 1
> > > Working
> >
> > > ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1 -
> > > i /usr/share/red5/webapps/openmeetings/streams/1/
> > > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/flvRecording_18.flv
> > > Not Working
> >
> > > Copy and Pastet everything out of the commands to check wheter they
> > > are identic
> >
> > > 1:-i /usr/share/red5/webapps/openmeetings/streams/1/
> > > COMPLETE_INTERVIEW_18.flv
> > > 2:-i /usr/share/red5/webapps/openmeetings/streams/1/
> > > COMPLETE_INTERVIEW_18.flv
> >
> > > 1:-i /usr/share/red5/webapps/openmeetings/streams/1/
> > > INTERVIEW_18_FINAL_WAVE.wav
> > > 2:-i /usr/share/red5/webapps/openmeetings/streams/1/
> > > INTERVIEW_18_FINAL_WAVE.wav
> >
> > > 1: -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1
> > > 2: -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1
> >
> > > => Result: It's only the order.
> >
> > > Greetings Alexander
> >
> > > On 24 Aug., 13:08, "seba.wag...@gmail.com" 
> > > wrote:
> > > > Hi Alexander,
> >
> > > > are you sure that there is no such line break or equivalent.
> > > > Cause the order of the params has no effect on the command itself.
> >
> > > > Sebastian
> >
> > > > 2011/8/24 alexander supertramp 
> >
> > > > > There are two differences:
> > > > > The first one is, that the parameter have a different order.
> >
> > > > > Quote: But if I try to convert them with "-r 25 -vcodec flv -ar
> 22050 -
> > > > > ab 32k
> > > > > -s 640x240 -qmax 1 -qmin 1" AT THE END
> >
> > > > > The second one ist that one works and the other not.
> >
> > > > > Greetings Alexander
> >
> > > > > On 24 Aug., 12:18, "seba.wag...@gmail.com" 
> > > > > wrote:
> > > > > > I don't see any difference between your command and the one that
> open
> > > > > > meetings invokes.
> >
> > > > > > Can you please point to the param that is different in your
> > > invokation?
> >
> > > > > > Sebastian
> >
> > > > > > 2011/8/24 alexander supertramp 
> >
> > > > > > > Both files are still existing. If I try to convert them in
> > > Terminal:
> > > > > > > ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1
> -qmin
> > > 1 -
> > > > > > > i /usr/share/red5/webapps/openmeetings/streams/1/
> > > > > > > COMPLETE_INTERVIEW_18.flv  -i
> /usr/share/red5/webapps/openmeetings/
> > > > > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav
> > > /home/tpeitz/flvRecording_18.flv
> > > > > > > I get the Errror: Sample Rate not found
> >
> > > > > > > But if I try to convert them with "-r 25 -vcodec flv -ar 22050
> -ab
> > > 32k
> > > > > > > -s 640x240 -qmax 1 -qmin 1" at the end everything works well.
> > > > > > > ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
> > > > > > > COMPLETE_INTERVIEW_18.flv  -i
> /usr/share/red5/webapps/openmeetings/
> > > > > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
> > > > > > > flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s
> 640x240
> > > -
> > > > > > > qmax 1 -qmin 1
> > > > > > > Is there some possibility to change this in openmeetings?
> > > > > > > Otherwise i  try to write a wrapper for this problem.
> >
> > > > > > > Greetings Alexander
> >
> > > > > >

[openmeetings-user] Re: Recording ffmpeg Error: Option sample_rate not found

2011-08-24 Thread alexander supertramp
Quote First post:

Debian GNU/Linux 6.0 (Squeeze)

Linux Kernel: 2.6.32-5-686

tomcat: 6.0.28-9+squeeze1

Installed: openmeetings_1_7_0_r3822

openjdk-6-jdk/squeeze uptodate 6b18-1.8.7-2~squeeze1

sox: SoX v14.3.1

ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011 the
FFmpeg developers
  built on Aug 23 2011 15:30:09 with gcc 4.4.5
  configuration: --enable-libmp3lame  also tried: ./configure --
enable-gpl --enable-version3 --enable-nonfree --enable-libmp3lame
  libavutil51. 12. 0 / 51. 12. 0
  libavcodec   53. 11. 0 / 53. 11. 0
  libavformat  53.  8. 0 / 53.  8. 0
  libavdevice  53.  3. 0 / 53.  3. 0
  libavfilter   2. 32. 0 /  2. 32. 0
  libswscale2.  0. 0 /  2.  0. 0

ImageMagick 6.6.0-4 2010-11-16 Q16

Greetings Alexander

On 24 Aug., 13:55, "seba.wag...@gmail.com" 
wrote:
> What operating system are you testing those ?
> Which version of OpenMeetings are you testing ?
>
> Sebastian
>
> 2011/8/24 alexander supertramp 
>
>
>
>
>
>
>
> > Hey Sebastian,
>
> > i hoped that i made a mistake but it checked my input not only twice.
> > It is the order which produces the error:
>
> > ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
> > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
> > flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -
> > qmax 1 -qmin 1
> > Working
>
> > ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1 -
> > i /usr/share/red5/webapps/openmeetings/streams/1/
> > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/flvRecording_18.flv
> > Not Working
>
> > Copy and Pastet everything out of the commands to check wheter they
> > are identic
>
> > 1:-i /usr/share/red5/webapps/openmeetings/streams/1/
> > COMPLETE_INTERVIEW_18.flv
> > 2:-i /usr/share/red5/webapps/openmeetings/streams/1/
> > COMPLETE_INTERVIEW_18.flv
>
> > 1:-i /usr/share/red5/webapps/openmeetings/streams/1/
> > INTERVIEW_18_FINAL_WAVE.wav
> > 2:-i /usr/share/red5/webapps/openmeetings/streams/1/
> > INTERVIEW_18_FINAL_WAVE.wav
>
> > 1: -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1
> > 2: -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1
>
> > => Result: It's only the order.
>
> > Greetings Alexander
>
> > On 24 Aug., 13:08, "seba.wag...@gmail.com" 
> > wrote:
> > > Hi Alexander,
>
> > > are you sure that there is no such line break or equivalent.
> > > Cause the order of the params has no effect on the command itself.
>
> > > Sebastian
>
> > > 2011/8/24 alexander supertramp 
>
> > > > There are two differences:
> > > > The first one is, that the parameter have a different order.
>
> > > > Quote: But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -
> > > > ab 32k
> > > > -s 640x240 -qmax 1 -qmin 1" AT THE END
>
> > > > The second one ist that one works and the other not.
>
> > > > Greetings Alexander
>
> > > > On 24 Aug., 12:18, "seba.wag...@gmail.com" 
> > > > wrote:
> > > > > I don't see any difference between your command and the one that open
> > > > > meetings invokes.
>
> > > > > Can you please point to the param that is different in your
> > invokation?
>
> > > > > Sebastian
>
> > > > > 2011/8/24 alexander supertramp 
>
> > > > > > Both files are still existing. If I try to convert them in
> > Terminal:
> > > > > > ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin
> > 1 -
> > > > > > i /usr/share/red5/webapps/openmeetings/streams/1/
> > > > > > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > > > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav
> > /home/tpeitz/flvRecording_18.flv
> > > > > > I get the Errror: Sample Rate not found
>
> > > > > > But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -ab
> > 32k
> > > > > > -s 640x240 -qmax 1 -qmin 1" at the end everything works well.
> > > > > > ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
> > > > > > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > > > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
> > > > > > flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240
> > -
> > > > > > qmax 1 -qmin 1
> > > > > > Is there some possibility to change this in openmeetings?
> > > > > > Otherwise i  try to write a wrapper for this problem.
>
> > > > > > Greetings Alexander
>
> > > > > > On 23 Aug., 16:35, "seba.wag...@gmail.com" 
> > > > > > wrote:
> > > > > > > There is sth wrong with FFMPEG obviously.
>
> > > > > > > This is the command:
> > > > > > > ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> > > > > > > 640x240, -qmax, 1, -qmin, 1, -i,
>
> > > > > > > /usr/share/red5/webapps/
> > > > > > > openmeetings/streams/1/
> > > > > > > COMPLETE_INTERVIEW_18.flv, -i,
> > /usr/share/red5/webapps/openmeetings/
> > > > > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav,
>
> > > > > > > /usr/share/red5/webapps/openmeetings/streams/h

Re: [openmeetings-user] Re: Recording ffmpeg Error: Option sample_rate not found

2011-08-24 Thread seba.wag...@gmail.com
What operating system are you testing those ?
Which version of OpenMeetings are you testing ?

Sebastian

2011/8/24 alexander supertramp 

> Hey Sebastian,
>
> i hoped that i made a mistake but it checked my input not only twice.
> It is the order which produces the error:
>
> ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
> COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
> flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -
> qmax 1 -qmin 1
> Working
>
> ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1 -
> i /usr/share/red5/webapps/openmeetings/streams/1/
> COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/flvRecording_18.flv
> Not Working
>
>
> Copy and Pastet everything out of the commands to check wheter they
> are identic
>
> 1:-i /usr/share/red5/webapps/openmeetings/streams/1/
> COMPLETE_INTERVIEW_18.flv
> 2:-i /usr/share/red5/webapps/openmeetings/streams/1/
> COMPLETE_INTERVIEW_18.flv
>
> 1:-i /usr/share/red5/webapps/openmeetings/streams/1/
> INTERVIEW_18_FINAL_WAVE.wav
> 2:-i /usr/share/red5/webapps/openmeetings/streams/1/
> INTERVIEW_18_FINAL_WAVE.wav
>
> 1: -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1
> 2: -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1
>
>
> => Result: It's only the order.
>
> Greetings Alexander
>
> On 24 Aug., 13:08, "seba.wag...@gmail.com" 
> wrote:
> > Hi Alexander,
> >
> > are you sure that there is no such line break or equivalent.
> > Cause the order of the params has no effect on the command itself.
> >
> > Sebastian
> >
> > 2011/8/24 alexander supertramp 
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > There are two differences:
> > > The first one is, that the parameter have a different order.
> >
> > > Quote: But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -
> > > ab 32k
> > > -s 640x240 -qmax 1 -qmin 1" AT THE END
> >
> > > The second one ist that one works and the other not.
> >
> > > Greetings Alexander
> >
> > > On 24 Aug., 12:18, "seba.wag...@gmail.com" 
> > > wrote:
> > > > I don't see any difference between your command and the one that open
> > > > meetings invokes.
> >
> > > > Can you please point to the param that is different in your
> invokation?
> >
> > > > Sebastian
> >
> > > > 2011/8/24 alexander supertramp 
> >
> > > > > Both files are still existing. If I try to convert them in
> Terminal:
> > > > > ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin
> 1 -
> > > > > i /usr/share/red5/webapps/openmeetings/streams/1/
> > > > > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav
> /home/tpeitz/flvRecording_18.flv
> > > > > I get the Errror: Sample Rate not found
> >
> > > > > But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -ab
> 32k
> > > > > -s 640x240 -qmax 1 -qmin 1" at the end everything works well.
> > > > > ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
> > > > > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
> > > > > flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240
> -
> > > > > qmax 1 -qmin 1
> > > > > Is there some possibility to change this in openmeetings?
> > > > > Otherwise i  try to write a wrapper for this problem.
> >
> > > > > Greetings Alexander
> >
> > > > > On 23 Aug., 16:35, "seba.wag...@gmail.com" 
> > > > > wrote:
> > > > > > There is sth wrong with FFMPEG obviously.
> >
> > > > > > This is the command:
> > > > > > ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> > > > > > 640x240, -qmax, 1, -qmin, 1, -i,
> >
> > > > > > /usr/share/red5/webapps/
> > > > > > openmeetings/streams/1/
> > > > > > COMPLETE_INTERVIEW_18.flv, -i,
> /usr/share/red5/webapps/openmeetings/
> > > > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav,
> >
> > > > > > /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > > > > flvRecording_18.flv
> >
> > > > > > if the files are still there you can try it manually.
> >
> > > > > > But I did not see that error before.
> >
> > > > > > Sebastian
> >
> > > > > > 2011/8/23 alexander supertramp 
> >
> > > > > > > Hello there,
> >
> > > > > > > when I try to record an interview in openmeetings in the room
> > > "public
> > > > > > > interview" I get the following
> > > > > > > error message when i try to open the file in the "Recordings"
> tab:
> >
> > > > > > > 
> >
> > > > > > > Log:23.08.2011 15:31:22
> > > > > > > generateFFMPEG
> > > > > > > process-generateFullFLV
> > > > > > > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c)
> > > 2000-2011
> > > > > > > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc
> > > 4.4.5
> > > > > > > configuration:
> >
> > > > > > > --enable-libmp3lame  libavutil51. 12. 0 / 51. 12. 0libavcodec

[openmeetings-user] Re: Recording ffmpeg Error: Option sample_rate not found

2011-08-24 Thread alexander supertramp
Hey Sebastian,

i hoped that i made a mistake but it checked my input not only twice.
It is the order which produces the error:

ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -
qmax 1 -qmin 1
Working

ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1 -
i /usr/share/red5/webapps/openmeetings/streams/1/
COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/flvRecording_18.flv
Not Working


Copy and Pastet everything out of the commands to check wheter they
are identic

1:-i /usr/share/red5/webapps/openmeetings/streams/1/
COMPLETE_INTERVIEW_18.flv
2:-i /usr/share/red5/webapps/openmeetings/streams/1/
COMPLETE_INTERVIEW_18.flv

1:-i /usr/share/red5/webapps/openmeetings/streams/1/
INTERVIEW_18_FINAL_WAVE.wav
2:-i /usr/share/red5/webapps/openmeetings/streams/1/
INTERVIEW_18_FINAL_WAVE.wav

1: -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1
2: -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1


=> Result: It's only the order.

Greetings Alexander

On 24 Aug., 13:08, "seba.wag...@gmail.com" 
wrote:
> Hi Alexander,
>
> are you sure that there is no such line break or equivalent.
> Cause the order of the params has no effect on the command itself.
>
> Sebastian
>
> 2011/8/24 alexander supertramp 
>
>
>
>
>
>
>
>
>
> > There are two differences:
> > The first one is, that the parameter have a different order.
>
> > Quote: But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -
> > ab 32k
> > -s 640x240 -qmax 1 -qmin 1" AT THE END
>
> > The second one ist that one works and the other not.
>
> > Greetings Alexander
>
> > On 24 Aug., 12:18, "seba.wag...@gmail.com" 
> > wrote:
> > > I don't see any difference between your command and the one that open
> > > meetings invokes.
>
> > > Can you please point to the param that is different in your invokation?
>
> > > Sebastian
>
> > > 2011/8/24 alexander supertramp 
>
> > > > Both files are still existing. If I try to convert them in Terminal:
> > > > ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1 -
> > > > i /usr/share/red5/webapps/openmeetings/streams/1/
> > > > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/flvRecording_18.flv
> > > > I get the Errror: Sample Rate not found
>
> > > > But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -ab 32k
> > > > -s 640x240 -qmax 1 -qmin 1" at the end everything works well.
> > > > ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
> > > > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
> > > > flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -
> > > > qmax 1 -qmin 1
> > > > Is there some possibility to change this in openmeetings?
> > > > Otherwise i  try to write a wrapper for this problem.
>
> > > > Greetings Alexander
>
> > > > On 23 Aug., 16:35, "seba.wag...@gmail.com" 
> > > > wrote:
> > > > > There is sth wrong with FFMPEG obviously.
>
> > > > > This is the command:
> > > > > ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> > > > > 640x240, -qmax, 1, -qmin, 1, -i,
>
> > > > > /usr/share/red5/webapps/
> > > > > openmeetings/streams/1/
> > > > > COMPLETE_INTERVIEW_18.flv, -i, /usr/share/red5/webapps/openmeetings/
> > > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav,
>
> > > > > /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > > > flvRecording_18.flv
>
> > > > > if the files are still there you can try it manually.
>
> > > > > But I did not see that error before.
>
> > > > > Sebastian
>
> > > > > 2011/8/23 alexander supertramp 
>
> > > > > > Hello there,
>
> > > > > > when I try to record an interview in openmeetings in the room
> > "public
> > > > > > interview" I get the following
> > > > > > error message when i try to open the file in the "Recordings" tab:
>
> > > > > > 
>
> > > > > > Log:23.08.2011 15:31:22
> > > > > > generateFFMPEG
> > > > > > process-generateFullFLV
> > > > > > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c)
> > 2000-2011
> > > > > > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc
> > 4.4.5
> > > > > > configuration:
>
> > > > > > --enable-libmp3lame  libavutil51. 12. 0 / 51. 12. 0 libavcodec
> > > > > > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > > > > > libavdevice  53. 3. 0 / 53.
>
> > > > > >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale2.  0. 0 /
> > > > > > 2.  0. 0Option sample_rate not found.
> > > > > > command-[ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> > > > > > 640x240, -qmax, 1, -qmin, 1, -i,
>
> > > > > > /usr/share/red5/webapps/openmeetings/streams/1/
> > >

Re: [openmeetings-user] Re: Recording ffmpeg Error: Option sample_rate not found

2011-08-24 Thread seba.wag...@gmail.com
Hi Alexander,

are you sure that there is no such line break or equivalent.
Cause the order of the params has no effect on the command itself.

Sebastian

2011/8/24 alexander supertramp 

> There are two differences:
> The first one is, that the parameter have a different order.
>
>
> Quote: But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -
> ab 32k
> -s 640x240 -qmax 1 -qmin 1" AT THE END
>
> The second one ist that one works and the other not.
>
> Greetings Alexander
>
>
> On 24 Aug., 12:18, "seba.wag...@gmail.com" 
> wrote:
> > I don't see any difference between your command and the one that open
> > meetings invokes.
> >
> > Can you please point to the param that is different in your invokation?
> >
> > Sebastian
> >
> > 2011/8/24 alexander supertramp 
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > Both files are still existing. If I try to convert them in Terminal:
> > > ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1 -
> > > i /usr/share/red5/webapps/openmeetings/streams/1/
> > > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/flvRecording_18.flv
> > > I get the Errror: Sample Rate not found
> >
> > > But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -ab 32k
> > > -s 640x240 -qmax 1 -qmin 1" at the end everything works well.
> > > ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
> > > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
> > > flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -
> > > qmax 1 -qmin 1
> > > Is there some possibility to change this in openmeetings?
> > > Otherwise i  try to write a wrapper for this problem.
> >
> > > Greetings Alexander
> >
> > > On 23 Aug., 16:35, "seba.wag...@gmail.com" 
> > > wrote:
> > > > There is sth wrong with FFMPEG obviously.
> >
> > > > This is the command:
> > > > ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> > > > 640x240, -qmax, 1, -qmin, 1, -i,
> >
> > > > /usr/share/red5/webapps/
> > > > openmeetings/streams/1/
> > > > COMPLETE_INTERVIEW_18.flv, -i, /usr/share/red5/webapps/openmeetings/
> > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav,
> >
> > > > /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > > flvRecording_18.flv
> >
> > > > if the files are still there you can try it manually.
> >
> > > > But I did not see that error before.
> >
> > > > Sebastian
> >
> > > > 2011/8/23 alexander supertramp 
> >
> > > > > Hello there,
> >
> > > > > when I try to record an interview in openmeetings in the room
> "public
> > > > > interview" I get the following
> > > > > error message when i try to open the file in the "Recordings" tab:
> >
> > > > > 
> >
> > > > > Log:23.08.2011 15:31:22
> > > > > generateFFMPEG
> > > > > process-generateFullFLV
> > > > > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c)
> 2000-2011
> > > > > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc
> 4.4.5
> > > > > configuration:
> >
> > > > > --enable-libmp3lame  libavutil51. 12. 0 / 51. 12. 0 libavcodec
> > > > > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > > > > libavdevice  53. 3. 0 / 53.
> >
> > > > >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale2.  0. 0 /
> > > > > 2.  0. 0Option sample_rate not found.
> > > > > command-[ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> > > > > 640x240, -qmax, 1, -qmin, 1, -i,
> >
> > > > > /usr/share/red5/webapps/openmeetings/streams/1/
> > > > > COMPLETE_INTERVIEW_18.flv, -i,
> /usr/share/red5/webapps/openmeetings/
> > > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav,
> >
> > > > > /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > > > flvRecording_18.flv]
> > > > > exitValue-1
> >
> > > > > Log:23.08.2011 15:31:22
> > > > > generateFFMPEG
> > > > > process-generateFullFLV
> > > > > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c)
> 2000-2011
> > > > > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc
> 4.4.5
> > > > > configuration:
> >
> > > > > --enable-libmp3lame  libavutil51. 12. 0 / 51. 12. 0 libavcodec
> > > > > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > > > > libavdevice  53. 3. 0 / 53.
> >
> > > > >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale2.  0. 0 /
> > > > > 2.  0. 0/usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > > > flvRecording_18.flv: No
> >
> > > > > such file or directory
> > > > > command-[ffmpeg, -i, /usr/share/red5/webapps/openmeetings/streams/
> > > > > hibernate/flvRecording_18.flv, -vcodec, mjpeg, -vframes, 100, -an,
> -f,
> > > > > rawvideo, -s,
> >
> > > > > 640x240, /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > > > flvRecording_18.jpg]
> > > > > exitValue-1
> >
> > > > > Log:23.08.2011 15:31:22
> > > > > generateFFMPEG
> > > > > process-alternateDownload
> > > > > error-ffmpeg version git-2011-0

[openmeetings-user] Re: Recording ffmpeg Error: Option sample_rate not found

2011-08-24 Thread alexander supertramp
There are two differences:
The first one is, that the parameter have a different order.


Quote: But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -
ab 32k
-s 640x240 -qmax 1 -qmin 1" AT THE END

The second one ist that one works and the other not.

Greetings Alexander


On 24 Aug., 12:18, "seba.wag...@gmail.com" 
wrote:
> I don't see any difference between your command and the one that open
> meetings invokes.
>
> Can you please point to the param that is different in your invokation?
>
> Sebastian
>
> 2011/8/24 alexander supertramp 
>
>
>
>
>
>
>
>
>
>
>
> > Both files are still existing. If I try to convert them in Terminal:
> > ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1 -
> > i /usr/share/red5/webapps/openmeetings/streams/1/
> > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/flvRecording_18.flv
> > I get the Errror: Sample Rate not found
>
> > But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -ab 32k
> > -s 640x240 -qmax 1 -qmin 1" at the end everything works well.
> > ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
> > COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> > streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
> > flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -
> > qmax 1 -qmin 1
> > Is there some possibility to change this in openmeetings?
> > Otherwise i  try to write a wrapper for this problem.
>
> > Greetings Alexander
>
> > On 23 Aug., 16:35, "seba.wag...@gmail.com" 
> > wrote:
> > > There is sth wrong with FFMPEG obviously.
>
> > > This is the command:
> > > ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> > > 640x240, -qmax, 1, -qmin, 1, -i,
>
> > > /usr/share/red5/webapps/
> > > openmeetings/streams/1/
> > > COMPLETE_INTERVIEW_18.flv, -i, /usr/share/red5/webapps/openmeetings/
> > > streams/1/INTERVIEW_18_FINAL_WAVE.wav,
>
> > > /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > flvRecording_18.flv
>
> > > if the files are still there you can try it manually.
>
> > > But I did not see that error before.
>
> > > Sebastian
>
> > > 2011/8/23 alexander supertramp 
>
> > > > Hello there,
>
> > > > when I try to record an interview in openmeetings in the room "public
> > > > interview" I get the following
> > > > error message when i try to open the file in the "Recordings" tab:
>
> > > > 
>
> > > > Log:23.08.2011 15:31:22
> > > > generateFFMPEG
> > > > process-generateFullFLV
> > > > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011
> > > > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc 4.4.5
> > > > configuration:
>
> > > > --enable-libmp3lame  libavutil    51. 12. 0 / 51. 12. 0  libavcodec
> > > > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > > > libavdevice  53. 3. 0 / 53.
>
> > > >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale    2.  0. 0 /
> > > > 2.  0. 0Option sample_rate not found.
> > > > command-[ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> > > > 640x240, -qmax, 1, -qmin, 1, -i,
>
> > > > /usr/share/red5/webapps/openmeetings/streams/1/
> > > > COMPLETE_INTERVIEW_18.flv, -i, /usr/share/red5/webapps/openmeetings/
> > > > streams/1/INTERVIEW_18_FINAL_WAVE.wav,
>
> > > > /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > > flvRecording_18.flv]
> > > > exitValue-1
>
> > > > Log:23.08.2011 15:31:22
> > > > generateFFMPEG
> > > > process-generateFullFLV
> > > > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011
> > > > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc 4.4.5
> > > > configuration:
>
> > > > --enable-libmp3lame  libavutil    51. 12. 0 / 51. 12. 0  libavcodec
> > > > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > > > libavdevice  53. 3. 0 / 53.
>
> > > >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale    2.  0. 0 /
> > > > 2.  0. 0/usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > > flvRecording_18.flv: No
>
> > > > such file or directory
> > > > command-[ffmpeg, -i, /usr/share/red5/webapps/openmeetings/streams/
> > > > hibernate/flvRecording_18.flv, -vcodec, mjpeg, -vframes, 100, -an, -f,
> > > > rawvideo, -s,
>
> > > > 640x240, /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > > flvRecording_18.jpg]
> > > > exitValue-1
>
> > > > Log:23.08.2011 15:31:22
> > > > generateFFMPEG
> > > > process-alternateDownload
> > > > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011
> > > > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc 4.4.5
> > > > configuration:
>
> > > > --enable-libmp3lame  libavutil    51. 12. 0 / 51. 12. 0  libavcodec
> > > > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > > > libavdevice  53. 3. 0 / 53.
>
> > > >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale    2.  0. 0 /
> > > > 2.  0. 0/usr/share/red5/webapps/openmeetings/streams/hibernate/
> > 

Re: [openmeetings-user] Cannot Upload Documents on Ubuntu 10.04

2011-08-24 Thread seba.wag...@gmail.com
Hallo Tobias,

look like you've changed some ports or configured something in the
config.xml

You might run the app in the debug version:
openmeetings/?swf=maindebug.swf8.swf

Sebastian


2011/8/24 |\
  ../dmsserver/configuration/scada/hlnt/run-test/*.xmlHans <
lost.g0dre...@gmail.com>

> Hey there,
>
> I have a problem. I transferred openmeetings running on Ubuntu 10.04 to our
> vserver. Everything works fine, except the upload function. When I try to
> upload something (*.pdf, *.odt) nothing happens. I can choose the file and
> click on the upload button, but thats all. No error message or anything.
> Simply nothing.
>
>
> Some ideas or suggestions ?
>
> Greetz
>
> g0drealm
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openmeetings-user/-/N6mQo4wszvwJ.
> To post to this group, send email to openmeetings-user@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



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

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



Re: [openmeetings-user] Re: Recording ffmpeg Error: Option sample_rate not found

2011-08-24 Thread seba.wag...@gmail.com
I don't see any difference between your command and the one that open
meetings invokes.

Can you please point to the param that is different in your invokation?

Sebastian

2011/8/24 alexander supertramp 

>
> Both files are still existing. If I try to convert them in Terminal:
> ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1 -
> i /usr/share/red5/webapps/openmeetings/streams/1/
> COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/flvRecording_18.flv
> I get the Errror: Sample Rate not found
>
> But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -ab 32k
> -s 640x240 -qmax 1 -qmin 1" at the end everything works well.
> ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
> COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
> streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
> flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -
> qmax 1 -qmin 1
> Is there some possibility to change this in openmeetings?
> Otherwise i  try to write a wrapper for this problem.
>
> Greetings Alexander
>
> On 23 Aug., 16:35, "seba.wag...@gmail.com" 
> wrote:
> > There is sth wrong with FFMPEG obviously.
> >
> > This is the command:
> > ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> > 640x240, -qmax, 1, -qmin, 1, -i,
> >
> > /usr/share/red5/webapps/
> > openmeetings/streams/1/
> > COMPLETE_INTERVIEW_18.flv, -i, /usr/share/red5/webapps/openmeetings/
> > streams/1/INTERVIEW_18_FINAL_WAVE.wav,
> >
> > /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > flvRecording_18.flv
> >
> > if the files are still there you can try it manually.
> >
> > But I did not see that error before.
> >
> > Sebastian
> >
> > 2011/8/23 alexander supertramp 
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > Hello there,
> >
> > > when I try to record an interview in openmeetings in the room "public
> > > interview" I get the following
> > > error message when i try to open the file in the "Recordings" tab:
> >
> > > 
> >
> > > Log:23.08.2011 15:31:22
> > > generateFFMPEG
> > > process-generateFullFLV
> > > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011
> > > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc 4.4.5
> > > configuration:
> >
> > > --enable-libmp3lame  libavutil51. 12. 0 / 51. 12. 0  libavcodec
> > > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > > libavdevice  53. 3. 0 / 53.
> >
> > >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale2.  0. 0 /
> > > 2.  0. 0Option sample_rate not found.
> > > command-[ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> > > 640x240, -qmax, 1, -qmin, 1, -i,
> >
> > > /usr/share/red5/webapps/openmeetings/streams/1/
> > > COMPLETE_INTERVIEW_18.flv, -i, /usr/share/red5/webapps/openmeetings/
> > > streams/1/INTERVIEW_18_FINAL_WAVE.wav,
> >
> > > /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > flvRecording_18.flv]
> > > exitValue-1
> >
> > > Log:23.08.2011 15:31:22
> > > generateFFMPEG
> > > process-generateFullFLV
> > > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011
> > > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc 4.4.5
> > > configuration:
> >
> > > --enable-libmp3lame  libavutil51. 12. 0 / 51. 12. 0  libavcodec
> > > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > > libavdevice  53. 3. 0 / 53.
> >
> > >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale2.  0. 0 /
> > > 2.  0. 0/usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > flvRecording_18.flv: No
> >
> > > such file or directory
> > > command-[ffmpeg, -i, /usr/share/red5/webapps/openmeetings/streams/
> > > hibernate/flvRecording_18.flv, -vcodec, mjpeg, -vframes, 100, -an, -f,
> > > rawvideo, -s,
> >
> > > 640x240, /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > flvRecording_18.jpg]
> > > exitValue-1
> >
> > > Log:23.08.2011 15:31:22
> > > generateFFMPEG
> > > process-alternateDownload
> > > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011
> > > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc 4.4.5
> > > configuration:
> >
> > > --enable-libmp3lame  libavutil51. 12. 0 / 51. 12. 0  libavcodec
> > > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > > libavdevice  53. 3. 0 / 53.
> >
> > >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale2.  0. 0 /
> > > 2.  0. 0/usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > flvRecording_18.flv: No
> >
> > > such file or directory
> > > command-[ffmpeg, -i, /usr/share/red5/webapps/openmeetings/streams/
> > > hibernate/flvRecording_18.flv,
> >
> > > /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > > flvRecording_18.avi]
> > > exitValue-1
> >
> > > ---
> >
> > > Following Versions are installed:
> >
> > > Debian GNU/Linux 6.0 (Squeeze)
> >
> > > Linux Kernel: 2.6.32-5-686
> >
> > > tomcat: 6.0.28-9

[openmeetings-user] Re: Recording ffmpeg Error: Option sample_rate not found

2011-08-24 Thread alexander supertramp

Both files are still existing. If I try to convert them in Terminal:
ffmpeg -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -qmax 1 -qmin 1 -
i /usr/share/red5/webapps/openmeetings/streams/1/
COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/flvRecording_18.flv
I get the Errror: Sample Rate not found

But if I try to convert them with "-r 25 -vcodec flv -ar 22050 -ab 32k
-s 640x240 -qmax 1 -qmin 1" at the end everything works well.
ffmpeg -i /usr/share/red5/webapps/openmeetings/streams/1/
COMPLETE_INTERVIEW_18.flv  -i /usr/share/red5/webapps/openmeetings/
streams/1/INTERVIEW_18_FINAL_WAVE.wav /home/tpeitz/
flvRecording_18.flv  -r 25 -vcodec flv -ar 22050 -ab 32k -s 640x240 -
qmax 1 -qmin 1
Is there some possibility to change this in openmeetings?
Otherwise i  try to write a wrapper for this problem.

Greetings Alexander

On 23 Aug., 16:35, "seba.wag...@gmail.com" 
wrote:
> There is sth wrong with FFMPEG obviously.
>
> This is the command:
> ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> 640x240, -qmax, 1, -qmin, 1, -i,
>
> /usr/share/red5/webapps/
> openmeetings/streams/1/
> COMPLETE_INTERVIEW_18.flv, -i, /usr/share/red5/webapps/openmeetings/
> streams/1/INTERVIEW_18_FINAL_WAVE.wav,
>
> /usr/share/red5/webapps/openmeetings/streams/hibernate/
> flvRecording_18.flv
>
> if the files are still there you can try it manually.
>
> But I did not see that error before.
>
> Sebastian
>
> 2011/8/23 alexander supertramp 
>
>
>
>
>
>
>
>
>
> > Hello there,
>
> > when I try to record an interview in openmeetings in the room "public
> > interview" I get the following
> > error message when i try to open the file in the "Recordings" tab:
>
> > 
>
> > Log:23.08.2011 15:31:22
> > generateFFMPEG
> > process-generateFullFLV
> > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011
> > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc 4.4.5
> > configuration:
>
> > --enable-libmp3lame  libavutil51. 12. 0 / 51. 12. 0  libavcodec
> > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > libavdevice  53. 3. 0 / 53.
>
> >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale2.  0. 0 /
> > 2.  0. 0Option sample_rate not found.
> > command-[ffmpeg, -r, 25, -vcodec, flv, -ar, 22050, -ab, 32k, -s,
> > 640x240, -qmax, 1, -qmin, 1, -i,
>
> > /usr/share/red5/webapps/openmeetings/streams/1/
> > COMPLETE_INTERVIEW_18.flv, -i, /usr/share/red5/webapps/openmeetings/
> > streams/1/INTERVIEW_18_FINAL_WAVE.wav,
>
> > /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > flvRecording_18.flv]
> > exitValue-1
>
> > Log:23.08.2011 15:31:22
> > generateFFMPEG
> > process-generateFullFLV
> > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011
> > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc 4.4.5
> > configuration:
>
> > --enable-libmp3lame  libavutil51. 12. 0 / 51. 12. 0  libavcodec
> > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > libavdevice  53. 3. 0 / 53.
>
> >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale2.  0. 0 /
> > 2.  0. 0/usr/share/red5/webapps/openmeetings/streams/hibernate/
> > flvRecording_18.flv: No
>
> > such file or directory
> > command-[ffmpeg, -i, /usr/share/red5/webapps/openmeetings/streams/
> > hibernate/flvRecording_18.flv, -vcodec, mjpeg, -vframes, 100, -an, -f,
> > rawvideo, -s,
>
> > 640x240, /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > flvRecording_18.jpg]
> > exitValue-1
>
> > Log:23.08.2011 15:31:22
> > generateFFMPEG
> > process-alternateDownload
> > error-ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011
> > the FFmpeg developers  built on Aug 23 2011 15:30:09 with gcc 4.4.5
> > configuration:
>
> > --enable-libmp3lame  libavutil51. 12. 0 / 51. 12. 0  libavcodec
> > 53. 11. 0 / 53. 11. 0  libavformat  53. 8. 0 / 53. 8. 0
> > libavdevice  53. 3. 0 / 53.
>
> >  3. 0  libavfilter   2. 32. 0 / 2. 32. 0  libswscale2.  0. 0 /
> > 2.  0. 0/usr/share/red5/webapps/openmeetings/streams/hibernate/
> > flvRecording_18.flv: No
>
> > such file or directory
> > command-[ffmpeg, -i, /usr/share/red5/webapps/openmeetings/streams/
> > hibernate/flvRecording_18.flv,
>
> > /usr/share/red5/webapps/openmeetings/streams/hibernate/
> > flvRecording_18.avi]
> > exitValue-1
>
> > ---
>
> > Following Versions are installed:
>
> > Debian GNU/Linux 6.0 (Squeeze)
>
> > Linux Kernel: 2.6.32-5-686
>
> > tomcat: 6.0.28-9+squeeze1
>
> > Installed: openmeetings_1_7_0_r3822
>
> > openjdk-6-jdk/squeeze uptodate 6b18-1.8.7-2~squeeze1
>
> > sox: SoX v14.3.1
>
> > ffmpeg version git-2011-08-19-ada49f9, Copyright (c) 2000-2011 the
> > FFmpeg developers
> >  built on Aug 23 2011 15:30:09 with gcc 4.4.5
> >  configuration: --enable-libmp3lame  also tried: ./configure --
> > enable-gpl --enable-version3 --enable-nonfree --enable-libmp3lame
> >  libavutil51. 12. 0 / 51. 12. 0
> >  libavcodec   53.

[openmeetings-user] Cannot Upload Documents on Ubuntu 10.04

2011-08-24 Thread Tobias Hans
Hey there,

I have a problem. I transferred openmeetings running on Ubuntu 10.04 to our 
vserver. Everything works fine, except the upload function. When I try to 
upload something (*.pdf, *.odt) nothing happens. I can choose the file and 
click on the upload button, but thats all. No error message or anything. 
Simply nothing.


Some ideas or suggestions ?

Greetz

g0drealm

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



Re: [openmeetings-user] recording audio issues

2011-08-24 Thread seba.wag...@gmail.com
FFMPEG needs to be compiled with libmp3lame enabled.
"Could not find codec parameters" I likely to mean that you've missed that
step.

Sebastian

2011/8/24 Sage 

> Greetings,
>  I have a fresh install of openmeetings on a ubuntu 10.04 64bit.
> Below are the versions and compile options.  It doesn't appear from
> looking at the test files an audio codec is ether selected or working.
>
> ffmpeg -i TEST_SETUP_1314146705495.flv
> [flv @ 0x1585420] Could not find codec parameters (Audio: none, 0
> channels)
> [flv @ 0x1585420] Estimating duration from bitrate, this may be
> inaccurate
>  Duration: 00:00:03.83, start: 0.00, bitrate: N/A
>Stream #0.0: Video: flv1, yuv420p, 240x180, 30 tbr, 1k tbn, 1k tbc
>Stream #0.1: Audio: none, 0 channels
>
> openmeetings_1_7_0_r3822
>
> # ffmpeg --version
> ffmpeg version N-32077-g5f5e37e, Copyright (c) 2000-2011 the FFmpeg
> developers
>  built on Aug 23 2011 20:08:14 with gcc 4.4.3
>  configuration: --enable-gpl --enable-version3 --enable-nonfree --
> enable-postproc --enable-libfaac --enable-libopencore-amrnb --enable-
> libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-
> libx264 --enable-libxvid --enable-x11grab --enable-libmp3lame
>
> # sox --version
> sox: SoX v14.3.0
>
> Suggestions
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-user@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


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

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