Re: Fwd: customized and change some text

2013-02-21 Thread Mahmut TEKER
Hi, All of these things can be configured in openmeetings, he should go over the apache openmeetings page carefully. On the left menu there are very useful links especially this link is very useful : http://openmeetings.apache.org/WebappNamePath.html (For example; logo information is here )

Re: errors while recording

2013-02-21 Thread Walter Neumann
Hello Maxim and Sebastian, thank you for your answers. I tried to compile the newest version of ffmpeg, but receive this error: libavcodec/libavcodec.a(libx264.o): In function `X264_init': ../ffmpeg/libavcodec/libx264.c:550: undefined reference to `x264_encoder_open_129' collect2: ld gab 1 als

Fwd: customized and change some text

2013-02-21 Thread Clem
I forward this mail to the ML, more appropriate. Message original Sujet: customized and change some text Date : Fri, 22 Feb 2013 01:21:58 +0500 De :Kamran Asif Pour : clemf...@free.fr Hi , I am Karman from Pakistan. I am student in final year. My college has ga

Re: Interest in working on an EC2 guide?

2013-02-21 Thread Matthew
Yes, I want to lock down as much as possible in addition to the EC2 firewall. I don't need clustering for my use case. Dev tool removal was on my list of things to ask about :) Is ANT the only one that needs removal? I'll do a basic adaption of your guide for EC2 if anyone is interested. The

RE: question about invitation default url name

2013-02-21 Thread Stephen Cottham
That’s correct. Info on doing that is on the main webpage and the wiki. If you have issues just mail back. Cheers -Original Message- From: Clem [mailto:clemf...@free.fr] Sent: 21 February 2013 18:03 To: user@openmeetings.apache.org Subject: Re: question about invitation default url n

Re: question about invitation default url name

2013-02-21 Thread Clem
I'll see if we'll need to secure it ... For the moment it's in test, and it works great ! For https I'll have to turn 5080 to 443 I think, I'll read info bout that ... :) Thx Clem Le 21/02/2013 18:45, Stephen Cottham a écrit : You could secure it using SSL certificates then it would be htt

RE: question about invitation default url name

2013-02-21 Thread Stephen Cottham
You could secure it using SSL certificates then it would be https://wconference.xxx.fr Best Regards Stephen Cottham Group IT Manager (Associate) Robert Bird Group Level 5, 333 Ann St Brisbane, Queensland, 4000, Australia Phone: +6173 319 2777 (AUS) Phone: +44207 633 2880 (UK) Fax: +6173 319 2

RE: Interest in working on an EC2 guide?

2013-02-21 Thread Stephen Cottham
Hi Matthew, I'm assuming that you are not relying on the EC2 firewall and want to lock down the server to be stealth apart from the required ports needed for OM? Are you planning on clustering multiple instances and having S3 as your shared data repository? The tools you will need to do this ar

Re: question about invitation default url name

2013-02-21 Thread Clem
Ok, I've fixed my issue, Maxim was right ! In fact it isn't a real dns alias, but a dns redirection (via ovh), so not a real dns, that's why, imho, OM was taking ip and not name. So that's what I have done : Create a A record : wconference.xxx.fr that points to wanip_om_server Connect to http

Interest in working on an EC2 guide?

2013-02-21 Thread Matthew
Is anybody interested in collaborating on an EC2 install guide based on Stephen Cottham's 22/01/2013 Ubuntu 12.10 headless guide? I've got it running, but as I've never administered a server before the learning curve was quite steep. I have worked out all the necessary modifications to the gui

Re: question about invitation default url name

2013-02-21 Thread Maxim Solodovnik
according to the code (and my experience) base URL of the invitation depends only on the URL displayed in the browser while OM is opened lz.Browser.getBaseURL() code is used On Fri, Feb 22, 2013 at 12:23 AM, Alvaro wrote: > > ...could help change: > > /.../red5/webapps/openmeetings/config

RE: question about invitation default url name

2013-02-21 Thread Alvaro
...could help change: /.../red5/webapps/openmeetings/config.xml ...the line: ...to conference.xxx.fr You should say Maxim. .. El jue, 21-02-2013 a las 17:03 +0100, Clem escribió: > The problem is that I open http://conference.xxx.fr in browser, but > url still begins by wanip …

RE: question about invitation default url name

