Re: Installation Error

2019-04-01 Thread Maxim Solodovnik
Here is the link:
https://doc-kurento.readthedocs.io/en/stable/user/installation.html#local-installation

On Mon, 1 Apr 2019 at 21:58, Aaron Hepp  wrote:
>
> Wasn't there a Kurento install/configuration document on the website here for 
> ones using 16.04?  The VPS(s) I run on do not allow the running of dockers 
> since its OpenVX, and will be installing the packages itself.
>
> Added the repo and software wasn't sure if htere was a configuration doc for 
> the Kurento piece that was there.
>
> On 4/1/19 10:20 AM, Maxim Solodovnik wrote:
>
> It seems some not ASCII character exists in the command
>
> it is in `--mount` string
> Could you copy/paste this one:
>
> docker run -d --name kms -p : --mount
> type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
> kurento/kurento-media-server:xenial-latest
>
>
> On Mon, 1 Apr 2019 at 21:01, René Scholz
>  wrote:
>
> Hello,
>
> the char "– " is not the right one.
> I dont know which keyboard-layout you use.
> It must be the "-". Copy & paste?
>
> Best regards,
>
> René
>
>
> Am 01.04.2019 um 15:51 schrieb Sankar S:
>
> Hi,
>
>
> Thanks for the finding, however getting a new error now
>
> docker run -d --name kms -p : -–mount 
> type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
>  kurento/kurento-media-server:xenial-latest
>
> unknown shorthand flag: 'â' in -–mount
>
> Thanks & Regards
>
> Sankar S
> -
>
> On 01/04/19 6:52 pm, René Scholz wrote:
>
> Hello,
>
> in my commandline I have "--mount". In yours is only "-mount".
>
> Here is my command completely:
> sudo docker run -d --name kms -p : --mount 
> type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
>  kurento/kurento-media-server:xenial-latest
>
> Best regards,
>
> René
>
>
> Am 01.04.2019 um 15:00 schrieb Sankar S:
>
>
>
> Hi,
>
>
> I have successfully installed openmeeting, but getting error which installing 
>  media server "docker: invalid reference format."
>
> Distributor ID:Ubuntu
> Description:Ubuntu 18.04.2 LTS
> Release:18.04
> Codename:bionic
>
>
> docker run -d --name kms -p : –mount 
> type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
>  kurento/kurento-media-server:xenial-latest
>
> docker: invalid reference format.
> See 'docker run --help'.
>
> --
>
>
>
> Thanks & Regards
>
> Sankar S
> -
> a:SwiftMail Communications Ltd, G88,Sector 63 Noida,India PH:M:+91 93421 
> 60691 Web: http://swift-online.com Karmanye vadhikaraste, Ma phaleshu 
> kadachana l* Maa karma phala-heturbhuh; Maa te sangostv akarmani ll *
>
>
>
>
>


-- 
WBR
Maxim aka solomax


Re: Installation Error

2019-04-01 Thread Aaron Hepp
Wasn't there a Kurento install/configuration document on the website 
here for ones using 16.04?  The VPS(s) I run on do not allow the running 
of dockers since its OpenVX, and will be installing the packages itself.


Added the repo and software wasn't sure if htere was a configuration doc 
for the Kurento piece that was there.


On 4/1/19 10:20 AM, Maxim Solodovnik wrote:

It seems some not ASCII character exists in the command

it is in `--mount` string
Could you copy/paste this one:

docker run -d --name kms -p : --mount
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
kurento/kurento-media-server:xenial-latest


On Mon, 1 Apr 2019 at 21:01, René Scholz
 wrote:

Hello,

the char "– " is not the right one.
I dont know which keyboard-layout you use.
It must be the "-". Copy & paste?

Best regards,

René


Am 01.04.2019 um 15:51 schrieb Sankar S:

Hi,


Thanks for the finding, however getting a new error now

docker run -d --name kms -p : -–mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
 kurento/kurento-media-server:xenial-latest

unknown shorthand flag: 'â' in -–mount

Thanks & Regards

Sankar S
-

On 01/04/19 6:52 pm, René Scholz wrote:

Hello,

in my commandline I have "--mount". In yours is only "-mount".

Here is my command completely:
sudo docker run -d --name kms -p : --mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
 kurento/kurento-media-server:xenial-latest

Best regards,

René


Am 01.04.2019 um 15:00 schrieb Sankar S:



Hi,


I have successfully installed openmeeting, but getting error which installing  media 
server "docker: invalid reference format."

Distributor ID:Ubuntu
Description:Ubuntu 18.04.2 LTS
Release:18.04
Codename:bionic


docker run -d --name kms -p : –mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
 kurento/kurento-media-server:xenial-latest

docker: invalid reference format.
See 'docker run --help'.

--



Thanks & Regards

Sankar S
-
a:SwiftMail Communications Ltd, G88,Sector 63 Noida,India PH:M:+91 93421 60691 
Web: http://swift-online.com Karmanye vadhikaraste, Ma phaleshu kadachana l* 
Maa karma phala-heturbhuh; Maa te sangostv akarmani ll *









Re: Installation Error

2019-04-01 Thread Maxim Solodovnik
It seems some not ASCII character exists in the command

it is in `--mount` string
Could you copy/paste this one:

docker run -d --name kms -p : --mount
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
kurento/kurento-media-server:xenial-latest


On Mon, 1 Apr 2019 at 21:01, René Scholz
 wrote:
>
> Hello,
>
> the char "– " is not the right one.
> I dont know which keyboard-layout you use.
> It must be the "-". Copy & paste?
>
> Best regards,
>
> René
>
>
> Am 01.04.2019 um 15:51 schrieb Sankar S:
>
> Hi,
>
>
> Thanks for the finding, however getting a new error now
>
> docker run -d --name kms -p : -–mount 
> type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
>  kurento/kurento-media-server:xenial-latest
>
> unknown shorthand flag: 'â' in -–mount
>
> Thanks & Regards
>
> Sankar S
> -
>
> On 01/04/19 6:52 pm, René Scholz wrote:
>
> Hello,
>
> in my commandline I have "--mount". In yours is only "-mount".
>
> Here is my command completely:
> sudo docker run -d --name kms -p : --mount 
> type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
>  kurento/kurento-media-server:xenial-latest
>
> Best regards,
>
> René
>
>
> Am 01.04.2019 um 15:00 schrieb Sankar S:
>
>
>
> Hi,
>
>
> I have successfully installed openmeeting, but getting error which installing 
>  media server "docker: invalid reference format."
>
> Distributor ID:Ubuntu
> Description:Ubuntu 18.04.2 LTS
> Release:18.04
> Codename:bionic
>
>
> docker run -d --name kms -p : –mount 
> type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data
>  kurento/kurento-media-server:xenial-latest
>
> docker: invalid reference format.
> See 'docker run --help'.
>
> --
>
>
>
> Thanks & Regards
>
> Sankar S
> -
> a:SwiftMail Communications Ltd, G88,Sector 63 Noida,India PH:M:+91 93421 
> 60691 Web: http://swift-online.com Karmanye vadhikaraste, Ma phaleshu 
> kadachana l* Maa karma phala-heturbhuh; Maa te sangostv akarmani ll *
>
>
>


-- 
WBR
Maxim aka solomax


Re: Installation Error

2019-04-01 Thread Sankar S

Hi,

Even a million thanks would not be enough for your support.

Thanks & Regards
Sankar S
-

On 01/04/19 7:31 pm, René Scholz wrote:

Hello,

the char "– " is not the right one.
I dont know which keyboard-layout you use.
It must be the "-". Copy & paste?

Best regards,

René


Am 01.04.2019 um 15:51 schrieb Sankar S:


Hi,


Thanks for the finding, however getting a new error now

docker run -d --name kms -p : -–mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data 
kurento/kurento-media-server:xenial-latest


unknown shorthand flag: 'â' in -–mount

Thanks & Regards
Sankar S
-

On 01/04/19 6:52 pm, René Scholz wrote:

Hello,

in my commandline I have "--mount". In yours is only "-mount".

Here is my command completely:
sudo docker run -d --name kms -p : --mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data 
kurento/kurento-media-server:xenial-latest


Best regards,

René


Am 01.04.2019 um 15:00 schrieb Sankar S:




Hi,


I have successfully installed openmeeting, but getting error which 
installing  media server "docker: invalid reference format."


Distributor ID:    Ubuntu
Description:    Ubuntu 18.04.2 LTS
Release:    18.04
Codename:    bionic


docker run -d --name kms -p : –mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data 
kurento/kurento-media-server:xenial-latest


docker: invalid reference format.
See 'docker run --help'.

--

Thanks & Regards
Sankar S
-
a:SwiftMail Communications Ltd, G88,Sector 63 Noida,India PH:M:+91 
93421 60691 Web: http://swift-online.com Karmanye vadhikaraste, Ma 
phaleshu kadachana l* Maa karma phala-heturbhuh; Maa te sangostv 
akarmani ll *






Re: Installation Error

2019-04-01 Thread René Scholz

Hello,

the char "– " is not the right one.
I dont know which keyboard-layout you use.
It must be the "-". Copy & paste?

Best regards,

René


Am 01.04.2019 um 15:51 schrieb Sankar S:


Hi,


Thanks for the finding, however getting a new error now

docker run -d --name kms -p : -–mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data 
kurento/kurento-media-server:xenial-latest


unknown shorthand flag: 'â' in -–mount

Thanks & Regards
Sankar S
-

On 01/04/19 6:52 pm, René Scholz wrote:

Hello,

in my commandline I have "--mount". In yours is only "-mount".

Here is my command completely:
sudo docker run -d --name kms -p : --mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data 
kurento/kurento-media-server:xenial-latest


Best regards,

René


Am 01.04.2019 um 15:00 schrieb Sankar S:




Hi,


I have successfully installed openmeeting, but getting error which 
installing  media server "docker: invalid reference format."


Distributor ID:    Ubuntu
Description:    Ubuntu 18.04.2 LTS
Release:    18.04
Codename:    bionic


docker run -d --name kms -p : –mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data 
kurento/kurento-media-server:xenial-latest


docker: invalid reference format.
See 'docker run --help'.

--

Thanks & Regards
Sankar S
-
a:SwiftMail Communications Ltd, G88,Sector 63 Noida,India PH:M:+91 
93421 60691 Web: http://swift-online.com Karmanye vadhikaraste, Ma 
phaleshu kadachana l* Maa karma phala-heturbhuh; Maa te sangostv 
akarmani ll *






Re: Installation Error

2019-04-01 Thread Sankar S

Hi,


Thanks for the finding, however getting a new error now

docker run -d --name kms -p : -–mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data 
kurento/kurento-media-server:xenial-latest


unknown shorthand flag: 'â' in -–mount

Thanks & Regards
Sankar S
-

On 01/04/19 6:52 pm, René Scholz wrote:

Hello,

in my commandline I have "--mount". In yours is only "-mount".

Here is my command completely:
sudo docker run -d --name kms -p : --mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data 
kurento/kurento-media-server:xenial-latest


Best regards,

René


Am 01.04.2019 um 15:00 schrieb Sankar S:




Hi,


I have successfully installed openmeeting, but getting error which 
installing  media server "docker: invalid reference format."


Distributor ID:    Ubuntu
Description:    Ubuntu 18.04.2 LTS
Release:    18.04
Codename:    bionic


docker run -d --name kms -p : –mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data 
kurento/kurento-media-server:xenial-latest


docker: invalid reference format.
See 'docker run --help'.

--

Thanks & Regards
Sankar S
-
a:SwiftMail Communications Ltd, G88,Sector 63 Noida,India PH:M:+91 
93421 60691 Web: http://swift-online.com Karmanye vadhikaraste, Ma 
phaleshu kadachana l* Maa karma phala-heturbhuh; Maa te sangostv 
akarmani ll *




