Re: Issues (??) at recorder and whiteboard

2010-02-05 Thread Victor Sartori
I found what are happened

The ffmpeg of debian does have lamemp3 support...
Was necessary to get the source code of ffmpeg, and compile with lamemp3
support.

Anyway, I'll do a howto for debian how to install (including this solution)


Thanks for all!

Victor

2010/2/5 Victor Sartori 

>
>
> 2010/2/5 Sebastian Wagner 
>
> hi,
>>
>> *Cannot run program "sox": java.io.IOException*
>> should give you an idea what is wrong => SoX might be installed but *sox*
>> cannot be executed.
>>
>
> Nice I'll do more tests if I can resolve this, I would post here.
>
>
>>
>> The latter about the documents + drawing is actually no Issue in that
>> meaning. It would be just quite useful to refactor the Whiteboard to have
>> drawings saved by page. But that will is not in the scope of the current
>> release.
>>
>
> I have imagined this
>
> Thanks Sebastian
>
>

-- 
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: Issues (??) at recorder and whiteboard

2010-02-05 Thread Victor Sartori
2010/2/5 Sebastian Wagner 

> hi,
>
> *Cannot run program "sox": java.io.IOException*
> should give you an idea what is wrong => SoX might be installed but *sox*
> cannot be executed.
>

Nice I'll do more tests if I can resolve this, I would post here.


>
> The latter about the documents + drawing is actually no Issue in that
> meaning. It would be just quite useful to refactor the Whiteboard to have
> drawings saved by page. But that will is not in the scope of the current
> release.
>

I have imagined this

Thanks Sebastian

-- 
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: Issues (??) at recorder and whiteboard

2010-02-05 Thread Sebastian Wagner
hi,

*Cannot run program "sox": java.io.IOException*
should give you an idea what is wrong => SoX might be installed but *sox*
cannot be executed.

The latter about the documents + drawing is actually no Issue in that
meaning. It would be just quite useful to refactor the Whiteboard to have
drawings saved by page. But that will is not in the scope of the current
release.

Sebastian

2010/2/5 Victor Sartori 

> Hi Folks!
>
> Today, I started to try the OM 1.1 rc 2873 to see the translation pack and
> test the new resources
> At my tests, I found two problems
>
> 1 - Recording
> I record my desktop share, but when I'll watch the recorded session, the
> error message appears:
>
>
> Log:05.02.2010 10:45:15
>> generateFFMPEG
>> process-generateFFMPEG
>> error-Cannot run program "ffmpeg": java.io.IOException: error=2, No such
>> file or directory
>> command-[ffmpeg, -async, 1, -i,
>> /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_1_05_02_2010_07_44_28.flv,
>> /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_1_05_02_2010_07_44_28_WAVE.wav]
>> exitValue--1
>>
>>
>> Log:05.02.2010 10:45:15
>> generateFFMPEG
>> process-mergeWave
>> error-Cannot run program "sox": java.io.IOException: error=2, No such file
>> or directory
>> command-[sox,
>> /opt/red5/webapps/openmeetings/streams/hibernate/one_second.wav,
>> /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_043137d0e915207660fbf55021278e8a_05_02_2010_07_44_29_FINAL_WAVE.wav,
>> pad, 0, 46.0]
>> exitValue--1
>>
>>
>> Log:05.02.2010 10:45:15
>> generateFFMPEG
>> process-generateFullFLV
>> error-Cannot run program "ffmpeg": java.io.IOException: error=2, No such
>> file or directory
>> command-[ffmpeg, -i,
>> /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_043137d0e915207660fbf55021278e8a_05_02_2010_07_44_29.flv,
>> -i,
>> /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_043137d0e915207660fbf55021278e8a_05_02_2010_07_44_29_FINAL_WAVE.wav,
>> -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 640x400, -vcodec, flashsv,
>> -map, 0.0, -map, 1.0,
>> /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.flv]
>> exitValue--1
>>
>>
>> Log:05.02.2010 10:45:15
>> generateFFMPEG
>> process-generateFullFLV
>> error-Cannot run program "ffmpeg": java.io.IOException: error=2, No such
>> file or directory
>> command-[ffmpeg, -i,
>> /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
>> -vcodec, mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x400,
>> /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.jpg]
>> exitValue--1
>>
>>
>> Log:05.02.2010 10:45:15
>> generateFFMPEG
>> process-alternateDownload
>> error-Cannot run program "ffmpeg": java.io.IOException: error=2, No such
>> file or directory
>> command-[ffmpeg, -i,
>> /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
>> /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.avi]
>> exitValue--1
>>
>
> I have the ffmpeg and sox installed at my Debian 5. I can run the
> command ffmeg and sox using the user nobody (this user is used to run the
> red5). Anybody have one idea?
>
> Other issue (I think), is at whiteboard, when any thing is loaded, and the
> any resource is used (like pen, circle...) and a slide is changed to next,
> this things still appear in the next slide  It is a issue?
>
> Regards
>
> Victor Sartori
>
>  --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



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

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



