Remove rtmp URL when splash screen.

2010-12-15 Thread Zhen
Hello sebastian,

i build from source and want to remove URL RTMP when splash screen
loading. what file i must edit to remove address RTMP when splsh
screen loading. (grey splash screen).
i want splash screen like demo.openmeetings.de, just grey bar loading,
no RTMP URL. thx.

-- 
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: /etc/init.d/red5 script needed

2010-11-30 Thread Zhen
here sample script for init.d red5, save this code below into /etc/
init.d/red5


copy this code below :

#
#!/bin/sh -e
#
# Startup script for Red5

export RED5_HOME=/usr/lib/openmeetings/

start_red5="$RED5_HOME/red5.sh start"
stop_red5="$RED5_HOME/red5-shutdown.sh stop"

start() {
    echo -n "Starting Red5: "
    ${start_red5}
    echo "done."
}
stop() {
    echo -n "Shutting down Red5: "
    ${stop_red5}
    echo "done."
}

case "$1" in
  start)
    start
    ;;
  stop)
    stop
    ;;
  restart)
    stop
    sleep 10
    start
    ;;
  *)
    echo "Usage: $0 {start|stop|restart}"
esac

exit 0


On Nov 26, 12:07 am, "asi...@simplyappointments.com"
 wrote:
> It seems I don't know where the red5 home path is...
>
> RED5_HOME=  ???
>
> A working script for CentOS would be very helpful.
>
> please and 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-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: Howto Change Auto Redirection URL

2010-10-04 Thread Zhen
url direction change, but the page error.
http://my_ip:5080/ext_apps
the page say :
HTTP Status 404 - /ext_apps

type Status report

message /ex_apps

description The requested resource (/ext_apps) is not available.

Apache Tomcat/6.0.24

the folder ext_apps is folder red5 (build from source including some
mini java apps) but it cannot load.



On Oct 4, 7:34 pm, "seba.wag...@gmail.com" 
wrote:
> have a look at the index.jsp in webapps/ROOT
>
> Sebastian
>
> 2010/10/4 Zhen 
>
>
>
>
>
> > stupid question...
>
> > when browser openhttp://my_ip:5080/it will auto redirection to
> >http://my_ip:5080/openmeetings
>
> > howto i can change when my browser openhttp://my_ip:5080/it will
> > auto redirection tohttp://my_ip:5080/new_direction?
>
> > p/s : the "new_direction" is a openmeeting default folder with some
> > mini java apps, what file must i configure ?
>
> > --
> > 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 > i...@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.



Howto Change Auto Redirection URL

2010-10-04 Thread Zhen
stupid question...

when browser open http://my_ip:5080/ it will auto redirection to
http://my_ip:5080/openmeetings

howto i can change when my browser open http://my_ip:5080/ it will
auto redirection to http://my_ip:5080/new_direction ?

p/s : the "new_direction" is a openmeeting default folder with some
mini java apps, what file must i configure ?

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

Re: Recording Problem

2010-09-28 Thread Zhen
sox-14.3.1
ffmpeg from svn configured with lib-mp3lame

every recording process have different error, sometimes error says
- error-Cannot run program "sox": java.io.IOException: error=2, No
such file or directory
- Could not find codec parameters (Video: [0][0][0][0] / 0x)[flv @
0x8f62470] Could not find codec parameters

i've tried to re-install openmeeting and operating system (centos
5.5). re-install centos 5.5 x86_64 change to centos 5.4 i386 and still
error.
please help...