Re: Installation Error

2019-04-01 Thread Alvaro

...attention, you have:
 docker run -d --name kms -p : –mount 
...and the right is:
docker run -d --name kms -p : --mount 
...the last:  --mount  (two -- not only one)
Be carefull when copy it.


El lun, 01-04-2019 a las 18:30 +0530, Sankar S escribió:
> 
> 
> 
> 
> 
>   
>   Hi,
>   
> 
>   
>   I have successfully installed openmeeting, but getting error
> which installing  media server "docker: invalid reference
> format."  
> 
>   
>   Distributor ID:    Ubuntu
> 
> Description:    Ubuntu 18.04.2 LTS
> 
> Release:    18.04
> 
> Codename:    bionic
> 
>   
>   
> 
>   
>   docker run -d --name kms -p : –mount
> type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/o
> pen500/webapps/openmeetings/data
> kurento/kurento-media-server:xenial-latest
> 
>   
>   docker: invalid reference format.
> 
> See 'docker run --help'.
> 
>   
>   -- 
> 
>  
> Thanks & Regards
>  
> Sankar S
> -
> a:SwiftMail Communications Ltd,
>   G88,Sector 63 Noida,India PH:M:+91 93421 60691 Web: http://
> swift-online.com Karmanye vadhikaraste, Ma phaleshu
> kadachana l* Maa karma phala-heturbhuh; Maa te sangostv
> akarmani ll *
>   
> 
>   
> 

Installation Error

2019-04-01 Thread Sankar S



Hi,


I have successfully installed openmeeting, but getting error which 
installing  media server "docker: invalid reference format."


Distributor ID:    Ubuntu
Description:    Ubuntu 18.04.2 LTS
Release:    18.04
Codename:    bionic


docker run -d --name kms -p : –mount 
type=bind,source=/opt/open500/webapps/openmeetings/data,target=/opt/open500/webapps/openmeetings/data 
kurento/kurento-media-server:xenial-latest


docker: invalid reference format.
See 'docker run --help'.

--

Thanks & Regards
Sankar S
-
a:SwiftMail Communications Ltd, G88,Sector 63 Noida,India PH:M:+91 93421 
60691 Web: http://swift-online.com Karmanye vadhikaraste, Ma phaleshu 
kadachana l* Maa karma phala-heturbhuh; Maa te sangostv akarmani ll *


Re: installation error

2015-06-09 Thread Vasiliy Degtyarev

Hello Raju!

Please send log file and screenshots.

Thanks,
Vasiliy


On 09.06.2015 15:42, Raju M K wrote:

trying to install OM 3.0.6 on Ubuntu.
getting error sring index out of range.
screenshot attached.
Please help me , whats wrong with me.


--
Regards,
M K Raju.





installation error

2015-06-09 Thread Raju M K
trying to install OM 3.0.6 on Ubuntu.
getting error sring index out of range.
screenshot attached.
Please help me , whats wrong with me.


-- 
Regards,
M K Raju.


Re: FFMPEG INSTALLATION ERROR make x264

2014-09-17 Thread Mark Lin
*at /streams*
[image: תמונה מוטבעת 1]

[image: תמונה מוטבעת 2]


*at /streams/hibernate*


*​*