2013-02-21 Thread Clem
The problem is that I open http://conference.xxx.fr in browser, but url still begins by wanip … De : Maxim Solodovnik [mailto:solomax...@gmail.com] Envoyé : jeudi 21 février 2013 16:53 À : Openmeetings user-list Objet : Re: question about invitation default url name The url depends on how

Re: Printing UTF8 chars on whiteboard. Windows client problem

2013-02-21 Thread Vasilis Christaras
My locale is set to en_GB.UTF-8. I'll try changing it but I don't think it'll make much of a difference. you example works for me :( can you run the command "locale" on the server? what is the output? On Thu, Feb 21, 2013 at 9:16 PM, Vasilis Christaras < vasilis.christa...@gmail.com> wrote: > E

Re: question about invitation default url name

2013-02-21 Thread Maxim Solodovnik
The url depends on how you accessing OM. if you open http://conference.xxx.fr in browser and will invite someone the url will be http://conference.xxx.fr in case you open http://wanip_OM_server:5080 and invite you will get http://wanip_OM_server:5080

question about invitation default url name

2013-02-21 Thread Clem
Hello, I’ve an OM server with an DNS Alias http://conference.xxx.fr that points to http://wanip_OM_server:5080 , when we send an invit, the url begins by http://wanip_OM_server:5080 and not by http://conference.xxx.fr . Is there an option to define the defa

Re: Printing UTF8 chars on whiteboard. Windows client problem

2013-02-21 Thread Maxim Solodovnik
you example works for me :( can you run the command "locale" on the server? what is the output? On Thu, Feb 21, 2013 at 9:16 PM, Vasilis Christaras < vasilis.christa...@gmail.com> wrote: > Exactly. I've also tried to login from windows, > login from linux, > paste from linux > but the result was

Re: Printing UTF8 chars on whiteboard. Windows client problem

2013-02-21 Thread Vasilis Christaras
Exactly. I've also tried to login from windows, login from linux, paste from linux but the result was the same. On Feb 21, 2013 2:13 PM, "Maxim Solodovnik" wrote: > Additional question: > What are your steps? > > Run server on Ubuntu > Login from windows > Paste text to wb > ... > > Thanks >

Re: Printing UTF8 chars on whiteboard. Windows client problem

2013-02-21 Thread Maxim Solodovnik
Additional question: What are your steps? Run server on Ubuntu Login from windows Paste text to wb ... Thanks On Feb 21, 2013 9:04 PM, "Vasilis Christaras" wrote: > Hi Maxim, > > I just copied a sample text taken from wikipedia. > http://pastebin.com/QPEhHbQ2 > > Regards, > Vasilis > > > On

Re: Printing UTF8 chars on whiteboard. Windows client problem

2013-02-21 Thread Vasilis Christaras
Hi Maxim, I just copied a sample text taken from wikipedia. http://pastebin.com/QPEhHbQ2 Regards, Vasilis On Thu, Feb 21, 2013 at 12:51 PM, Maxim Solodovnik wrote: > can you send the link to the pastebin with problem text? (to be able to > copy/paste) > Everything works fine with russian UTF-8

Re: Printing UTF8 chars on whiteboard. Windows client problem

2013-02-21 Thread Maxim Solodovnik
can you send the link to the pastebin with problem text? (to be able to copy/paste) Everything works fine with russian UTF-8 text :( On Thu, Feb 21, 2013 at 7:20 PM, Vasilis Christaras < vasilis.christa...@gmail.com> wrote: > Hi all, > > I've just installed Openmeetings on an Ubuntu host. Everyt

Printing UTF8 chars on whiteboard. Windows client problem

2013-02-21 Thread Vasilis Christaras
Hi all, I've just installed Openmeetings on an Ubuntu host. Everything seems to be working ok except for one issue when using a Windows client. I'm trying to type in Greek multi-accented text which is part of standard UTF8. Although everything works find when using a Linux (Ubuntu) client, it does

RE: backup goes to infinite loop

2013-02-21 Thread GoodWay
In revision 1448491 backup back to normal functioning. Thanks! :-) From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Thursday, February 21, 2013 4:21 AM To: Openmeetings user-list Subject: Re: backup goes to infinite loop http://openmeetings.apache.org/BuildInstructions.html

Re: Database Empty

2013-02-21 Thread Aysha Saddiqa
Approximately all steps are done. Can you tell me how to resolve this issue? May it be the reason of port? From: Robert Chalmers To: "user@openmeetings.apache.org" Sent: Thursday, February 21, 2013 12:22 PM Subject: Re: Database Empty I think you should be