On Sep 28, 3:36 pm, Sebastian Wagner  wrote:
> Hi Zhen,
>
> did you also install SoX?
>
> *error-Cannot run program "sox": java.io.IOException: error=2, No such
> file or directory *
>
> Sebastian
>
> On Sep 27, 7:46 pm, Zhen  wrote:
>
>
>
> > Please help me to solve this problem.
> > OpenMeeting installed with CentOS 5.4, i'm try to recompile ffmpeg,
> > sox, with the latest version, but openmeeting still show error like
> > this :
>
> > Log:28.09.2010 07:44:05
> > generateFFMPEG
> > process-mergeWave
> > error-Cannot run program "sox": java.io.IOException: error=2, No such
> > file or directory
> > command-[sox, /usr/lib/openmeetings/red5/webapps/openmeetings/streams/
> > hibernate/one_second.wav, /usr/lib/openmeetings/red5/webapps/
> > openmeetings/streams/4/
> > rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44_FINAL_WAV 
> > E.wav,
> > pad, 0, 20.0]
> > exitValue--1
>
> > Log:28.09.2010 07:44:05
> > generateFFMPEG
> > process-generateFullFLV
> > error-FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg
> > developers  built on Sep 28 2010 07:39:37 with gcc 4.1.2 20080704 (Red
> > Hat 4.1.2-48)  configuration: --enable-libmp3lame --enable-gpl --
> > enable-postproc --enable-pthreads --enable-shared --enable-swscale --
> > enable-vdpau --enable-version3 --enable-x11grab --disable-yasm --
> > disable-stripping  libavutil     50.15. 1 / 50.15. 1  libavcodec
> > 52.72. 2 / 52.72. 2  libavformat   52.64. 2 / 52.64. 2  libavdevice
> > 52. 2. 0 / 52. 2. 0  libswscale     0.11. 0 /  0.11. 0  libpostproc
> > 51. 2. 0 / 51. 2. 0[flv @ 0x9080420]Could not find codec parameters
> > (Video: 0x)[flv @ 0x9080420]Could not find codec parameters
> > (Audio: 0x, 0 channels)[flv @ 0x9080420]Estimating duration from
> > bitrate, this may be inaccurate/usr/lib/openmeetings/red5/webapps/
> > openmeetings/streams/4/
> > rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44.flv:
> > could not find codec parameters
> > command-[ffmpeg, -i, /usr/lib/openmeetings/red5/webapps/openmeetings/
> > streams/4/
> > rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44.flv,
> > -i, /usr/lib/openmeetings/red5/webapps/openmeetings/streams/4/
> > rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44_FINAL_WAV 
> > E.wav,
> > -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 416x256, -vcodec,
> > flashsv, -map, 0.0, -map, 1.0, /usr/lib/openmeetings/red5/webapps/
> > openmeetings/streams/hibernate/flvRecording_9.flv]
> > exitValue-1
>
> > Log:28.09.2010 07:44:05
> > generateFFMPEG
> > process-generateFullFLV
> > error-FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg
> > developers  built on Sep 28 2010 07:39:37 with gcc 4.1.2 20080704 (Red
> > Hat 4.1.2-48)  configuration: --enable-libmp3lame --enable-gpl --
> > enable-postproc --enable-pthreads --enable-shared --enable-swscale --
> > enable-vdpau --enable-version3 --enable-x11grab --disable-yasm --
> > disable-stripping  libavutil     50.15. 1 / 50.15. 1  libavcodec
> > 52.72. 2 / 52.72. 2  libavformat   52.64. 2 / 52.64. 2  libavdevice
> > 52. 2. 0 / 52. 2. 0  libswscale     0.11. 0 /  0.11. 0  libpostproc
> > 51. 2. 0 / 51. 2. 0/usr/lib/openmeetings/red5/webapps/openmeetings/
> > streams/hibernate/flvRecording_9.flv: No such file or directory
> > command-[ffmpeg, -i, /usr/lib/openmeetings/red5/webapps/openmeetings/
> > streams/hibernate/flvRecording_9.flv, -vcodec, mjpeg, -vframes, 1, -
> > an, -f, rawvideo, -s, 416x256, /usr/lib/openmeetings/red5/webapps/
> > openmeetings/streams/hibernate/flvRecording_9.jpg]
> > exitValue-1
>
> > Log:28.09.2010 07:44:05
> > generateFFMPEG
> > process-alternateDownload
> > error-FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg
> > developers  built on Sep 28 2010 07:39:37 with gcc 4.1.2 20080704 (Red
> > Hat 4.1.2-48)  configuration: --enable-libmp3lame --enable-gpl --
> > enable-postproc --enable-pthreads --enable-shared --enable-swscale --
> > enable-vdpau --enable-version3 --enable-x11grab --

Recording Problem

2010-09-27 Thread Zhen
Please help me to solve this problem.
OpenMeeting installed with CentOS 5.4, i'm try to recompile ffmpeg,
sox, with the latest version, but openmeeting still show error like
this :



Log:28.09.2010 07:44:05
generateFFMPEG
process-mergeWave
error-Cannot run program "sox": java.io.IOException: error=2, No such
file or directory
command-[sox, /usr/lib/openmeetings/red5/webapps/openmeetings/streams/
hibernate/one_second.wav, /usr/lib/openmeetings/red5/webapps/
openmeetings/streams/4/
rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44_FINAL_WAVE.wav,
pad, 0, 20.0]
exitValue--1