2014-09-17 4:29 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 Could you list all files you have checked? Chrome playing *.mp4 file
 On Sep 17, 2014 3:38 AM, Mark Lin mlin40...@gmail.com wrote:

 the file are ok as ican download them to my pc and i can heare the
 recording,
 the same with firefox
 so i dont think its the recording.
 i tested it with 2 other pc with chrom and there is no sound

 Thank you

 2014-09-16 5:50 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 can you manually check the files under
 webapps/openmeetings/streams/*roomId*/rec_*recId**
 and
 webapps/openmeetings/streams/hibernate/flvRecording_*recId**

 does all files have sound?


 On 16 September 2014 03:11, Mark Lin mlin40...@gmail.com wrote:

 Hello Maxim,

 no error with the video( popup  icon near the video name

 just compile OM 3.0.3 and checked again and i am facing problem with the
 sound in chrome,
 i can see video but just silent in both rooms - conference and interview

 firefox working grate

 windows 7 - can't load pages from dashboard

 2014-09-04 7:37 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 What browser are you using? Is it reproducible on alternative browsers?
 (maybe system sound settings for particular application?)

 do you have any errors in the recordings list? (small exclamation icon
 on the right of the recording, can yoou click on it and check the logs?)



 On 3 September 2014 20:20, Mark Lin mlin40...@gmail.com wrote:

 The problems occur just in the record section page
 room type - restricted  conference can see the video but no sound,
 but there is no problem when downloading and play on my pc - can see
 and hear
 room type - interview - black player - no sound, no video  when
 downloading to my pc - nothing happen
 no problem to hear each other
 no problem to upload .avi  .mp4 to whiteboard, can see and here

 Thank you

 what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



 On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window, there
 is no problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file but
 not proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications in
 /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4
 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora 
 --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man 
 ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 

Re: FFMPEG INSTALLATION ERROR make x264

2014-09-17 Thread Maxim Solodovnik
so both *mp4 and *ogg files are playable in VLC (or other player) and have
sound?

On 17 September 2014 15:06, Mark Lin mlin40...@gmail.com wrote:

 *at /streams*
 [image: תמונה מוטבעת 1]

 [image: תמונה מוטבעת 2]


 *at /streams/hibernate*


 *​*

 2014-09-17 4:29 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 Could you list all files you have checked? Chrome playing *.mp4 file
 On Sep 17, 2014 3:38 AM, Mark Lin mlin40...@gmail.com wrote:

 the file are ok as ican download them to my pc and i can heare the
 recording,
 the same with firefox
 so i dont think its the recording.
 i tested it with 2 other pc with chrom and there is no sound

 Thank you

 2014-09-16 5:50 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 can you manually check the files under
 webapps/openmeetings/streams/*roomId*/rec_*recId**
 and
 webapps/openmeetings/streams/hibernate/flvRecording_*recId**

 does all files have sound?


 On 16 September 2014 03:11, Mark Lin mlin40...@gmail.com wrote:

 Hello Maxim,

 no error with the video( popup  icon near the video name

 just compile OM 3.0.3 and checked again and i am facing problem with
 the sound in chrome,
 i can see video but just silent in both rooms - conference and interview

 firefox working grate

 windows 7 - can't load pages from dashboard

 2014-09-04 7:37 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 What browser are you using? Is it reproducible on alternative
 browsers? (maybe system sound settings for particular application?)

 do you have any errors in the recordings list? (small exclamation icon
 on the right of the recording, can yoou click on it and check the logs?)



 On 3 September 2014 20:20, Mark Lin mlin40...@gmail.com wrote:

 The problems occur just in the record section page
 room type - restricted  conference can see the video but no sound,
 but there is no problem when downloading and play on my pc - can see
 and hear
 room type - interview - black player - no sound, no video  when
 downloading to my pc - nothing happen
 no problem to hear each other
 no problem to upload .avi  .mp4 to whiteboard, can see and here

 Thank you

 what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



 On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window, there
 is no problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file but
 not proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications
 in /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4
 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin 
 --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora 
 --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man 
 ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  

Re: FFMPEG INSTALLATION ERROR make x264

2014-09-17 Thread Mark Lin
Yes Sir

2014-09-17 10:10 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 so both *mp4 and *ogg files are playable in VLC (or other player) and have
 sound?

 On 17 September 2014 15:06, Mark Lin mlin40...@gmail.com wrote:

 *at /streams*
 [image: תמונה מוטבעת 1]

 [image: תמונה מוטבעת 2]


 *at /streams/hibernate*


 *​*

 2014-09-17 4:29 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 Could you list all files you have checked? Chrome playing *.mp4 file
 On Sep 17, 2014 3:38 AM, Mark Lin mlin40...@gmail.com wrote:

 the file are ok as ican download them to my pc and i can heare the
 recording,
 the same with firefox
 so i dont think its the recording.
 i tested it with 2 other pc with chrom and there is no sound

 Thank you

 2014-09-16 5:50 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 can you manually check the files under
 webapps/openmeetings/streams/*roomId*/rec_*recId**
 and
 webapps/openmeetings/streams/hibernate/flvRecording_*recId**

 does all files have sound?


 On 16 September 2014 03:11, Mark Lin mlin40...@gmail.com wrote:

 Hello Maxim,

 no error with the video( popup  icon near the video name

 just compile OM 3.0.3 and checked again and i am facing problem with
 the sound in chrome,
 i can see video but just silent in both rooms - conference and
 interview

 firefox working grate

 windows 7 - can't load pages from dashboard

 2014-09-04 7:37 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 What browser are you using? Is it reproducible on alternative
 browsers? (maybe system sound settings for particular application?)

 do you have any errors in the recordings list? (small exclamation
 icon on the right of the recording, can yoou click on it and check the
 logs?)



 On 3 September 2014 20:20, Mark Lin mlin40...@gmail.com wrote:

 The problems occur just in the record section page
 room type - restricted  conference can see the video but no sound,
 but there is no problem when downloading and play on my pc - can see
 and hear
 room type - interview - black player - no sound, no video  when
 downloading to my pc - nothing happen
 no problem to hear each other
 no problem to upload .avi  .mp4 to whiteboard, can see and here

 Thank you

 what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



 On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window, there
 is no problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file but
 not proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications
 in /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4
 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin 
 --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora 
 --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man 
 ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com
 :

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been 

Re: FFMPEG INSTALLATION ERROR make x264

2014-09-17 Thread Maxim Solodovnik
Are you able to watch YouTube movies in this Chrom on this OS?

On 17 September 2014 15:52, Maxim Solodovnik solomax...@gmail.com wrote:

 Then the problem is in Chrome
 What OS are using to play video from OM in Chrome?

 On 17 September 2014 15:51, Mark Lin mlin40...@gmail.com wrote:

 Yes Sir

 2014-09-17 10:10 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 so both *mp4 and *ogg files are playable in VLC (or other player) and
 have sound?


 On 17 September 2014 15:06, Mark Lin mlin40...@gmail.com wrote:

 *at /streams*
 [image: תמונה מוטבעת 1]

 [image: תמונה מוטבעת 2]


 *at /streams/hibernate*


 *​*

 2014-09-17 4:29 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 Could you list all files you have checked? Chrome playing *.mp4 file
 On Sep 17, 2014 3:38 AM, Mark Lin mlin40...@gmail.com wrote:

 the file are ok as ican download them to my pc and i can heare the
 recording,
 the same with firefox
 so i dont think its the recording.
 i tested it with 2 other pc with chrom and there is no sound

 Thank you

 2014-09-16 5:50 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 can you manually check the files under
 webapps/openmeetings/streams/*roomId*/rec_*recId**
 and
 webapps/openmeetings/streams/hibernate/flvRecording_*recId**

 does all files have sound?


 On 16 September 2014 03:11, Mark Lin mlin40...@gmail.com wrote:

 Hello Maxim,

 no error with the video( popup  icon near the video name

 just compile OM 3.0.3 and checked again and i am facing problem with
 the sound in chrome,
 i can see video but just silent in both rooms - conference and
 interview

 firefox working grate

 windows 7 - can't load pages from dashboard

 2014-09-04 7:37 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 What browser are you using? Is it reproducible on alternative
 browsers? (maybe system sound settings for particular application?)

 do you have any errors in the recordings list? (small exclamation
 icon on the right of the recording, can yoou click on it and check the
 logs?)



 On 3 September 2014 20:20, Mark Lin mlin40...@gmail.com wrote:

 The problems occur just in the record section page
 room type - restricted  conference can see the video but no sound,
 but there is no problem when downloading and play on my pc - can see
 and hear
 room type - interview - black player - no sound, no video  when
 downloading to my pc - nothing happen
 no problem to hear each other
 no problem to upload .avi  .mp4 to whiteboard, can see and here

 Thank you

 what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



 On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window,
 there is no problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file
 but not proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com
 :

 you can copy or make symbolic links to get necessary applications
 in /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4
 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin 
 --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora 
 --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man 
 ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com
 :

 I'm using this guide
 

Re: FFMPEG INSTALLATION ERROR make x264

2014-09-17 Thread Mark Lin
What OS... - windows 7

Are you able to watch YouTube movies... -yes

2014-09-17 10:53 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 Are you able to watch YouTube movies in this Chrom on this OS?

 On 17 September 2014 15:52, Maxim Solodovnik solomax...@gmail.com wrote:

 Then the problem is in Chrome
 What OS are using to play video from OM in Chrome?

 On 17 September 2014 15:51, Mark Lin mlin40...@gmail.com wrote:

 Yes Sir

 2014-09-17 10:10 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 so both *mp4 and *ogg files are playable in VLC (or other player) and
 have sound?


 On 17 September 2014 15:06, Mark Lin mlin40...@gmail.com wrote:

 *at /streams*
 [image: תמונה מוטבעת 1]

 [image: תמונה מוטבעת 2]


 *at /streams/hibernate*


 *​*

 2014-09-17 4:29 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 Could you list all files you have checked? Chrome playing *.mp4 file
 On Sep 17, 2014 3:38 AM, Mark Lin mlin40...@gmail.com wrote:

 the file are ok as ican download them to my pc and i can heare the
 recording,
 the same with firefox
 so i dont think its the recording.
 i tested it with 2 other pc with chrom and there is no sound

 Thank you

 2014-09-16 5:50 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 can you manually check the files under
 webapps/openmeetings/streams/*roomId*/rec_*recId**
 and
 webapps/openmeetings/streams/hibernate/flvRecording_*recId**

 does all files have sound?


 On 16 September 2014 03:11, Mark Lin mlin40...@gmail.com wrote:

 Hello Maxim,

 no error with the video( popup  icon near the video name

 just compile OM 3.0.3 and checked again and i am facing problem with
 the sound in chrome,
 i can see video but just silent in both rooms - conference and
 interview

 firefox working grate

 windows 7 - can't load pages from dashboard

 2014-09-04 7:37 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 What browser are you using? Is it reproducible on alternative
 browsers? (maybe system sound settings for particular application?)

 do you have any errors in the recordings list? (small exclamation
 icon on the right of the recording, can yoou click on it and check the
 logs?)



 On 3 September 2014 20:20, Mark Lin mlin40...@gmail.com wrote:

 The problems occur just in the record section page
 room type - restricted  conference can see the video but no sound,
 but there is no problem when downloading and play on my pc - can
 see and hear
 room type - interview - black player - no sound, no video  when
 downloading to my pc - nothing happen
 no problem to hear each other
 no problem to upload .avi  .mp4 to whiteboard, can see and here

 Thank you

 what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



 On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window,
 there is no problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file
 but not proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com
 :

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com
 :

 you can copy or make symbolic links to get necessary
 applications in /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4
 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin 
 --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora 
 --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man 
 ~/.manpath
 . ~/.profile

 Thank you


Re: FFMPEG INSTALLATION ERROR make x264

2014-09-17 Thread Maxim Solodovnik
in case you able to watch youtube movies in this Chrome
you should here voice from OM recordings
Additionally you can check system sound preferences for Chrome

On 17 September 2014 16:02, Mark Lin mlin40...@gmail.com wrote:

 What OS... - windows 7

 Are you able to watch YouTube movies... -yes

 2014-09-17 10:53 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 Are you able to watch YouTube movies in this Chrom on this OS?


 On 17 September 2014 15:52, Maxim Solodovnik solomax...@gmail.com wrote:

 Then the problem is in Chrome
 What OS are using to play video from OM in Chrome?

 On 17 September 2014 15:51, Mark Lin mlin40...@gmail.com wrote:

 Yes Sir

 2014-09-17 10:10 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 so both *mp4 and *ogg files are playable in VLC (or other player) and
 have sound?


 On 17 September 2014 15:06, Mark Lin mlin40...@gmail.com wrote:

 *at /streams*
 [image: תמונה מוטבעת 1]

 [image: תמונה מוטבעת 2]


 *at /streams/hibernate*


 *​*

 2014-09-17 4:29 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 Could you list all files you have checked? Chrome playing *.mp4 file
 On Sep 17, 2014 3:38 AM, Mark Lin mlin40...@gmail.com wrote:

 the file are ok as ican download them to my pc and i can heare the
 recording,
 the same with firefox
 so i dont think its the recording.
 i tested it with 2 other pc with chrom and there is no sound

 Thank you

 2014-09-16 5:50 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 can you manually check the files under
 webapps/openmeetings/streams/*roomId*/rec_*recId**
 and
 webapps/openmeetings/streams/hibernate/flvRecording_*recId**

 does all files have sound?


 On 16 September 2014 03:11, Mark Lin mlin40...@gmail.com wrote:

 Hello Maxim,

 no error with the video( popup  icon near the video name

 just compile OM 3.0.3 and checked again and i am facing problem with
 the sound in chrome,
 i can see video but just silent in both rooms - conference and
 interview

 firefox working grate

 windows 7 - can't load pages from dashboard

 2014-09-04 7:37 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 What browser are you using? Is it reproducible on alternative
 browsers? (maybe system sound settings for particular application?)

 do you have any errors in the recordings list? (small exclamation
 icon on the right of the recording, can yoou click on it and check the
 logs?)



 On 3 September 2014 20:20, Mark Lin mlin40...@gmail.com wrote:

 The problems occur just in the record section page
 room type - restricted  conference can see the video but no sound,
 but there is no problem when downloading and play on my pc - can
 see and hear
 room type - interview - black player - no sound, no video  when
 downloading to my pc - nothing happen
 no problem to hear each other
 no problem to upload .avi  .mp4 to whiteboard, can see and here

 Thank you

 what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



 On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window,
 there is no problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file
 but not proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com
 :

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com
 :

 you can copy or make symbolic links to get necessary
 applications in /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4
 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin 
 --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora 
 --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc

Re: FFMPEG INSTALLATION ERROR make x264

2014-09-16 Thread Mark Lin
the file are ok as ican download them to my pc and i can heare the
recording,
the same with firefox
so i dont think its the recording.
i tested it with 2 other pc with chrom and there is no sound

Thank you

2014-09-16 5:50 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 can you manually check the files under
 webapps/openmeetings/streams/*roomId*/rec_*recId**
 and
 webapps/openmeetings/streams/hibernate/flvRecording_*recId**

 does all files have sound?


 On 16 September 2014 03:11, Mark Lin mlin40...@gmail.com wrote:

 Hello Maxim,

 no error with the video( popup  icon near the video name

 just compile OM 3.0.3 and checked again and i am facing problem with the
 sound in chrome,
 i can see video but just silent in both rooms - conference and interview

 firefox working grate

 windows 7 - can't load pages from dashboard

 2014-09-04 7:37 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 What browser are you using? Is it reproducible on alternative browsers?
 (maybe system sound settings for particular application?)

 do you have any errors in the recordings list? (small exclamation icon
 on the right of the recording, can yoou click on it and check the logs?)



 On 3 September 2014 20:20, Mark Lin mlin40...@gmail.com wrote:

 The problems occur just in the record section page
 room type - restricted  conference can see the video but no sound,
 but there is no problem when downloading and play on my pc - can see and
 hear
 room type - interview - black player - no sound, no video  when
 downloading to my pc - nothing happen
 no problem to hear each other
 no problem to upload .avi  .mp4 to whiteboard, can see and here

 Thank you

 what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



 On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window, there is
 no problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file but
 not proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications in
 /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora 
 --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man 
 ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times to build ffmpeg with build x264 as the guide
 shown

 so remove x264 and install it from the debian repository -
 

Re: FFMPEG INSTALLATION ERROR make x264

2014-09-16 Thread Maxim Solodovnik
Could you list all files you have checked? Chrome playing *.mp4 file
On Sep 17, 2014 3:38 AM, Mark Lin mlin40...@gmail.com wrote:

 the file are ok as ican download them to my pc and i can heare the
 recording,
 the same with firefox
 so i dont think its the recording.
 i tested it with 2 other pc with chrom and there is no sound

 Thank you

 2014-09-16 5:50 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 can you manually check the files under
 webapps/openmeetings/streams/*roomId*/rec_*recId**
 and
 webapps/openmeetings/streams/hibernate/flvRecording_*recId**

 does all files have sound?


 On 16 September 2014 03:11, Mark Lin mlin40...@gmail.com wrote:

 Hello Maxim,

 no error with the video( popup  icon near the video name

 just compile OM 3.0.3 and checked again and i am facing problem with the
 sound in chrome,
 i can see video but just silent in both rooms - conference and interview

 firefox working grate

 windows 7 - can't load pages from dashboard

 2014-09-04 7:37 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 What browser are you using? Is it reproducible on alternative browsers?
 (maybe system sound settings for particular application?)

 do you have any errors in the recordings list? (small exclamation icon
 on the right of the recording, can yoou click on it and check the logs?)



 On 3 September 2014 20:20, Mark Lin mlin40...@gmail.com wrote:

 The problems occur just in the record section page
 room type - restricted  conference can see the video but no sound,
 but there is no problem when downloading and play on my pc - can see and
 hear
 room type - interview - black player - no sound, no video  when
 downloading to my pc - nothing happen
 no problem to hear each other
 no problem to upload .avi  .mp4 to whiteboard, can see and here

 Thank you

 what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



 On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window, there is
 no problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file but
 not proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications in
 /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora 
 --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man 
 ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times 

Re: FFMPEG INSTALLATION ERROR make x264

2014-09-15 Thread Mark Lin
Hello Maxim,

no error with the video( popup  icon near the video name

just compile OM 3.0.3 and checked again and i am facing problem with the
sound in chrome,
i can see video but just silent in both rooms - conference and interview

firefox working grate

windows 7 - can't load pages from dashboard

2014-09-04 7:37 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 What browser are you using? Is it reproducible on alternative browsers?
 (maybe system sound settings for particular application?)

 do you have any errors in the recordings list? (small exclamation icon on
 the right of the recording, can yoou click on it and check the logs?)


 On 3 September 2014 20:20, Mark Lin mlin40...@gmail.com wrote:

 The problems occur just in the record section page
 room type - restricted  conference can see the video but no sound,
 but there is no problem when downloading and play on my pc - can see and
 hear
 room type - interview - black player - no sound, no video  when
 downloading to my pc - nothing happen
 no problem to hear each other
 no problem to upload .avi  .mp4 to whiteboard, can see and here

 Thank you

 what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



 On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window, there is
 no problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file but not
 proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications in
 /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man  ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times to build ffmpeg with build x264 as the guide
 shown

 so remove x264 and install it from the debian repository -
 https://packages.debian.org/unstable/graphics/x264

 but ending with the same result.

 someone have an idea?

 Thank you




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax



Re: FFMPEG INSTALLATION ERROR make x264

2014-09-15 Thread Maxim Solodovnik
can you manually check the files under
webapps/openmeetings/streams/*roomId*/rec_*recId**
and
webapps/openmeetings/streams/hibernate/flvRecording_*recId**

does all files have sound?


On 16 September 2014 03:11, Mark Lin mlin40...@gmail.com wrote:

 Hello Maxim,

 no error with the video( popup  icon near the video name

 just compile OM 3.0.3 and checked again and i am facing problem with the
 sound in chrome,
 i can see video but just silent in both rooms - conference and interview

 firefox working grate

 windows 7 - can't load pages from dashboard

 2014-09-04 7:37 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 What browser are you using? Is it reproducible on alternative browsers?
 (maybe system sound settings for particular application?)

 do you have any errors in the recordings list? (small exclamation icon on
 the right of the recording, can yoou click on it and check the logs?)



 On 3 September 2014 20:20, Mark Lin mlin40...@gmail.com wrote:

 The problems occur just in the record section page
 room type - restricted  conference can see the video but no sound,
 but there is no problem when downloading and play on my pc - can see and
 hear
 room type - interview - black player - no sound, no video  when
 downloading to my pc - nothing happen
 no problem to hear each other
 no problem to upload .avi  .mp4 to whiteboard, can see and here

 Thank you

 what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



 On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window, there is
 no problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file but not
 proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications in
 /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man  ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times to build ffmpeg with build x264 as the guide
 shown

 so remove x264 and install it from the debian repository -
 https://packages.debian.org/unstable/graphics/x264

 but ending with the same result.

 someone have an idea?

 Thank you




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




-- 
WBR
Maxim aka 

Re: FFMPEG INSTALLATION ERROR make x264

2014-09-03 Thread Mark Lin
The problems occur just in the record section page
room type - restricted  conference can see the video but no sound,
but there is no problem when downloading and play on my pc - can see and
hear
room type - interview - black player - no sound, no video  when
downloading to my pc - nothing happen
no problem to hear each other
no problem to upload .avi  .mp4 to whiteboard, can see and here

Thank you

what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window, there is no
 problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file but not
 proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications in
 /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man  ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times to build ffmpeg with build x264 as the guide shown

 so remove x264 and install it from the debian repository -
 https://packages.debian.org/unstable/graphics/x264

 but ending with the same result.

 someone have an idea?

 Thank you




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




-- 
WBR
Maxim aka solomax


Re: FFMPEG INSTALLATION ERROR make x264

2014-09-03 Thread Maxim Solodovnik
What browser are you using? Is it reproducible on alternative browsers?
(maybe system sound settings for particular application?)

do you have any errors in the recordings list? (small exclamation icon on
the right of the recording, can yoou click on it and check the logs?)


On 3 September 2014 20:20, Mark Lin mlin40...@gmail.com wrote:

 The problems occur just in the record section page
 room type - restricted  conference can see the video but no sound,
 but there is no problem when downloading and play on my pc - can see and
 hear
 room type - interview - black player - no sound, no video  when
 downloading to my pc - nothing happen
 no problem to hear each other
 no problem to upload .avi  .mp4 to whiteboard, can see and here

 Thank you

 what type of room?
 can you test with 2 participants? can you hear each other?
 you can try to upload *.avi or *.mp4



 On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window, there is
 no problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file but not
 proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications in
 /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man  ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times to build ffmpeg with build x264 as the guide
 shown

 so remove x264 and install it from the debian repository -
 https://packages.debian.org/unstable/graphics/x264

 but ending with the same result.

 someone have an idea?

 Thank you




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




-- 
WBR
Maxim aka solomax


FFMPEG INSTALLATION ERROR make x264

2014-09-01 Thread Mark Lin
Hello
using VPS - debian-6.0-x86_64

trying to install ffmpeg according to -
https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

Related regulations have been installed without any problem...
but when make is end I getting ERROR -

CC  cmdutils.o
CC  ffmpeg_opt.o
CC  ffmpeg_filter.o
LD  ffmpeg_g
/usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
X264_init:libavcodec/libx264.c:677: error: undefined reference to
'x264_encoder_open_142'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1

i tried several times to build ffmpeg with build x264 as the guide shown

so remove x264 and install it from the debian repository -
https://packages.debian.org/unstable/graphics/x264

but ending with the same result.

someone have an idea?

Thank you


Re: FFMPEG INSTALLATION ERROR make x264

2014-09-01 Thread Maxim Solodovnik
I'm using this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu


On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

 CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times to build ffmpeg with build x264 as the guide shown

 so remove x264 and install it from the debian repository -
 https://packages.debian.org/unstable/graphics/x264

 but ending with the same result.

 someone have an idea?

 Thank you




-- 
WBR
Maxim aka solomax


Re: FFMPEG INSTALLATION ERROR make x264

2014-09-01 Thread Mark Lin
Thank you Maxim
 i just finished the ffmpeg installation with sacces.

and command - cd ~/bin  ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv

result -

:~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
  built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
  configuration: --prefix=/root/ffmpeg_build
--extra-cflags=-I/root/ffmpeg_build/include
--extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
--enable-libass --enable-libfdk-aac --enable-libfreetype
--enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
--enable-libvpx --enable-libx264 --enable-nonfree
  libavutil  54.  7.100 / 54.  7.100
  libavcodec 56.  1.100 / 56.  1.100
  libavformat56.  3.100 / 56.  3.100
  libavdevice56.  0.100 / 56.  0.100
  libavfilter 5.  0.103 /  5.  0.103
  libswscale  3.  0.100 /  3.  0.100
  libswresample   1.  1.100 /  1.  1.100
  libpostproc53.  0.100 / 53.  0.100
/root/input.mp4: No such file or directory

But can't see ffmpeg at /usr/local/bin

DO I NEED TO COMMAND

echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man  ~/.manpath
. ~/.profile

Thank you



2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu


 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times to build ffmpeg with build x264 as the guide shown

 so remove x264 and install it from the debian repository -
 https://packages.debian.org/unstable/graphics/x264

 but ending with the same result.

 someone have an idea?

 Thank you




 --
 WBR
 Maxim aka solomax


Re: FFMPEG INSTALLATION ERROR make x264

2014-09-01 Thread Maxim Solodovnik
you can copy or make symbolic links to get necessary applications in
/usr/local/bin/


On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man  ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times to build ffmpeg with build x264 as the guide shown

 so remove x264 and install it from the debian repository -
 https://packages.debian.org/unstable/graphics/x264

 but ending with the same result.

 someone have an idea?

 Thank you




 --
 WBR
 Maxim aka solomax




-- 
WBR
Maxim aka solomax


Re: FFMPEG INSTALLATION ERROR make x264

2014-09-01 Thread Maxim Solodovnik
maybe you can increase user volume?


On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications in
 /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man  ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times to build ffmpeg with build x264 as the guide shown

 so remove x264 and install it from the debian repository -
 https://packages.debian.org/unstable/graphics/x264

 but ending with the same result.

 someone have an idea?

 Thank you




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




-- 
WBR
Maxim aka solomax


Re: FFMPEG INSTALLATION ERROR make x264

2014-09-01 Thread Mark Lin
I tried with increasing user volume but nothing
when i test recording in the edit record streampopup window, there is no
problem, i can hear sound very clearly,
but in the video there is no sound,
any idea? maybe it is related to VPS software installation

and when trying to add it to youtube - i can upload the flv file but not
proccing happen it is just stuck at 0%

Thank you


2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?


 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications in
 /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man  ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times to build ffmpeg with build x264 as the guide shown

 so remove x264 and install it from the debian repository -
 https://packages.debian.org/unstable/graphics/x264

 but ending with the same result.

 someone have an idea?

 Thank you




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax



Re: FFMPEG INSTALLATION ERROR make x264

2014-09-01 Thread Maxim Solodovnik
what type of room?
can you test with 2 participants? can you hear each other?
you can try to upload *.avi or *.mp4


On 2 September 2014 02:25, Mark Lin mlin40...@gmail.com wrote:

 I tried with increasing user volume but nothing
 when i test recording in the edit record streampopup window, there is no
 problem, i can hear sound very clearly,
 but in the video there is no sound,
 any idea? maybe it is related to VPS software installation

 and when trying to add it to youtube - i can upload the flv file but not
 proccing happen it is just stuck at 0%

 Thank you


 2014-09-01 18:40 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 maybe you can increase user volume?



 On 1 September 2014 23:35, Mark Lin mlin40...@gmail.com wrote:

 Ok i copied the ffmpeg to /local/usr/bin and i can record with OP,

 i can see the video
 but can't hear any sound,
 what i should take care of?


 2014-09-01 18:05 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 you can copy or make symbolic links to get necessary applications in
 /usr/local/bin/



 On 1 September 2014 22:56, Mark Lin mlin40...@gmail.com wrote:

 Thank you Maxim
  i just finished the ffmpeg installation with sacces.

 and command - cd ~/bin  ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv

 result -

 :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Sep  1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8)
   configuration: --prefix=/root/ffmpeg_build
 --extra-cflags=-I/root/ffmpeg_build/include
 --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
 --enable-libass --enable-libfdk-aac --enable-libfreetype
 --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  3.100 / 56.  3.100
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  0.103 /  5.  0.103
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 /root/input.mp4: No such file or directory

 But can't see ffmpeg at /usr/local/bin

 DO I NEED TO COMMAND

 echo MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man  ~/.manpath
 . ~/.profile

 Thank you



 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 I'm using this guide
 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



 On 1 September 2014 21:02, Mark Lin mlin40...@gmail.com wrote:

 Hello
 using VPS - debian-6.0-x86_64

 trying to install ffmpeg according to -
 https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264

 Related regulations have been installed without any problem...
 but when make is end I getting ERROR -

  CC  cmdutils.o
 CC  ffmpeg_opt.o
 CC  ffmpeg_filter.o
 LD  ffmpeg_g
 /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function
 X264_init:libavcodec/libx264.c:677: error: undefined reference to
 'x264_encoder_open_142'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1

 i tried several times to build ffmpeg with build x264 as the guide shown

 so remove x264 and install it from the debian repository -
 https://packages.debian.org/unstable/graphics/x264

 but ending with the same result.

 someone have an idea?

 Thank you




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




 --
 WBR
 Maxim aka solomax




-- 
WBR
Maxim aka solomax


OM installation error

2013-12-17 Thread Raju M K
*Hello,*
*Iam trying to install OM 2.2 on ubuntu 12.04 LTS  and i got the following
error.*
*Pl help me.*
*http://localhost:5080/openmeetings/install
http://localhost:5080/openmeetings/install*

OpenMeetings - Loading ...
The server is not yet completely initialized. Please try again in a couple
of seconds.
If this message persists for several minutes contact your
Sys-Administration.
If that message stays forever you should check the logs located in

openmeetings_install_dir/log

folder, probably your database user/pwd/host is wrong!

*Red5 debug report as follows *


Running on  Linux
Starting Red5
Listening for transport dt_socket at address: 8787
Red5 root: /usr/lib/red5
Configuation root: /usr/lib/red5/conf
Selected libraries: (61 items)
file:/usr/lib/red5/red5.jar
file:/usr/lib/red5/lib/bcprov-jdk16-1.45.jar
file:/usr/lib/red5/lib/cglib-jar-2.2.2.jar
file:/usr/lib/red5/lib/log4j-over-slf4j-1.6.4.jar
file:/usr/lib/red5/lib/spring-jdbc-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/jython-standalone-2.5.2.jar
file:/usr/lib/red5/lib/httpcore-4.2.1.jar
file:/usr/lib/red5/lib/spring-orm-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/spring-expression-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/spring-aspects-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/spring-beans-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/commons-collections-3.2.1.jar
file:/usr/lib/red5/lib/spring-context-support-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/com.springsource.org.objectweb.asm-3.2.0.jar
file:/usr/lib/red5/lib/red5-client.jar
file:/usr/lib/red5/lib/geronimo-jpa_2.0_spec-bundle-1.1.jar
file:/usr/lib/red5/lib/mina-core-2.0.4.jar
file:/usr/lib/red5/lib/sysout-over-slf4j-1.0.2.jar
file:/usr/lib/red5/lib/com.springsource.org.mozilla.javascript-1.7.0.R2.jar
file:/usr/lib/red5/lib/ehcache-core-2.5.0.jar
file:/usr/lib/red5/lib/com.springsource.org.objectweb.asm.commons-3.2.0.jar
file:/usr/lib/red5/lib/mina-integration-jmx-2.0.4.jar
file:/usr/lib/red5/lib/commons-beanutils-1.8.3.jar
file:/usr/lib/red5/lib/logback-classic-1.0.3.jar
file:/usr/lib/red5/lib/quartz-1.8.5.jar
file:/usr/lib/red5/lib/com.springsource.javax.xml.stream-1.0.1.jar
file:/usr/lib/red5/lib/spring-asm-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/logback-core-1.0.3.jar
file:/usr/lib/red5/lib/spring-context-support-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/com.springsource.org.antlr-3.1.3.jar
file:/usr/lib/red5/lib/com.springsource.org.aopalliance-1.0.0.jar
file:/usr/lib/red5/lib/spring-webmvc-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/spring-web-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/commons-pool-1.5.6.jar
file:/usr/lib/red5/lib/spring-core-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/spring-aop-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/asm-jar-3.1.jar
file:/usr/lib/red5/lib/spring-context-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/httpclient-4.2.jar
file:/usr/lib/red5/lib/commons-fileupload-jar-1.2.2.jar
file:/usr/lib/red5/lib/com.springsource.net.sf.cglib-2.2.0.jar
file:/usr/lib/red5/lib/jcl-over-slf4j-1.6.4.jar
file:/usr/lib/red5/lib/commons-codec-1.6.jar
file:/usr/lib/red5/lib/xmlrpc-2.0.1.jar
file:/usr/lib/red5/lib/spring-tx-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/commons-lang3-3.1.jar
file:/usr/lib/red5/lib/commons-io-jar-2.1.jar
file:/usr/lib/red5/lib/jruby-1.6.7.2.jar
file:/usr/lib/red5/lib/com.springsource.org.codehaus.groovy-1.7.0.jar
file:/usr/lib/red5/lib/com.springsource.org.apache.xerces-2.9.1.jar
file:/usr/lib/red5/lib/commons-modeler-2.0.1.jar
file:/usr/lib/red5/lib/slf4j-api-1.6.4.jar
file:/usr/lib/red5/lib/mina-integration-beans-2.0.4.jar
file:/usr/lib/red5/lib/jul-to-slf4j-1.6.4.jar
file:/usr/lib/red5/conf/
file:/usr/lib/red5/plugins/
file:/usr/lib/red5/plugins/tomcat-embed-logging-log4j-jar-7.0.42.jar
file:/usr/lib/red5/plugins/tomcat-embed-jasper-jar-7.0.42.jar
file:/usr/lib/red5/plugins/tomcat-embed-core-jar-7.0.42.jar
file:/usr/lib/red5/plugins/tomcat-embed-logging-juli-jar-7.0.42.jar
file:/usr/lib/red5/plugins/tomcatplugin-jar-1.4.jar

Root: /usr/lib/red5
Deploy type: bootstrap
Logback selector: org.red5.logging.LoggingContextSelector
10:12:27,470 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Could NOT find resource [logback.groovy]
10:12:27,471 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Could NOT find resource [logback-test.xml]
10:12:27,471 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Found resource [logback.xml] at [file:/usr/lib/red5/conf/logback.xml]
10:12:27,472 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs multiple times on the classpath.
10:12:27,472 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs at [file:/usr/lib/red5/conf/logback.xml]
10:12:27,473 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs at [file:/usr/lib/red5/conf/logback.xml]
10:12:27,869 |-INFO in
ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute
not set
10:12:27,872 |-INFO in 

Re: OM installation error

2013-12-17 Thread Vasiliy Degtyarev

Please check that port  is available.

Thanks,
Vasiliy


On 17.12.2013 18:30, Raju M K wrote:

dear Vasiliy,
no other OM instances.
Im trying fresh install on Ubuntu 12.04 server on Vmware

Regards.


On Tue, Dec 17, 2013 at 4:41 PM, Vasiliy Degtyarev va...@unipro.ru 
mailto:va...@unipro.ru wrote:


Hello,

It seems that other OM instance is started on your computer.
Please check.

Thanks,
Vasiliy



On 17.12.2013 17 tel:17.12.2013%2017:22, Raju M K wrote:

*Hello,*
*Iam trying to install OM 2.2 on ubuntu 12.04 LTS  and i got the
following error.*
*Pl help me.*
*http://localhost:5080/openmeetings/install*

OpenMeetings - Loading ...
The server is not yet completely initialized. Please try again in
a couple of seconds.
If this message persists for several minutes contact your
Sys-Administration.
If that message stays forever you should check the logs located in

openmeetings_install_dir/log

folder, probably your database user/pwd/host is wrong!
*
*
*Red5 debug report as follows *
*
*
*
*
Running on  Linux
Starting Red5
Listening for transport dt_socket at address: 8787
Red5 root: /usr/lib/red5
Configuation root: /usr/lib/red5/conf
Selected libraries: (61 items)
file:/usr/lib/red5/red5.jar
file:/usr/lib/red5/lib/bcprov-jdk16-1.45.jar
file:/usr/lib/red5/lib/cglib-jar-2.2.2.jar
file:/usr/lib/red5/lib/log4j-over-slf4j-1.6.4.jar
file:/usr/lib/red5/lib/spring-jdbc-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/jython-standalone-2.5.2.jar
file:/usr/lib/red5/lib/httpcore-4.2.1.jar
file:/usr/lib/red5/lib/spring-orm-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/spring-expression-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/spring-aspects-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/spring-beans-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/commons-collections-3.2.1.jar
file:/usr/lib/red5/lib/spring-context-support-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/com.springsource.org.objectweb.asm-3.2.0.jar
file:/usr/lib/red5/lib/red5-client.jar
file:/usr/lib/red5/lib/geronimo-jpa_2.0_spec-bundle-1.1.jar
file:/usr/lib/red5/lib/mina-core-2.0.4.jar
file:/usr/lib/red5/lib/sysout-over-slf4j-1.0.2.jar
file:/usr/lib/red5/lib/com.springsource.org.mozilla.javascript-1.7.0.R2.jar
file:/usr/lib/red5/lib/ehcache-core-2.5.0.jar
file:/usr/lib/red5/lib/com.springsource.org.objectweb.asm.commons-3.2.0.jar
file:/usr/lib/red5/lib/mina-integration-jmx-2.0.4.jar
file:/usr/lib/red5/lib/commons-beanutils-1.8.3.jar
file:/usr/lib/red5/lib/logback-classic-1.0.3.jar
file:/usr/lib/red5/lib/quartz-1.8.5.jar
file:/usr/lib/red5/lib/com.springsource.javax.xml.stream-1.0.1.jar
file:/usr/lib/red5/lib/spring-asm-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/logback-core-1.0.3.jar
file:/usr/lib/red5/lib/spring-context-support-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/com.springsource.org.antlr-3.1.3.jar
file:/usr/lib/red5/lib/com.springsource.org.aopalliance-1.0.0.jar
file:/usr/lib/red5/lib/spring-webmvc-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/spring-web-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/commons-pool-1.5.6.jar
file:/usr/lib/red5/lib/spring-core-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/spring-aop-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/asm-jar-3.1.jar
file:/usr/lib/red5/lib/spring-context-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/httpclient-4.2.jar
file:/usr/lib/red5/lib/commons-fileupload-jar-1.2.2.jar
file:/usr/lib/red5/lib/com.springsource.net.sf.cglib-2.2.0.jar
file:/usr/lib/red5/lib/jcl-over-slf4j-1.6.4.jar
file:/usr/lib/red5/lib/commons-codec-1.6.jar
file:/usr/lib/red5/lib/xmlrpc-2.0.1.jar
file:/usr/lib/red5/lib/spring-tx-jar-3.1.1.RELEASE.jar
file:/usr/lib/red5/lib/commons-lang3-3.1.jar
file:/usr/lib/red5/lib/commons-io-jar-2.1.jar
file:/usr/lib/red5/lib/jruby-1.6.7.2.jar
file:/usr/lib/red5/lib/com.springsource.org.codehaus.groovy-1.7.0.jar
file:/usr/lib/red5/lib/com.springsource.org.apache.xerces-2.9.1.jar
file:/usr/lib/red5/lib/commons-modeler-2.0.1.jar
file:/usr/lib/red5/lib/slf4j-api-1.6.4.jar
file:/usr/lib/red5/lib/mina-integration-beans-2.0.4.jar
file:/usr/lib/red5/lib/jul-to-slf4j-1.6.4.jar
file:/usr/lib/red5/conf/
file:/usr/lib/red5/plugins/
file:/usr/lib/red5/plugins/tomcat-embed-logging-log4j-jar-7.0.42.jar
file:/usr/lib/red5/plugins/tomcat-embed-jasper-jar-7.0.42.jar
file:/usr/lib/red5/plugins/tomcat-embed-core-jar-7.0.42.jar
file:/usr/lib/red5/plugins/tomcat-embed-logging-juli-jar-7.0.42.jar
file:/usr/lib/red5/plugins/tomcatplugin-jar-1.4.jar

Root: /usr/lib/red5
Deploy type: bootstrap
Logback selector: org.red5.logging.LoggingContextSelector
10:12:27,470 |-INFO in
ch.qos.logback.classic.LoggerContext[default] - Could NOT find
resource 

Re: OM installation error

2013-12-17 Thread Raju M K
netstat -l --tcp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State

tcp0  0 localhost:mysql *:* LISTEN

tcp6   0  0 [::]:1935   [::]:*  LISTEN

tcp6   0  0 [::]:   [::]:*  LISTEN

tcp6   0  0 [::]:5080   [::]:*  LISTEN

tcp6   0  0 [::]:38970  [::]:*  LISTEN



On Tue, Dec 17, 2013 at 5:08 PM, Vasiliy Degtyarev va...@unipro.ru wrote:

  Please check that port  is available.

 Thanks,
 Vasiliy



 On 17.12.2013 18:30, Raju M K wrote:

 dear Vasiliy,
 no other OM instances.
 Im trying fresh install on Ubuntu 12.04 server on Vmware

  Regards.


  On Tue, Dec 17, 2013 at 4:41 PM, Vasiliy Degtyarev va...@unipro.ruwrote:

  Hello,

 It seems that other OM instance is started on your computer.
 Please check.

 Thanks,
 Vasiliy



 On 17.12.2013 17:22, Raju M K wrote:

  *Hello,*
 *Iam trying to install OM 2.2 on ubuntu 12.04 LTS  and i got the
 following error.*
 *Pl help me.*
 *http://localhost:5080/openmeetings/install
 http://localhost:5080/openmeetings/install*

  OpenMeetings - Loading ...
 The server is not yet completely initialized. Please try again in a
 couple of seconds.
 If this message persists for several minutes contact your
 Sys-Administration.
 If that message stays forever you should check the logs located in

  openmeetings_install_dir/log

  folder, probably your database user/pwd/host is wrong!

  *Red5 debug report as follows *


  Running on  Linux
 Starting Red5
 Listening for transport dt_socket at address: 8787
 Red5 root: /usr/lib/red5
 Configuation root: /usr/lib/red5/conf
 Selected libraries: (61 items)
 file:/usr/lib/red5/red5.jar
 file:/usr/lib/red5/lib/bcprov-jdk16-1.45.jar
  file:/usr/lib/red5/lib/cglib-jar-2.2.2.jar
 file:/usr/lib/red5/lib/log4j-over-slf4j-1.6.4.jar
 file:/usr/lib/red5/lib/spring-jdbc-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/jython-standalone-2.5.2.jar
 file:/usr/lib/red5/lib/httpcore-4.2.1.jar
 file:/usr/lib/red5/lib/spring-orm-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/spring-expression-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/spring-aspects-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/spring-beans-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/commons-collections-3.2.1.jar
 file:/usr/lib/red5/lib/spring-context-support-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/com.springsource.org.objectweb.asm-3.2.0.jar
 file:/usr/lib/red5/lib/red5-client.jar
 file:/usr/lib/red5/lib/geronimo-jpa_2.0_spec-bundle-1.1.jar
 file:/usr/lib/red5/lib/mina-core-2.0.4.jar
 file:/usr/lib/red5/lib/sysout-over-slf4j-1.0.2.jar

 file:/usr/lib/red5/lib/com.springsource.org.mozilla.javascript-1.7.0.R2.jar
 file:/usr/lib/red5/lib/ehcache-core-2.5.0.jar

 file:/usr/lib/red5/lib/com.springsource.org.objectweb.asm.commons-3.2.0.jar
 file:/usr/lib/red5/lib/mina-integration-jmx-2.0.4.jar
 file:/usr/lib/red5/lib/commons-beanutils-1.8.3.jar
 file:/usr/lib/red5/lib/logback-classic-1.0.3.jar
 file:/usr/lib/red5/lib/quartz-1.8.5.jar
 file:/usr/lib/red5/lib/com.springsource.javax.xml.stream-1.0.1.jar
 file:/usr/lib/red5/lib/spring-asm-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/logback-core-1.0.3.jar
 file:/usr/lib/red5/lib/spring-context-support-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/com.springsource.org.antlr-3.1.3.jar
 file:/usr/lib/red5/lib/com.springsource.org.aopalliance-1.0.0.jar
 file:/usr/lib/red5/lib/spring-webmvc-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/spring-web-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/commons-pool-1.5.6.jar
 file:/usr/lib/red5/lib/spring-core-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/spring-aop-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/asm-jar-3.1.jar
 file:/usr/lib/red5/lib/spring-context-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/httpclient-4.2.jar
 file:/usr/lib/red5/lib/commons-fileupload-jar-1.2.2.jar
 file:/usr/lib/red5/lib/com.springsource.net.sf.cglib-2.2.0.jar
 file:/usr/lib/red5/lib/jcl-over-slf4j-1.6.4.jar
 file:/usr/lib/red5/lib/commons-codec-1.6.jar
 file:/usr/lib/red5/lib/xmlrpc-2.0.1.jar
 file:/usr/lib/red5/lib/spring-tx-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/commons-lang3-3.1.jar
 file:/usr/lib/red5/lib/commons-io-jar-2.1.jar
 file:/usr/lib/red5/lib/jruby-1.6.7.2.jar
 file:/usr/lib/red5/lib/com.springsource.org.codehaus.groovy-1.7.0.jar
 file:/usr/lib/red5/lib/com.springsource.org.apache.xerces-2.9.1.jar
 file:/usr/lib/red5/lib/commons-modeler-2.0.1.jar
 file:/usr/lib/red5/lib/slf4j-api-1.6.4.jar
 file:/usr/lib/red5/lib/mina-integration-beans-2.0.4.jar
 file:/usr/lib/red5/lib/jul-to-slf4j-1.6.4.jar
 file:/usr/lib/red5/conf/
 file:/usr/lib/red5/plugins/
 file:/usr/lib/red5/plugins/tomcat-embed-logging-log4j-jar-7.0.42.jar
 file:/usr/lib/red5/plugins/tomcat-embed-jasper-jar-7.0.42.jar
 file:/usr/lib/red5/plugins/tomcat-embed-core-jar-7.0.42.jar
 

Re: OM installation error

2013-12-17 Thread Raju M K
dear Vasiliy.
what could be the problem?? pl help me.

Regards.


On Tue, Dec 17, 2013 at 5:20 PM, Raju M K mkraju...@gmail.com wrote:

 netstat -l --tcp
 Active Internet connections (only servers)
 Proto Recv-Q Send-Q Local Address   Foreign Address State

 tcp0  0 localhost:mysql *:* LISTEN

 tcp6   0  0 [::]:1935   [::]:*  LISTEN

 tcp6   0  0 [::]:   [::]:*  LISTEN

 tcp6   0  0 [::]:5080   [::]:*  LISTEN

 tcp6   0  0 [::]:38970  [::]:*  LISTEN



 On Tue, Dec 17, 2013 at 5:08 PM, Vasiliy Degtyarev va...@unipro.ruwrote:

  Please check that port  is available.

 Thanks,
 Vasiliy



 On 17.12.2013 18:30, Raju M K wrote:

 dear Vasiliy,
 no other OM instances.
 Im trying fresh install on Ubuntu 12.04 server on Vmware

  Regards.


  On Tue, Dec 17, 2013 at 4:41 PM, Vasiliy Degtyarev va...@unipro.ruwrote:

  Hello,

 It seems that other OM instance is started on your computer.
 Please check.

 Thanks,
 Vasiliy



 On 17.12.2013 17:22, Raju M K wrote:

  *Hello,*
 *Iam trying to install OM 2.2 on ubuntu 12.04 LTS  and i got the
 following error.*
 *Pl help me.*
 *http://localhost:5080/openmeetings/install
 http://localhost:5080/openmeetings/install*

  OpenMeetings - Loading ...
 The server is not yet completely initialized. Please try again in a
 couple of seconds.
 If this message persists for several minutes contact your
 Sys-Administration.
 If that message stays forever you should check the logs located in

  openmeetings_install_dir/log

  folder, probably your database user/pwd/host is wrong!

  *Red5 debug report as follows *


  Running on  Linux
 Starting Red5
 Listening for transport dt_socket at address: 8787
 Red5 root: /usr/lib/red5
 Configuation root: /usr/lib/red5/conf
 Selected libraries: (61 items)
 file:/usr/lib/red5/red5.jar
 file:/usr/lib/red5/lib/bcprov-jdk16-1.45.jar
  file:/usr/lib/red5/lib/cglib-jar-2.2.2.jar
 file:/usr/lib/red5/lib/log4j-over-slf4j-1.6.4.jar
 file:/usr/lib/red5/lib/spring-jdbc-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/jython-standalone-2.5.2.jar
 file:/usr/lib/red5/lib/httpcore-4.2.1.jar
 file:/usr/lib/red5/lib/spring-orm-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/spring-expression-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/spring-aspects-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/spring-beans-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/commons-collections-3.2.1.jar
 file:/usr/lib/red5/lib/spring-context-support-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/com.springsource.org.objectweb.asm-3.2.0.jar
 file:/usr/lib/red5/lib/red5-client.jar
 file:/usr/lib/red5/lib/geronimo-jpa_2.0_spec-bundle-1.1.jar
 file:/usr/lib/red5/lib/mina-core-2.0.4.jar
 file:/usr/lib/red5/lib/sysout-over-slf4j-1.0.2.jar

 file:/usr/lib/red5/lib/com.springsource.org.mozilla.javascript-1.7.0.R2.jar
 file:/usr/lib/red5/lib/ehcache-core-2.5.0.jar

 file:/usr/lib/red5/lib/com.springsource.org.objectweb.asm.commons-3.2.0.jar
 file:/usr/lib/red5/lib/mina-integration-jmx-2.0.4.jar
 file:/usr/lib/red5/lib/commons-beanutils-1.8.3.jar
 file:/usr/lib/red5/lib/logback-classic-1.0.3.jar
 file:/usr/lib/red5/lib/quartz-1.8.5.jar
 file:/usr/lib/red5/lib/com.springsource.javax.xml.stream-1.0.1.jar
 file:/usr/lib/red5/lib/spring-asm-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/logback-core-1.0.3.jar
 file:/usr/lib/red5/lib/spring-context-support-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/com.springsource.org.antlr-3.1.3.jar
 file:/usr/lib/red5/lib/com.springsource.org.aopalliance-1.0.0.jar
 file:/usr/lib/red5/lib/spring-webmvc-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/spring-web-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/commons-pool-1.5.6.jar
 file:/usr/lib/red5/lib/spring-core-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/spring-aop-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/asm-jar-3.1.jar
 file:/usr/lib/red5/lib/spring-context-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/httpclient-4.2.jar
 file:/usr/lib/red5/lib/commons-fileupload-jar-1.2.2.jar
 file:/usr/lib/red5/lib/com.springsource.net.sf.cglib-2.2.0.jar
 file:/usr/lib/red5/lib/jcl-over-slf4j-1.6.4.jar
 file:/usr/lib/red5/lib/commons-codec-1.6.jar
 file:/usr/lib/red5/lib/xmlrpc-2.0.1.jar
 file:/usr/lib/red5/lib/spring-tx-jar-3.1.1.RELEASE.jar
 file:/usr/lib/red5/lib/commons-lang3-3.1.jar
 file:/usr/lib/red5/lib/commons-io-jar-2.1.jar
 file:/usr/lib/red5/lib/jruby-1.6.7.2.jar
 file:/usr/lib/red5/lib/com.springsource.org.codehaus.groovy-1.7.0.jar
 file:/usr/lib/red5/lib/com.springsource.org.apache.xerces-2.9.1.jar
 file:/usr/lib/red5/lib/commons-modeler-2.0.1.jar
 file:/usr/lib/red5/lib/slf4j-api-1.6.4.jar
 file:/usr/lib/red5/lib/mina-integration-beans-2.0.4.jar
 file:/usr/lib/red5/lib/jul-to-slf4j-1.6.4.jar
 file:/usr/lib/red5/conf/
 file:/usr/lib/red5/plugins/
 file:/usr/lib/red5/plugins/tomcat-embed-logging-log4j-jar-7.0.42.jar
 

Re: Installation Error in Windows Server

2013-07-30 Thread Aysha Saddiqa
Build was successful and working in Windows 8 perfectly fine



 From: Artyom Horuzhenko akhor...@gmail.com
To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com 
Sent: Tuesday, July 30, 2013 10:57 AM
Subject: Re: Installation Error in Windows Server
 


I've already seen this message when OM was built with error, try to rebuild.



2013/7/30 Aysha Saddiqa ayshasadd...@yahoo.com

I built it myself. Its working fine on Windows 8.




 From: Artyom Horuzhenko akhor...@gmail.com

To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com 
Sent: Tuesday, July 30, 2013 10:41 AM

Subject: Re: Installation Error in Windows Server
 


Hello,
did you build Openmeetings yourself or download built version?



2013/7/30 Aysha Saddiqa ayshasadd...@yahoo.com

It still doesn't work




 From: Aysha Saddiqa ayshasadd...@yahoo.com
To: john felipe urrego mejia ingenierofelipeurr...@gmail.com; 
user@openmeetings.apache.org user@openmeetings.apache.org 
Sent: Tuesday, July 30, 2013 9:08 AM

Subject: Re: Installation Error in Windows Server
 


I run it but same result




 From: john felipe urrego mejia ingenierofelipeurr...@gmail.com
To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com 
Sent: Monday, July 29, 2013 11:11 PM
Subject: Re: Installation Error in Windows Server
 


Run .bat



2013/7/29 Aysha Saddiqa ayshasadd...@yahoo.com





I did installation like on Windows XP, Window 7 and Windows 8 it is working 
perfectly. Now I have to install on Windows Server but it didn't proceed 
when run file red5.sh. Two files are in log folder. files are attached. 
Kindly consider my issue and let me know how to resove it.


Thanks in advance


Regards,
Aysha









RE: Installation Error in Windows Server

2013-07-30 Thread George Kirkham
Aysha,

 

Did you do a clean build on the Windows Server ? (or did you just copy
over the OpenMeetings build files from your Windows 7/8 to your Windows
Server?) Try doing a build on the Windows server, does it build without
errors ?


Did you install all the supporting software ? (i.e. whatever you
installed on Windows 7/8 have you also installed to your Server ?)


What version of Windows Server is it?  Windows Server 2012 ?

 

What error message if any is displayed?  And what if anything is in the
[openmeetings/red5] log files ?

 

 

Thanks,

 

George Kirkham

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Tuesday, 30 July 2013 4:04 PM
To: user@openmeetings.apache.org
Subject: Re: Installation Error in Windows Server

 

Build was successful and working in Windows 8 perfectly fine

 



From: Artyom Horuzhenko akhor...@gmail.com
To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com

Sent: Tuesday, July 30, 2013 10:57 AM
Subject: Re: Installation Error in Windows Server

 

I've already seen this message when OM was built with error, try to
rebuild.

 

2013/7/30 Aysha Saddiqa ayshasadd...@yahoo.com

I built it myself. Its working fine on Windows 8.

 



From: Artyom Horuzhenko akhor...@gmail.com


To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com


Sent: Tuesday, July 30, 2013 10:41 AM


Subject: Re: Installation Error in Windows Server

 

Hello,

did you build Openmeetings yourself or download built version?

 

2013/7/30 Aysha Saddiqa ayshasadd...@yahoo.com

It still doesn't work

 



From: Aysha Saddiqa ayshasadd...@yahoo.com
To: john felipe urrego mejia ingenierofelipeurr...@gmail.com;
user@openmeetings.apache.org user@openmeetings.apache.org 
Sent: Tuesday, July 30, 2013 9:08 AM


Subject: Re: Installation Error in Windows Server

 

I run it but same result

 



From: john felipe urrego mejia ingenierofelipeurr...@gmail.com
To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com

Sent: Monday, July 29, 2013 11:11 PM
Subject: Re: Installation Error in Windows Server

 

Run .bat

 

2013/7/29 Aysha Saddiqa ayshasadd...@yahoo.com

 

 

I did installation like on Windows XP, Window 7 and Windows 8 it is
working perfectly. Now I have to install on Windows Server but it didn't
proceed when run file red5.sh http://red5.sh/ . Two files are in log
folder. files are attached. Kindly consider my issue and let me know how
to resove it.

 

Thanks in advance

 

Regards,

Aysha

 

 

 

 

 

 

 



Re: Installation Error in Windows Server

2013-07-30 Thread Aysha Saddiqa
Hi George,

I just copied OpenMeetings Build files from Windows 8 to Windows Server. I 
didn't build in Windows Server. I have installed all supporting software and 
working fine/ The version of Windows Server is 2008. The log files are attached.

Thanks,
Aysha



 From: George Kirkham gkirk...@co2crc.com.au
To: user@openmeetings.apache.org 
Sent: Tuesday, July 30, 2013 11:29 AM
Subject: RE: Installation Error in Windows Server
 


Aysha,
 
Did you do a clean build on the Windows Server ? (or did you just copy over the 
OpenMeetings build files from your Windows 7/8 to your Windows Server?) Try 
doing a build on the Windows server, does it build without errors ?

Did you install all the supporting software ? (i.e. whatever you installed on 
Windows 7/8 have you also installed to your Server ?)

What version of Windows Server is it?  Windows Server 2012 ?
 
What error message if any is displayed?  And what if anything is in the  
[openmeetings/red5] log files ?
 
 
Thanks,
 
George Kirkham
 
 
From:Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Tuesday, 30 July 2013 4:04 PM
To: user@openmeetings.apache.org
Subject: Re: Installation Error in Windows Server
 
Build was successful and working in Windows 8 perfectly fine
 



From:Artyom Horuzhenko akhor...@gmail.com
To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com 
Sent: Tuesday, July 30, 2013 10:57 AM
Subject: Re: Installation Error in Windows Server
 
I've already seen this message when OM was built with error, try to rebuild.
 
2013/7/30 Aysha Saddiqa ayshasadd...@yahoo.com
I built it myself. Its working fine on Windows 8.
 



From:Artyom Horuzhenko akhor...@gmail.com

To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com 
Sent:Tuesday, July 30, 2013 10:41 AM

Subject: Re: Installation Error in Windows Server
 
Hello,
did you build Openmeetings yourself or download built version?
 
2013/7/30 Aysha Saddiqa ayshasadd...@yahoo.com
It still doesn't work
 



From:Aysha Saddiqa ayshasadd...@yahoo.com
To: john felipe urrego mejia ingenierofelipeurr...@gmail.com; 
user@openmeetings.apache.org user@openmeetings.apache.org 
Sent: Tuesday, July 30, 2013 9:08 AM

Subject: Re: Installation Error in Windows Server
 
I run it but same result
 



From:john felipe urrego mejia ingenierofelipeurr...@gmail.com
To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com 
Sent: Monday, July 29, 2013 11:11 PM
Subject: Re: Installation Error in Windows Server
 
Run .bat
 
2013/7/29 Aysha Saddiqa ayshasadd...@yahoo.com
 
 
I did installation like on Windows XP, Window 7 and Windows 8 it is working 
perfectly. Now I have to install on Windows Server but it didn't proceed when 
run file red5.sh. Two files are in log folder. files are attached. Kindly 
consider my issue and let me know how to resove it.
 
Thanks in advance
 
Regards,
Aysha

RE: Installation Error in Windows Server

2013-07-30 Thread George Kirkham
Aysha,

 

The log files did not make it through?  Maybe try zipping them first?
And attaching the zipped file?

 

Please try building OpenMeetings on the Server itself and see what
happens.

 

Also check the user that you are running the C:\red5\red5.bat file (or
whatever path you are using) and ensure they have permissions on all the
OpenMeetings files, folders and supporting files.

 

Beyond this I am not sure I can be of much help, but please try to see
if you can do the build on the server and not get any errors.

 

Thanks,

 

George Kirkham

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Tuesday, 30 July 2013 4:35 PM
To: user@openmeetings.apache.org
Subject: Re: Installation Error in Windows Server

 

Hi George,

 

I just copied OpenMeetings Build files from Windows 8 to Windows Server.
I didn't build in Windows Server. I have installed all supporting
software and working fine/ The version of Windows Server is 2008. The
log files are attached.

 

Thanks,

Aysha

 



From: George Kirkham gkirk...@co2crc.com.au
To: user@openmeetings.apache.org 
Sent: Tuesday, July 30, 2013 11:29 AM
Subject: RE: Installation Error in Windows Server

 

Aysha,

 

Did you do a clean build on the Windows Server ? (or did you just copy
over the OpenMeetings build files from your Windows 7/8 to your Windows
Server?) Try doing a build on the Windows server, does it build without
errors ?


Did you install all the supporting software ? (i.e. whatever you
installed on Windows 7/8 have you also installed to your Server ?)


What version of Windows Server is it?  Windows Server 2012 ?

 

What error message if any is displayed?  And what if anything is in the
[openmeetings/red5] log files ?

 

 

Thanks,

 

George Kirkham

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Tuesday, 30 July 2013 4:04 PM
To: user@openmeetings.apache.org
Subject: Re: Installation Error in Windows Server

 

Build was successful and working in Windows 8 perfectly fine

 



From: Artyom Horuzhenko akhor...@gmail.com
To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com

Sent: Tuesday, July 30, 2013 10:57 AM
Subject: Re: Installation Error in Windows Server

 

I've already seen this message when OM was built with error, try to
rebuild.

 

2013/7/30 Aysha Saddiqa ayshasadd...@yahoo.com

I built it myself. Its working fine on Windows 8.

 



From: Artyom Horuzhenko akhor...@gmail.com


To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com


Sent: Tuesday, July 30, 2013 10:41 AM


Subject: Re: Installation Error in Windows Server

 

Hello,

did you build Openmeetings yourself or download built version?

 

2013/7/30 Aysha Saddiqa ayshasadd...@yahoo.com

It still doesn't work

 



From: Aysha Saddiqa ayshasadd...@yahoo.com
To: john felipe urrego mejia ingenierofelipeurr...@gmail.com;
user@openmeetings.apache.org user@openmeetings.apache.org 
Sent: Tuesday, July 30, 2013 9:08 AM


Subject: Re: Installation Error in Windows Server

 

I run it but same result

 



From: john felipe urrego mejia ingenierofelipeurr...@gmail.com
To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com

Sent: Monday, July 29, 2013 11:11 PM
Subject: Re: Installation Error in Windows Server

 

Run .bat

 

2013/7/29 Aysha Saddiqa ayshasadd...@yahoo.com

 

 

I did installation like on Windows XP, Window 7 and Windows 8 it is
working perfectly. Now I have to install on Windows Server but it didn't
proceed when run file red5.sh http://red5.sh/ . Two files are in log
folder. files are attached. Kindly consider my issue and let me know how
to resove it.

 

Thanks in advance

 

Regards,

Aysha

 

 

 

 

 

 

 

 



Re: Installation Error in Windows Server

2013-07-30 Thread Aysha Saddiqa
Now I copied openMeetings new one file and got the error like below:

Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

C:\Users\Administrator.UOG-DNScd c:\red5

c:\red5red5
Starting Red5
Red5 root: c:/red5
Configuation root: c:/red5/conf
Red5 server jar was found
URL list: [file:/c:/red5/red5-server.jar]
Selected libraries: (58 items)
file:/c:/red5/red5-server.jar
file:/c:/red5/lib/antlr-3.1.3.jar
file:/c:/red5/lib/aopalliance-1.0.jar
file:/c:/red5/lib/asm-jar-3.1.jar
file:/c:/red5/lib/bcprov-jdk15on-1.47.jar
file:/c:/red5/lib/cglib-jar-2.2.2.jar
file:/c:/red5/lib/cglib-nodep-2.2.2.jar
file:/c:/red5/lib/commons-beanutils-1.8.3.jar
file:/c:/red5/lib/commons-codec-1.6.jar
file:/c:/red5/lib/commons-collections-20040616.jar
file:/c:/red5/lib/commons-fileupload-jar-1.2.2.jar
file:/c:/red5/lib/commons-io-jar-2.1.jar
file:/c:/red5/lib/commons-lang3-3.1.jar
file:/c:/red5/lib/commons-pool-1.5.6.jar
file:/c:/red5/lib/ehcache-core-2.5.0.jar
file:/c:/red5/lib/geronimo-jpa_2.0_spec-bundle-1.1.jar
file:/c:/red5/lib/groovy-2.0.4.jar
file:/c:/red5/lib/httpclient-4.2.1.jar
file:/c:/red5/lib/httpcore-4.2.1.jar
file:/c:/red5/lib/isoparser-1.0-RC-19-SNAPSHOT.jar
file:/c:/red5/lib/jcl-over-slf4j-1.7.5.jar
file:/c:/red5/lib/jruby-1.6.8.jar
file:/c:/red5/lib/jul-to-slf4j-1.7.5.jar
file:/c:/red5/lib/jython-standalone-2.5.3.jar
file:/c:/red5/lib/log4j-over-slf4j-1.7.5.jar
file:/c:/red5/lib/logback-classic-1.0.13.jar
file:/c:/red5/lib/logback-core-1.0.13.jar
file:/c:/red5/lib/mina-core-2.0.7.jar
file:/c:/red5/lib/mina-integration-beans-2.0.7.jar
file:/c:/red5/lib/mina-integration-jmx-2.0.7.jar
file:/c:/red5/lib/quartz-2.1.6.jar
file:/c:/red5/lib/red5-client-1.0.2-SNAPSHOT.jar
file:/c:/red5/lib/slf4j-api-1.7.5.jar
file:/c:/red5/lib/spring-aop-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-asm-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-aspects-jar-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-beans-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-context-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-context-support-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-context-support-jar-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-core-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-expression-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-jdbc-jar-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-orm-jar-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-test-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-tx-jar-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-web-3.1.1.RELEASE.jar
file:/c:/red5/lib/spring-webmvc-jar-3.1.1.RELEASE.jar
file:/c:/red5/lib/xercesImpl-2.9.1.jar
file:/c:/red5/lib/xmlrpc-2.0.1.jar
file:/c:/red5/conf/
file:/c:/red5/plugins/
file:/c:/red5/plugins/ecj-4.2.2.jar
file:/c:/red5/plugins/tomcat-embed-core-7.0.41.jar
file:/c:/red5/plugins/tomcat-embed-jasper-7.0.41.jar
file:/c:/red5/plugins/tomcat-embed-logging-juli-7.0.41.jar
file:/c:/red5/plugins/tomcat-embed-logging-log4j-7.0.41.jar
file:/c:/red5/plugins/tomcatplugin-1.5.jar

Exception in thread main java.lang.ClassNotFoundException: org.red5.server.Lau
ncher
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at org.red5.server.Bootstrap.bootStrap(Bootstrap.java:115)
        at org.red5.server.Bootstrap.main(Bootstrap.java:48)



 From: George Kirkham gkirk...@co2crc.com.au
To: user@openmeetings.apache.org 
Sent: Tuesday, July 30, 2013 12:14 PM
Subject: RE: Installation Error in Windows Server
 


Aysha,
 
The log files did not make it through?  Maybe try zipping them first? And 
attaching the zipped file?
 
Please try building OpenMeetings on the Server itself and see what happens.
 
Also check the user that you are running the C:\red5\red5.bat file (or whatever 
path you are using) and ensure they have permissions on all the OpenMeetings 
files, folders and supporting files.
 
Beyond this I am not sure I can be of much help, but please try to see if you 
can do the build on the server and not get any errors.
 
Thanks,
 
George Kirkham
 
 
From:Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Tuesday, 30 July 2013 4:35 PM
To: user@openmeetings.apache.org
Subject: Re: Installation Error in Windows Server
 
Hi George,
 
I just copied OpenMeetings Build files from Windows 8 to Windows Server. I 
didn't build in Windows Server. I have installed all supporting software and 
working fine/ The version of Windows Server is 2008. The log files are attached.
 
Thanks,
Aysha
 



From:George Kirkham gkirk...@co2crc.com.au
To: user@openmeetings.apache.org 
Sent: Tuesday, July 30, 2013 11:29 AM
Subject: RE: Installation Error

Installation Error in Windows Server

2013-07-29 Thread Aysha Saddiqa




I did installation like on Windows XP, Window 7 and Windows 8 it is working 
perfectly. Now I have to install on Windows Server but it didn't proceed when 
run file red5.sh. Two files are in log folder. files are attached. Kindly 
consider my issue and let me know how to resove it.

Thanks in advance

Regards,
AyshaStarting Red5
Red5 root: C:/red5
Configuation root: C:/red5/conf
Red5 server jar was found
URL list: [file:/C:/red5/red5-server.jar]
Selected libraries: (58 items)
file:/C:/red5/red5-server.jar
file:/C:/red5/lib/antlr-3.1.3.jar
file:/C:/red5/lib/aopalliance-1.0.jar
file:/C:/red5/lib/asm-jar-3.1.jar
file:/C:/red5/lib/bcprov-jdk15on-1.47.jar
file:/C:/red5/lib/cglib-jar-2.2.2.jar
file:/C:/red5/lib/cglib-nodep-2.2.2.jar
file:/C:/red5/lib/commons-beanutils-1.8.3.jar
file:/C:/red5/lib/commons-codec-1.6.jar
file:/C:/red5/lib/commons-collections-20040616.jar
file:/C:/red5/lib/commons-fileupload-jar-1.2.2.jar
file:/C:/red5/lib/commons-io-jar-2.1.jar
file:/C:/red5/lib/commons-lang3-3.1.jar
file:/C:/red5/lib/commons-pool-1.5.6.jar
file:/C:/red5/lib/ehcache-core-2.5.0.jar
file:/C:/red5/lib/geronimo-jpa_2.0_spec-bundle-1.1.jar
file:/C:/red5/lib/groovy-2.0.4.jar
file:/C:/red5/lib/httpclient-4.2.1.jar
file:/C:/red5/lib/httpcore-4.2.1.jar
file:/C:/red5/lib/isoparser-1.0-RC-19-SNAPSHOT.jar
file:/C:/red5/lib/jcl-over-slf4j-1.7.5.jar
file:/C:/red5/lib/jruby-1.6.8.jar
file:/C:/red5/lib/jul-to-slf4j-1.7.5.jar
file:/C:/red5/lib/jython-standalone-2.5.3.jar
file:/C:/red5/lib/log4j-over-slf4j-1.7.5.jar
file:/C:/red5/lib/logback-classic-1.0.13.jar
file:/C:/red5/lib/logback-core-1.0.13.jar
file:/C:/red5/lib/mina-core-2.0.7.jar
file:/C:/red5/lib/mina-integration-beans-2.0.7.jar
file:/C:/red5/lib/mina-integration-jmx-2.0.7.jar
file:/C:/red5/lib/quartz-2.1.6.jar
file:/C:/red5/lib/red5-client-1.0.2-SNAPSHOT.jar
file:/C:/red5/lib/slf4j-api-1.7.5.jar
file:/C:/red5/lib/spring-aop-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-asm-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-aspects-jar-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-beans-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-context-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-context-support-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-context-support-jar-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-core-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-expression-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-jdbc-jar-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-orm-jar-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-test-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-tx-jar-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-web-3.1.1.RELEASE.jar
file:/C:/red5/lib/spring-webmvc-jar-3.1.1.RELEASE.jar
file:/C:/red5/lib/xercesImpl-2.9.1.jar
file:/C:/red5/lib/xmlrpc-2.0.1.jar
file:/C:/red5/conf/
file:/C:/red5/plugins/
file:/C:/red5/plugins/ecj-4.2.2.jar
file:/C:/red5/plugins/tomcat-embed-core-7.0.41.jar
file:/C:/red5/plugins/tomcat-embed-jasper-7.0.41.jar
file:/C:/red5/plugins/tomcat-embed-logging-juli-7.0.41.jar
file:/C:/red5/plugins/tomcat-embed-logging-log4j-7.0.41.jar
file:/C:/red5/plugins/tomcatplugin-1.5.jar

Root: C:/red5
Deploy type: bootstrap
Logback selector: org.red5.logging.LoggingContextSelector
Setting default logging context: default
[INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.2 $Rev: 4675 $ 
(http://code.google.com/p/red5/)
Red5 Server 1.0.2 $Rev: 4675 $ (http://code.google.com/p/red5/)
Exception java.lang.NoClassDefFoundError: 
org/springframework/context/support/FileSystemXmlApplicationContext


red5.log
Description: Binary data


Re: Installation Error in Windows Server

2013-07-29 Thread john felipe urrego mejia
Run .bat


2013/7/29 Aysha Saddiqa ayshasadd...@yahoo.com



 I did installation like on Windows XP, Window 7 and Windows 8 it is
 working perfectly. Now I have to install on Windows Server but it didn't
 proceed when run file red5.sh. Two files are in log folder. files are
 attached. Kindly consider my issue and let me know how to resove it.

 Thanks in advance

 Regards,
 Aysha



Re: Installation Error in Windows Server

2013-07-29 Thread Aysha Saddiqa
I run it but same result



 From: john felipe urrego mejia ingenierofelipeurr...@gmail.com
To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com 
Sent: Monday, July 29, 2013 11:11 PM
Subject: Re: Installation Error in Windows Server
 


Run .bat



2013/7/29 Aysha Saddiqa ayshasadd...@yahoo.com





I did installation like on Windows XP, Window 7 and Windows 8 it is working 
perfectly. Now I have to install on Windows Server but it didn't proceed when 
run file red5.sh. Two files are in log folder. files are attached. Kindly 
consider my issue and let me know how to resove it.


Thanks in advance


Regards,
Aysha

Re: Installation Error in Windows Server

2013-07-29 Thread Aysha Saddiqa
It still doesn't work



 From: Aysha Saddiqa ayshasadd...@yahoo.com
To: john felipe urrego mejia ingenierofelipeurr...@gmail.com; 
user@openmeetings.apache.org user@openmeetings.apache.org 
Sent: Tuesday, July 30, 2013 9:08 AM
Subject: Re: Installation Error in Windows Server
 


I run it but same result



 From: john felipe urrego mejia ingenierofelipeurr...@gmail.com
To: user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com 
Sent: Monday, July 29, 2013 11:11 PM
Subject: Re: Installation Error in Windows Server
 


Run .bat



2013/7/29 Aysha Saddiqa ayshasadd...@yahoo.com





I did installation like on Windows XP, Window 7 and Windows 8 it is working 
perfectly. Now I have to install on Windows Server but it didn't proceed when 
run file red5.sh. Two files are in log folder. files are attached. Kindly 
consider my issue and let me know how to resove it.


Thanks in advance


Regards,
Aysha

Re: Installation Error in Windows Server

2013-07-29 Thread Artyom Horuzhenko
Hello,
did you build Openmeetings yourself or download built version?


2013/7/30 Aysha Saddiqa ayshasadd...@yahoo.com

 It still doesn't work

   --
  *From:* Aysha Saddiqa ayshasadd...@yahoo.com
 *To:* john felipe urrego mejia ingenierofelipeurr...@gmail.com; 
 user@openmeetings.apache.org user@openmeetings.apache.org
 *Sent:* Tuesday, July 30, 2013 9:08 AM

 *Subject:* Re: Installation Error in Windows Server

 I run it but same result

   --
  *From:* john felipe urrego mejia ingenierofelipeurr...@gmail.com
 *To:* user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com

 *Sent:* Monday, July 29, 2013 11:11 PM
 *Subject:* Re: Installation Error in Windows Server

 Run .bat


 2013/7/29 Aysha Saddiqa ayshasadd...@yahoo.com



 I did installation like on Windows XP, Window 7 and Windows 8 it is
 working perfectly. Now I have to install on Windows Server but it didn't
 proceed when run file red5.sh. Two files are in log folder. files are
 attached. Kindly consider my issue and let me know how to resove it.

 Thanks in advance

 Regards,
 Aysha









Re: Installation Error in Windows Server

2013-07-29 Thread Artyom Horuzhenko
I've already seen this message when OM was built with error, try to rebuild.


2013/7/30 Aysha Saddiqa ayshasadd...@yahoo.com

 I built it myself. Its working fine on Windows 8.

   --
  *From:* Artyom Horuzhenko akhor...@gmail.com

 *To:* user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com

 *Sent:* Tuesday, July 30, 2013 10:41 AM

 *Subject:* Re: Installation Error in Windows Server

 Hello,
 did you build Openmeetings yourself or download built version?


 2013/7/30 Aysha Saddiqa ayshasadd...@yahoo.com

 It still doesn't work

   --
  *From:* Aysha Saddiqa ayshasadd...@yahoo.com
 *To:* john felipe urrego mejia ingenierofelipeurr...@gmail.com; 
 user@openmeetings.apache.org user@openmeetings.apache.org
 *Sent:* Tuesday, July 30, 2013 9:08 AM

 *Subject:* Re: Installation Error in Windows Server

 I run it but same result

   --
  *From:* john felipe urrego mejia ingenierofelipeurr...@gmail.com
 *To:* user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com

 *Sent:* Monday, July 29, 2013 11:11 PM
 *Subject:* Re: Installation Error in Windows Server

 Run .bat


 2013/7/29 Aysha Saddiqa ayshasadd...@yahoo.com



 I did installation like on Windows XP, Window 7 and Windows 8 it is
 working perfectly. Now I have to install on Windows Server but it didn't
 proceed when run file red5.sh. Two files are in log folder. files are
 attached. Kindly consider my issue and let me know how to resove it.

 Thanks in advance

 Regards,
 Aysha