Issues (??) at recorder and whiteboard

2010-02-05 Thread Victor Sartori
Hi Folks!

Today, I started to try the OM 1.1 rc 2873 to see the translation pack and
test the new resources
At my tests, I found two problems

1 - Recording
I record my desktop share, but when I'll watch the recorded session, the
error message appears:


Log:05.02.2010 10:45:15
> generateFFMPEG
> process-generateFFMPEG
> error-Cannot run program "ffmpeg": java.io.IOException: error=2, No such
> file or directory
> command-[ffmpeg, -async, 1, -i,
> /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_1_05_02_2010_07_44_28.flv,
> /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_1_05_02_2010_07_44_28_WAVE.wav]
> exitValue--1
>
>
> Log:05.02.2010 10:45:15
> generateFFMPEG
> process-mergeWave
> error-Cannot run program "sox": java.io.IOException: error=2, No such file
> or directory
> command-[sox,
> /opt/red5/webapps/openmeetings/streams/hibernate/one_second.wav,
> /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_043137d0e915207660fbf55021278e8a_05_02_2010_07_44_29_FINAL_WAVE.wav,
> pad, 0, 46.0]
> exitValue--1
>
>
> Log:05.02.2010 10:45:15
> generateFFMPEG
> process-generateFullFLV
> error-Cannot run program "ffmpeg": java.io.IOException: error=2, No such
> file or directory
> command-[ffmpeg, -i,
> /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_043137d0e915207660fbf55021278e8a_05_02_2010_07_44_29.flv,
> -i,
> /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_043137d0e915207660fbf55021278e8a_05_02_2010_07_44_29_FINAL_WAVE.wav,
> -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 640x400, -vcodec, flashsv,
> -map, 0.0, -map, 1.0,
> /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.flv]
> exitValue--1
>
>
> Log:05.02.2010 10:45:15
> generateFFMPEG
> process-generateFullFLV
> error-Cannot run program "ffmpeg": java.io.IOException: error=2, No such
> file or directory
> command-[ffmpeg, -i,
> /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
> -vcodec, mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x400,
> /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.jpg]
> exitValue--1
>
>
> Log:05.02.2010 10:45:15
> generateFFMPEG
> process-alternateDownload
> error-Cannot run program "ffmpeg": java.io.IOException: error=2, No such
> file or directory
> command-[ffmpeg, -i,
> /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
> /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.avi]
> exitValue--1
>

I have the ffmpeg and sox installed at my Debian 5. I can run the
command ffmeg and sox using the user nobody (this user is used to run the
red5). Anybody have one idea?

Other issue (I think), is at whiteboard, when any thing is loaded, and the
any resource is used (like pen, circle...) and a slide is changed to next,
this things still appear in the next slide  It is a issue?

Regards

Victor Sartori

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