Log:28.09.2010 07:44:05
generateFFMPEG
process-generateFullFLV
error-FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg
developers  built on Sep 28 2010 07:39:37 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-48)  configuration: --enable-libmp3lame --enable-gpl --
enable-postproc --enable-pthreads --enable-shared --enable-swscale --
enable-vdpau --enable-version3 --enable-x11grab --disable-yasm --
disable-stripping  libavutil 50.15. 1 / 50.15. 1  libavcodec
52.72. 2 / 52.72. 2  libavformat   52.64. 2 / 52.64. 2  libavdevice
52. 2. 0 / 52. 2. 0  libswscale 0.11. 0 /  0.11. 0  libpostproc
51. 2. 0 / 51. 2. 0[flv @ 0x9080420]Could not find codec parameters
(Video: 0x)[flv @ 0x9080420]Could not find codec parameters
(Audio: 0x, 0 channels)[flv @ 0x9080420]Estimating duration from
bitrate, this may be inaccurate/usr/lib/openmeetings/red5/webapps/
openmeetings/streams/4/
rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44.flv:
could not find codec parameters
command-[ffmpeg, -i, /usr/lib/openmeetings/red5/webapps/openmeetings/
streams/4/
rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44.flv,
-i, /usr/lib/openmeetings/red5/webapps/openmeetings/streams/4/
rec_9_stream_de3db890f0a281779bfecb4492130788_28_09_2010_07_43_44_FINAL_WAVE.wav,
-ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 416x256, -vcodec,
flashsv, -map, 0.0, -map, 1.0, /usr/lib/openmeetings/red5/webapps/
openmeetings/streams/hibernate/flvRecording_9.flv]
exitValue-1


Log:28.09.2010 07:44:05
generateFFMPEG
process-generateFullFLV
error-FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg
developers  built on Sep 28 2010 07:39:37 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-48)  configuration: --enable-libmp3lame --enable-gpl --
enable-postproc --enable-pthreads --enable-shared --enable-swscale --
enable-vdpau --enable-version3 --enable-x11grab --disable-yasm --
disable-stripping  libavutil 50.15. 1 / 50.15. 1  libavcodec
52.72. 2 / 52.72. 2  libavformat   52.64. 2 / 52.64. 2  libavdevice
52. 2. 0 / 52. 2. 0  libswscale 0.11. 0 /  0.11. 0  libpostproc
51. 2. 0 / 51. 2. 0/usr/lib/openmeetings/red5/webapps/openmeetings/
streams/hibernate/flvRecording_9.flv: No such file or directory
command-[ffmpeg, -i, /usr/lib/openmeetings/red5/webapps/openmeetings/
streams/hibernate/flvRecording_9.flv, -vcodec, mjpeg, -vframes, 1, -
an, -f, rawvideo, -s, 416x256, /usr/lib/openmeetings/red5/webapps/
openmeetings/streams/hibernate/flvRecording_9.jpg]
exitValue-1


Log:28.09.2010 07:44:05
generateFFMPEG
process-alternateDownload
error-FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg
developers  built on Sep 28 2010 07:39:37 with gcc 4.1.2 20080704 (Red
Hat 4.1.2-48)  configuration: --enable-libmp3lame --enable-gpl --
enable-postproc --enable-pthreads --enable-shared --enable-swscale --
enable-vdpau --enable-version3 --enable-x11grab --disable-yasm --
disable-stripping  libavutil 50.15. 1 / 50.15. 1  libavcodec
52.72. 2 / 52.72. 2  libavformat   52.64. 2 / 52.64. 2  libavdevice
52. 2. 0 / 52. 2. 0  libswscale 0.11. 0 /  0.11. 0  libpostproc
51. 2. 0 / 51. 2. 0/usr/lib/openmeetings/red5/webapps/openmeetings/
streams/hibernate/flvRecording_9.flv: No such file or directory
command-[ffmpeg, -i, /usr/lib/openmeetings/red5/webapps/openmeetings/
streams/hibernate/flvRecording_9.flv, /usr/lib/openmeetings/red5/
webapps/openmeetings/streams/hibernate/flvRecording_9.avi]
exitValue-1

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