You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by "K, Amit (MIND)" <Am...@mind-infotech.com> on 2017/09/07 09:17:04 UTC

OM audio/video issue 4.0.0

Dear Maxim,

Version 4.0.0.

On demo server the audio/video is not working. Is there any issue or this functionality is still need to be implemented. Only one option is showing there "Disabled".

[cid:image001.jpg@01D327E8.2B8E5340]

Thanks,
Amit

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Amit,

in case `git status` displays no changes -> you have the same version as me
and our jenkins build system.
All dependencies are available in Maven cental + couple additional repos
listed in the pom [1]

According your issues:
1) is part of apache wicket 8.0.0-SNAPSHOT
2) part of apache wicket (was introduced in 8.0.0-M7, currently is being
taken from 8.0.0-SNAPSHOT)
3) part of latest release of openjson

Maven should automatically resolve all dependencies to the correct versions
Are you using `-o` (offline) maven switch?

[1] https://github.com/apache/openmeetings/blob/master/pom.xml#L521

On Tue, Sep 12, 2017 at 12:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
wrote:

> Hello Maxim,
>
>
>
> I again pull updated code and no of files are updated V.4.0.0.
>
>
>
> Perhaps few dependencies added/upgraded in POM.
>
>
>
> Due to that I am facing some errors in code like :
>
>
>
> Code is not able to find below classes after maven update:
>
> *1.      **org.apache.wicket.extensions.ajax.AjaxDownloadBehavior;*
>
> *2.      **org.apache.wicket.protocol.ws
> <http://org.apache.wicket.protocol.ws>.WebSocketAwareCsrfPreventionRequestCycleListener;*
>
>
>
> *3.      **public NullStringer(int indent) {*
>
> *                        super(indent); // Showing error The constructor
> JSONStringer(int) is not visible*
>
> *            }*
>
>
>
>
>
> *com.github.openjson.JSONStringer- constructor: No public modifire in
> constructor*
>
>
>
> *JSONStringer(int indentSpaces) {*
>
> *        char[] indentChars = new char[indentSpaces];*
>
> *        Arrays.fill(indentChars, ' ');*
>
> *        indent = new String(indentChars);*
>
> *    }*
>
>
>
> It may be due to some dependencies not resolved correctly.
>
> Can you please share the repo URL from where I can get all correct version
> dependences.
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Monday, September 11, 2017 2:34 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* user@openmeetings.apache.org
> *Subject:* Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0
>
>
>
> could you please check using `git status` that you are using `vanilla`
> code and no files are changed?
>
> Since everything works on demo servers (both updated with today's most
> recent version) I believe the code is OK and should work as expected.
>
> So I expect if you you are observing different behavior:
>
> 1) you have different code base
>
> and/or
>
> 2) there might be some caching issues (clean browser cache might help)
>
>
>
> On Mon, Sep 11, 2017 at 3:54 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Yes Maxim. All the required files are there.
>
>
>
> I did some more debugging and found something:
>
>
>
> 1.       There is a class “ScopeApplicationAdapter” that has method
>
>
>
> “roomConnect(IConnection conn, Object[] params)
>
>
>
> which is called when I click on “Start Recording Test”.
>
>
>
> 2.       In next step (With in a function), It tries to get connection
> parameters :
>
>
>
> Map<String, Object> connParams = getConnParams(params);
>
>
>
> Which returns:
>
>
>
> connParams =  {uid=80c2a564-cb0d-4deb-9744-106fcf854bf0,
> ownerSid=15289473-517e-49a2-b6a4-09c38c7b96c3, nativeSsl=false}
>
>
>
> *(No sid or parentSid exist)*
>
>
>
>
>
> 3.       Below code executes:
>
>
>
> Note: It is declared
>
> *SID_PARAM=sid;
>
> *PARENT_SID_PARAM=parentSid;
>
> Code:
>
>                String sid = (String)connParams.get(SID_PARAM);
>
>                                 if (Strings.isEmpty(sid)) {
>
>                                                 sid =
> (String)connParams.get(PARENT_SID_PARAM);
>
>                                 }
>
>                                 if (Strings.isEmpty(sid)) {
>
>                                                 _log.warn("No Owner SID
> is provided, client is rejected");
>
>                                                 return rejectClient();
>
>                                 }
>
>
>
> So I doubt the parameters passed. Should below parameters contains
> sid/parentSid.
>
>
>
> {uid=80c2a564-cb0d-4deb-9744-106fcf854bf0, ownerSid=15289473-517e-49a2-b6a4-09c38c7b96c3,
> nativeSsl=false}
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Monday, September 11, 2017 1:14 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* user@openmeetings.apache.org
> *Subject:* Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0
>
>
>
> Hello Amit,
>
>
>
> So you have performed full build using maven
>
>
>
> In this case you should have all files in openmeetings-setver/target/server
> (including all swf files created during the build)
>
> Is it true?
>
>
>
>
>
> On Mon, Sep 11, 2017 at 1:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Dear Maxim,
>
>
>
> Please find elaborated steps inline:
>
>
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> *I used tortoise GIt and cloned code to my local machine from:
>
>             https://git-wip-us.apache.org/repos/asf/openmeetings.git
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> *Import above code to eclipse as “Mavem project”
>
> 3.         Updated maven dependencies and changed DB properties.
>
> * Selected all modules by right click and go to maven and updated project
>
> 4.          Clean and build.
>
> *Go to “Run configurationà Maven” and put below command:
>
> clean install -P allModules,unpacked,mysql,default-db-cred
> -DskipTests=true -Dwicket.mode=DEPLOYMENT
>
> It cleans and build successfully.
>
> Thanks,
>
> Amit
>
>
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:54 AM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* user@openmeetings.apache.org
> *Subject:* Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0
>
>
>
> You have "No Owner SID is provided, client is rejected".
>
> Remembering your previous issue: what was you process of building?
>
> What exact steps you made while:
>
>
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> 3.       Updated maven dependencies and changed DB properties.
>
> 4.       Clean and build.
>
>
>
> Have you manually put main.swf into public folder?
>
>
>
> On Fri, Sep 8, 2017 at 1:16 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> I attached OM log file.. It has related logs and showing
> [state:connected/disconnected].
>
>
>
> Other than that on browser (Chrom) it is showing below:
>
>
>
>
>
> (2) ["Camera selected:: [object Camera]", true]
>
> VM818:1 ["Camera Muted"]
>
> VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2
> code="Camera.Unmuted" level="status"]"]
>
> VM820:1 ["Entering getCam ..."]
>
> VM821:1 ["IS NO INTERVIEW "]
>
> VM822:1 ["... getCam DONE [object Camera]"]
>
> VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
>
> VM824:1 ["Entering getMic ..."]
>
> VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
>
> VM826:1 ["canvas.microphoneRateBest: 22"]
>
> VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression:
> true"length: 1__proto__: Array(0)
>
> VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object
> Microphone]"length: 1__proto__: Array(0)
>
> VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0:
> "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length:
> 2__proto__: Array(0)
>
> VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:37 AM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0
>
>
>
> local server ...
>
> Is there anything in the logs?
>
>
>
> On Fri, Sep 8, 2017 at 1:04 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Thanks..
>
>
>
> To make it more clear: AV  on demo server is working fine this error is
> showing at my local server.
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:30 AM
>
>
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Test recording in AV setting dialog ...
>
> I'll double check
>
>
>
> On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Steps I followed:
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> 3.       Updated maven dependencies and changed DB properties.
>
> 4.       Clean and build.
>
> 5.       Start server and run application.
>
> 6.       Install page is opened on browser and I fill all configurations
> like openoffice path etc.
>
> 7.       Now launch application and login.
>
> 8.       Go to my rooms and choose *My conference room * room.
>
> 9.       Now go to camera/mic setting and choose laptop in build cam/mic.
>
> 10.   Allow flash and start test recording. As click on start recording
> it sows below error on browser console.
>
>
>
> *["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
> Few More logs::
>
>
>
> (2) ["Camera selected:: [object Camera]", true]
>
> VM818:1 ["Camera Muted"]
>
> VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2
> code="Camera.Unmuted" level="status"]"]
>
> VM820:1 ["Entering getCam ..."]
>
> VM821:1 ["IS NO INTERVIEW "]
>
> VM822:1 ["... getCam DONE [object Camera]"]
>
> VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
>
> VM824:1 ["Entering getMic ..."]
>
> VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
>
> VM826:1 ["canvas.microphoneRateBest: 22"]
>
> VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression:
> true"length: 1__proto__: Array(0)
>
> VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object
> Microphone]"length: 1__proto__: Array(0)
>
> VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0:
> "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length:
> 2__proto__: Array(0)
>
> VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 8:20 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Are you testing latest "vanilla" 4.0.0?
>
> What are the steps?
>
>
>
> On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> I copy that file and put to correct location and now its working…
>
>
>
> But only audio connection is failed:
>
>
>
> 1.  * ["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
>
>
> *From:* K, Amit (MIND)
> *Sent:* Thursday, September 7, 2017 6:15 PM
> *To:* 'Maxim Solodovnik' <so...@gmail.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* RE: OM audio/video issue 4.0.0
>
>
>
> Thanks Maxim for your reply.
>
>
>
> Now it is working for demo.
>
>
>
> But still I am facing same issue when I configured latest code to my local
> machine.
>
>
>
> It is showing in browser console:
>
>
>
> GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945
> 404 ()
>
>
>
> Is this file realy related to that problem?
>
>
>
> Please advise.
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 2:53 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Hello Amit,
>
>
>
> just have checked: works as expected
>
> Maybe you:
>
> 1) don't have camera installed
>
> 2) somehow globally disable access to the camera in your browser?
>
>
>
>
>
> On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Dear Maxim,
>
>
>
> Version 4.0.0.
>
>
>
> On demo server the audio/video is not working. Is there any issue or this
> functionality is still need to be implemented. Only one option is showing
> there “Disabled”.
>
>
>
>
>
> Thanks,
>
> Amit
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
> ------------------------------
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax

RE: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

Posted by "K, Amit (MIND)" <Am...@mind-infotech.com>.
Hello Maxim,

I again pull updated code and no of files are updated V.4.0.0.

Perhaps few dependencies added/upgraded in POM.

Due to that I am facing some errors in code like :

Code is not able to find below classes after maven update:

1.      org.apache.wicket.extensions.ajax.AjaxDownloadBehavior;

2.      org.apache.wicket.protocol.ws.WebSocketAwareCsrfPreventionRequestCycleListener;


3.      public NullStringer(int indent) {
                        super(indent); // Showing error The constructor JSONStringer(int) is not visible
            }


com.github.openjson.JSONStringer- constructor: No public modifire in constructor

JSONStringer(int indentSpaces) {
        char[] indentChars = new char[indentSpaces];
        Arrays.fill(indentChars, ' ');
        indent = new String(indentChars);
    }

It may be due to some dependencies not resolved correctly.
Can you please share the repo URL from where I can get all correct version dependences.

Thanks,
Amit

From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Monday, September 11, 2017 2:34 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>
Cc: user@openmeetings.apache.org
Subject: Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

could you please check using `git status` that you are using `vanilla` code and no files are changed?
Since everything works on demo servers (both updated with today's most recent version) I believe the code is OK and should work as expected.
So I expect if you you are observing different behavior:
1) you have different code base
and/or
2) there might be some caching issues (clean browser cache might help)

On Mon, Sep 11, 2017 at 3:54 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Yes Maxim. All the required files are there.

I did some more debugging and found something:


1.       There is a class “ScopeApplicationAdapter” that has method



“roomConnect(IConnection conn, Object[] params)



which is called when I click on “Start Recording Test”.



2.       In next step (With in a function), It tries to get connection parameters :



Map<String, Object> connParams = getConnParams(params);



Which returns:

connParams =  {uid=80c2a564-cb0d-4deb-9744-106fcf854bf0, ownerSid=15289473-517e-49a2-b6a4-09c38c7b96c3, nativeSsl=false}

(No sid or parentSid exist)





3.       Below code executes:


Note: It is declared
*SID_PARAM=sid;
*PARENT_SID_PARAM=parentSid;
Code:
               String sid = (String)connParams.get(SID_PARAM);
                                if (Strings.isEmpty(sid)) {
                                                sid = (String)connParams.get(PARENT_SID_PARAM);
                                }
                                if (Strings.isEmpty(sid)) {
                                                _log.warn("No Owner SID is provided, client is rejected");
                                                return rejectClient();
                                }

So I doubt the parameters passed. Should below parameters contains sid/parentSid.

{uid=80c2a564-cb0d-4deb-9744-106fcf854bf0, ownerSid=15289473-517e-49a2-b6a4-09c38c7b96c3, nativeSsl=false}

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com<ma...@gmail.com>]
Sent: Monday, September 11, 2017 1:14 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: user@openmeetings.apache.org<ma...@openmeetings.apache.org>
Subject: Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

Hello Amit,

So you have performed full build using maven

In this case you should have all files in openmeetings-setver/target/server (including all swf files created during the build)
Is it true?


On Mon, Sep 11, 2017 at 1:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Dear Maxim,

Please find elaborated steps inline:


1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

*I used tortoise GIt and cloned code to my local machine from:

            https://git-wip-us.apache.org/repos/asf/openmeetings.git

2.       Import in to eclipse IDE and configure red5 server.

*Import above code to eclipse as “Mavem project”

3.         Updated maven dependencies and changed DB properties.

* Selected all modules by right click and go to maven and updated project

4.          Clean and build.

*Go to “Run configuration--> Maven” and put below command:
clean install -P allModules,unpacked,mysql,default-db-cred -DskipTests=true -Dwicket.mode=DEPLOYMENT

It cleans and build successfully.

Thanks,

Amit


From: Maxim Solodovnik [mailto:solomax666@gmail.com<ma...@gmail.com>]
Sent: Friday, September 8, 2017 11:54 AM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: user@openmeetings.apache.org<ma...@openmeetings.apache.org>
Subject: Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

You have "No Owner SID is provided, client is rejected".
Remembering your previous issue: what was you process of building?
What exact steps you made while:


1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

2.       Import in to eclipse IDE and configure red5 server.

3.       Updated maven dependencies and changed DB properties.

4.       Clean and build.

Have you manually put main.swf into public folder?

On Fri, Sep 8, 2017 at 1:16 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
I attached OM log file.. It has related logs and showing [state:connected/disconnected].

Other than that on browser (Chrom) it is showing below:


(2) ["Camera selected:: [object Camera]", true]
VM818:1 ["Camera Muted"]
VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2 code="Camera.Unmuted" level="status"]"]
VM820:1 ["Entering getCam ..."]
VM821:1 ["IS NO INTERVIEW "]
VM822:1 ["... getCam DONE [object Camera]"]
VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
VM824:1 ["Entering getMic ..."]
VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
VM826:1 ["canvas.microphoneRateBest: 22"]
VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression: true"length: 1__proto__: Array(0)
VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object Microphone]"length: 1__proto__: Array(0)
VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0: "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length: 2__proto__: Array(0)
VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]

Thanks,
Amit

From: Maxim Solodovnik [mailto:solomax666@gmail.com<ma...@gmail.com>]
Sent: Friday, September 8, 2017 11:37 AM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

local server ...
Is there anything in the logs?

On Fri, Sep 8, 2017 at 1:04 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Thanks..

To make it more clear: AV  on demo server is working fine this error is showing at my local server.

Thanks,
Amit

From: Maxim Solodovnik [mailto:solomax666@gmail.com<ma...@gmail.com>]
Sent: Friday, September 8, 2017 11:30 AM

To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Test recording in AV setting dialog ...
I'll double check

On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Steps I followed:

1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

2.       Import in to eclipse IDE and configure red5 server.

3.       Updated maven dependencies and changed DB properties.

4.       Clean and build.

5.       Start server and run application.

6.       Install page is opened on browser and I fill all configurations like openoffice path etc.

7.       Now launch application and login.

8.       Go to my rooms and choose My conference room  room.

9.       Now go to camera/mic setting and choose laptop in build cam/mic.

10.   Allow flash and start test recording. As click on start recording it sows below error on browser console.

["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"

Few More logs::

(2) ["Camera selected:: [object Camera]", true]
VM818:1 ["Camera Muted"]
VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2 code="Camera.Unmuted" level="status"]"]
VM820:1 ["Entering getCam ..."]
VM821:1 ["IS NO INTERVIEW "]
VM822:1 ["... getCam DONE [object Camera]"]
VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
VM824:1 ["Entering getMic ..."]
VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
VM826:1 ["canvas.microphoneRateBest: 22"]
VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression: true"length: 1__proto__: Array(0)
VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object Microphone]"length: 1__proto__: Array(0)
VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0: "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length: 2__proto__: Array(0)
VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 8:20 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Are you testing latest "vanilla" 4.0.0?
What are the steps?

On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
I copy that file and put to correct location and now its working…

But only audio connection is failed:

1.   ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"


From: K, Amit (MIND)
Sent: Thursday, September 7, 2017 6:15 PM
To: 'Maxim Solodovnik' <so...@gmail.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: RE: OM audio/video issue 4.0.0

Thanks Maxim for your reply.

Now it is working for demo.

But still I am facing same issue when I configured latest code to my local machine.

It is showing in browser console:

GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945 404 ()

Is this file realy related to that problem?

Please advise.

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 2:53 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Hello Amit,

just have checked: works as expected
Maybe you:
1) don't have camera installed
2) somehow globally disable access to the camera in your browser?


On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Dear Maxim,

Version 4.0.0.

On demo server the audio/video is not working. Is there any issue or this functionality is still need to be implemented. Only one option is showing there “Disabled”.

[cid:image001.jpg@01D32BB9.C1E327B0]

Thanks,
Amit

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

Posted by Maxim Solodovnik <so...@gmail.com>.
could you please check using `git status` that you are using `vanilla` code
and no files are changed?
Since everything works on demo servers (both updated with today's most
recent version) I believe the code is OK and should work as expected.
So I expect if you you are observing different behavior:
1) you have different code base
and/or
2) there might be some caching issues (clean browser cache might help)

On Mon, Sep 11, 2017 at 3:54 PM, K, Amit (MIND) <Am...@mind-infotech.com>
wrote:

> Yes Maxim. All the required files are there.
>
>
>
> I did some more debugging and found something:
>
>
>
> 1.       There is a class “ScopeApplicationAdapter” that has method
>
>
>
> “roomConnect(IConnection conn, Object[] params)
>
>
>
> which is called when I click on “Start Recording Test”.
>
>
>
> 2.       In next step (With in a function), It tries to get connection
> parameters :
>
>
>
> Map<String, Object> connParams = getConnParams(params);
>
>
>
> Which returns:
>
>
>
> connParams =  {uid=80c2a564-cb0d-4deb-9744-106fcf854bf0,
> ownerSid=15289473-517e-49a2-b6a4-09c38c7b96c3, nativeSsl=false}
>
>
>
> *(No sid or parentSid exist)*
>
>
>
>
>
> 3.       Below code executes:
>
>
>
> Note: It is declared
>
> *SID_PARAM=sid;
>
> *PARENT_SID_PARAM=parentSid;
>
> Code:
>
>                String sid = (String)connParams.get(SID_PARAM);
>
>                                 if (Strings.isEmpty(sid)) {
>
>                                                 sid =
> (String)connParams.get(PARENT_SID_PARAM);
>
>                                 }
>
>                                 if (Strings.isEmpty(sid)) {
>
>                                                 _log.warn("No Owner SID
> is provided, client is rejected");
>
>                                                 return rejectClient();
>
>                                 }
>
>
>
> So I doubt the parameters passed. Should below parameters contains
> sid/parentSid.
>
>
>
> {uid=80c2a564-cb0d-4deb-9744-106fcf854bf0, ownerSid=15289473-517e-49a2-b6a4-09c38c7b96c3,
> nativeSsl=false}
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Monday, September 11, 2017 1:14 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* user@openmeetings.apache.org
> *Subject:* Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0
>
>
>
> Hello Amit,
>
>
>
> So you have performed full build using maven
>
>
>
> In this case you should have all files in openmeetings-setver/target/server
> (including all swf files created during the build)
>
> Is it true?
>
>
>
>
>
> On Mon, Sep 11, 2017 at 1:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Dear Maxim,
>
>
>
> Please find elaborated steps inline:
>
>
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> *I used tortoise GIt and cloned code to my local machine from:
>
>             https://git-wip-us.apache.org/repos/asf/openmeetings.git
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> *Import above code to eclipse as “Mavem project”
>
> 3.         Updated maven dependencies and changed DB properties.
>
> * Selected all modules by right click and go to maven and updated project
>
> 4.          Clean and build.
>
> *Go to “Run configurationà Maven” and put below command:
>
> clean install -P allModules,unpacked,mysql,default-db-cred
> -DskipTests=true -Dwicket.mode=DEPLOYMENT
>
> It cleans and build successfully.
>
> Thanks,
>
> Amit
>
>
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:54 AM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* user@openmeetings.apache.org
> *Subject:* Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0
>
>
>
> You have "No Owner SID is provided, client is rejected".
>
> Remembering your previous issue: what was you process of building?
>
> What exact steps you made while:
>
>
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> 3.       Updated maven dependencies and changed DB properties.
>
> 4.       Clean and build.
>
>
>
> Have you manually put main.swf into public folder?
>
>
>
> On Fri, Sep 8, 2017 at 1:16 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> I attached OM log file.. It has related logs and showing
> [state:connected/disconnected].
>
>
>
> Other than that on browser (Chrom) it is showing below:
>
>
>
>
>
> (2) ["Camera selected:: [object Camera]", true]
>
> VM818:1 ["Camera Muted"]
>
> VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2
> code="Camera.Unmuted" level="status"]"]
>
> VM820:1 ["Entering getCam ..."]
>
> VM821:1 ["IS NO INTERVIEW "]
>
> VM822:1 ["... getCam DONE [object Camera]"]
>
> VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
>
> VM824:1 ["Entering getMic ..."]
>
> VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
>
> VM826:1 ["canvas.microphoneRateBest: 22"]
>
> VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression:
> true"length: 1__proto__: Array(0)
>
> VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object
> Microphone]"length: 1__proto__: Array(0)
>
> VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0:
> "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length:
> 2__proto__: Array(0)
>
> VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:37 AM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0
>
>
>
> local server ...
>
> Is there anything in the logs?
>
>
>
> On Fri, Sep 8, 2017 at 1:04 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Thanks..
>
>
>
> To make it more clear: AV  on demo server is working fine this error is
> showing at my local server.
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:30 AM
>
>
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Test recording in AV setting dialog ...
>
> I'll double check
>
>
>
> On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Steps I followed:
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> 3.       Updated maven dependencies and changed DB properties.
>
> 4.       Clean and build.
>
> 5.       Start server and run application.
>
> 6.       Install page is opened on browser and I fill all configurations
> like openoffice path etc.
>
> 7.       Now launch application and login.
>
> 8.       Go to my rooms and choose *My conference room * room.
>
> 9.       Now go to camera/mic setting and choose laptop in build cam/mic.
>
> 10.   Allow flash and start test recording. As click on start recording
> it sows below error on browser console.
>
>
>
> *["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
> Few More logs::
>
>
>
> (2) ["Camera selected:: [object Camera]", true]
>
> VM818:1 ["Camera Muted"]
>
> VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2
> code="Camera.Unmuted" level="status"]"]
>
> VM820:1 ["Entering getCam ..."]
>
> VM821:1 ["IS NO INTERVIEW "]
>
> VM822:1 ["... getCam DONE [object Camera]"]
>
> VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
>
> VM824:1 ["Entering getMic ..."]
>
> VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
>
> VM826:1 ["canvas.microphoneRateBest: 22"]
>
> VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression:
> true"length: 1__proto__: Array(0)
>
> VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object
> Microphone]"length: 1__proto__: Array(0)
>
> VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0:
> "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length:
> 2__proto__: Array(0)
>
> VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 8:20 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Are you testing latest "vanilla" 4.0.0?
>
> What are the steps?
>
>
>
> On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> I copy that file and put to correct location and now its working…
>
>
>
> But only audio connection is failed:
>
>
>
> 1.  * ["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
>
>
> *From:* K, Amit (MIND)
> *Sent:* Thursday, September 7, 2017 6:15 PM
> *To:* 'Maxim Solodovnik' <so...@gmail.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* RE: OM audio/video issue 4.0.0
>
>
>
> Thanks Maxim for your reply.
>
>
>
> Now it is working for demo.
>
>
>
> But still I am facing same issue when I configured latest code to my local
> machine.
>
>
>
> It is showing in browser console:
>
>
>
> GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945
> 404 ()
>
>
>
> Is this file realy related to that problem?
>
>
>
> Please advise.
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 2:53 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Hello Amit,
>
>
>
> just have checked: works as expected
>
> Maybe you:
>
> 1) don't have camera installed
>
> 2) somehow globally disable access to the camera in your browser?
>
>
>
>
>
> On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Dear Maxim,
>
>
>
> Version 4.0.0.
>
>
>
> On demo server the audio/video is not working. Is there any issue or this
> functionality is still need to be implemented. Only one option is showing
> there “Disabled”.
>
>
>
>
>
> Thanks,
>
> Amit
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
> ------------------------------
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax

RE: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

Posted by "K, Amit (MIND)" <Am...@mind-infotech.com>.
Yes Maxim. All the required files are there.

I did some more debugging and found something:


1.       There is a class “ScopeApplicationAdapter” that has method



“roomConnect(IConnection conn, Object[] params)



which is called when I click on “Start Recording Test”.



2.       In next step (With in a function), It tries to get connection parameters :



Map<String, Object> connParams = getConnParams(params);



Which returns:

connParams =  {uid=80c2a564-cb0d-4deb-9744-106fcf854bf0, ownerSid=15289473-517e-49a2-b6a4-09c38c7b96c3, nativeSsl=false}

(No sid or parentSid exist)





3.       Below code executes:


Note: It is declared
*SID_PARAM=sid;
*PARENT_SID_PARAM=parentSid;
Code:
               String sid = (String)connParams.get(SID_PARAM);
                                if (Strings.isEmpty(sid)) {
                                                sid = (String)connParams.get(PARENT_SID_PARAM);
                                }
                                if (Strings.isEmpty(sid)) {
                                                _log.warn("No Owner SID is provided, client is rejected");
                                                return rejectClient();
                                }

So I doubt the parameters passed. Should below parameters contains sid/parentSid.

{uid=80c2a564-cb0d-4deb-9744-106fcf854bf0, ownerSid=15289473-517e-49a2-b6a4-09c38c7b96c3, nativeSsl=false}

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Monday, September 11, 2017 1:14 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>
Cc: user@openmeetings.apache.org
Subject: Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

Hello Amit,

So you have performed full build using maven

In this case you should have all files in openmeetings-setver/target/server (including all swf files created during the build)
Is it true?


On Mon, Sep 11, 2017 at 1:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Dear Maxim,

Please find elaborated steps inline:


1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

*I used tortoise GIt and cloned code to my local machine from:

            https://git-wip-us.apache.org/repos/asf/openmeetings.git

2.       Import in to eclipse IDE and configure red5 server.

*Import above code to eclipse as “Mavem project”

3.         Updated maven dependencies and changed DB properties.

* Selected all modules by right click and go to maven and updated project

4.          Clean and build.

*Go to “Run configuration--> Maven” and put below command:
clean install -P allModules,unpacked,mysql,default-db-cred -DskipTests=true -Dwicket.mode=DEPLOYMENT

It cleans and build successfully.

Thanks,

Amit


From: Maxim Solodovnik [mailto:solomax666@gmail.com<ma...@gmail.com>]
Sent: Friday, September 8, 2017 11:54 AM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: user@openmeetings.apache.org<ma...@openmeetings.apache.org>
Subject: Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

You have "No Owner SID is provided, client is rejected".
Remembering your previous issue: what was you process of building?
What exact steps you made while:


1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

2.       Import in to eclipse IDE and configure red5 server.

3.       Updated maven dependencies and changed DB properties.

4.       Clean and build.

Have you manually put main.swf into public folder?

On Fri, Sep 8, 2017 at 1:16 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
I attached OM log file.. It has related logs and showing [state:connected/disconnected].

Other than that on browser (Chrom) it is showing below:


(2) ["Camera selected:: [object Camera]", true]
VM818:1 ["Camera Muted"]
VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2 code="Camera.Unmuted" level="status"]"]
VM820:1 ["Entering getCam ..."]
VM821:1 ["IS NO INTERVIEW "]
VM822:1 ["... getCam DONE [object Camera]"]
VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
VM824:1 ["Entering getMic ..."]
VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
VM826:1 ["canvas.microphoneRateBest: 22"]
VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression: true"length: 1__proto__: Array(0)
VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object Microphone]"length: 1__proto__: Array(0)
VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0: "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length: 2__proto__: Array(0)
VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]

Thanks,
Amit

From: Maxim Solodovnik [mailto:solomax666@gmail.com<ma...@gmail.com>]
Sent: Friday, September 8, 2017 11:37 AM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

local server ...
Is there anything in the logs?

On Fri, Sep 8, 2017 at 1:04 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Thanks..

To make it more clear: AV  on demo server is working fine this error is showing at my local server.

Thanks,
Amit

From: Maxim Solodovnik [mailto:solomax666@gmail.com<ma...@gmail.com>]
Sent: Friday, September 8, 2017 11:30 AM

To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Test recording in AV setting dialog ...
I'll double check

On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Steps I followed:

1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

2.       Import in to eclipse IDE and configure red5 server.

3.       Updated maven dependencies and changed DB properties.

4.       Clean and build.

5.       Start server and run application.

6.       Install page is opened on browser and I fill all configurations like openoffice path etc.

7.       Now launch application and login.

8.       Go to my rooms and choose My conference room  room.

9.       Now go to camera/mic setting and choose laptop in build cam/mic.

10.   Allow flash and start test recording. As click on start recording it sows below error on browser console.

["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"

Few More logs::

(2) ["Camera selected:: [object Camera]", true]
VM818:1 ["Camera Muted"]
VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2 code="Camera.Unmuted" level="status"]"]
VM820:1 ["Entering getCam ..."]
VM821:1 ["IS NO INTERVIEW "]
VM822:1 ["... getCam DONE [object Camera]"]
VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
VM824:1 ["Entering getMic ..."]
VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
VM826:1 ["canvas.microphoneRateBest: 22"]
VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression: true"length: 1__proto__: Array(0)
VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object Microphone]"length: 1__proto__: Array(0)
VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0: "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length: 2__proto__: Array(0)
VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 8:20 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Are you testing latest "vanilla" 4.0.0?
What are the steps?

On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
I copy that file and put to correct location and now its working…

But only audio connection is failed:

1.   ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"


From: K, Amit (MIND)
Sent: Thursday, September 7, 2017 6:15 PM
To: 'Maxim Solodovnik' <so...@gmail.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: RE: OM audio/video issue 4.0.0

Thanks Maxim for your reply.

Now it is working for demo.

But still I am facing same issue when I configured latest code to my local machine.

It is showing in browser console:

GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945 404 ()

Is this file realy related to that problem?

Please advise.

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 2:53 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Hello Amit,

just have checked: works as expected
Maybe you:
1) don't have camera installed
2) somehow globally disable access to the camera in your browser?


On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Dear Maxim,

Version 4.0.0.

On demo server the audio/video is not working. Is there any issue or this functionality is still need to be implemented. Only one option is showing there “Disabled”.

[cid:image001.jpg@01D32B09.5BFE2A40]

Thanks,
Amit

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Amit,

So you have performed full build using maven

In this case you should have all files in openmeetings-setver/target/server
(including all swf files created during the build)
Is it true?


On Mon, Sep 11, 2017 at 1:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
wrote:

> Dear Maxim,
>
>
>
> Please find elaborated steps inline:
>
>
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> *I used tortoise GIt and cloned code to my local machine from:
>
>             https://git-wip-us.apache.org/repos/asf/openmeetings.git
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> *Import above code to eclipse as “Mavem project”
>
> 3.         Updated maven dependencies and changed DB properties.
>
> * Selected all modules by right click and go to maven and updated project
>
> 4.          Clean and build.
>
> *Go to “Run configurationà Maven” and put below command:
>
> clean install -P allModules,unpacked,mysql,default-db-cred
> -DskipTests=true -Dwicket.mode=DEPLOYMENT
>
> It cleans and build successfully.
>
> Thanks,
>
> Amit
>
>
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:54 AM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* user@openmeetings.apache.org
> *Subject:* Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0
>
>
>
> You have "No Owner SID is provided, client is rejected".
>
> Remembering your previous issue: what was you process of building?
>
> What exact steps you made while:
>
>
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> 3.       Updated maven dependencies and changed DB properties.
>
> 4.       Clean and build.
>
>
>
> Have you manually put main.swf into public folder?
>
>
>
> On Fri, Sep 8, 2017 at 1:16 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> I attached OM log file.. It has related logs and showing
> [state:connected/disconnected].
>
>
>
> Other than that on browser (Chrom) it is showing below:
>
>
>
>
>
> (2) ["Camera selected:: [object Camera]", true]
>
> VM818:1 ["Camera Muted"]
>
> VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2
> code="Camera.Unmuted" level="status"]"]
>
> VM820:1 ["Entering getCam ..."]
>
> VM821:1 ["IS NO INTERVIEW "]
>
> VM822:1 ["... getCam DONE [object Camera]"]
>
> VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
>
> VM824:1 ["Entering getMic ..."]
>
> VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
>
> VM826:1 ["canvas.microphoneRateBest: 22"]
>
> VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression:
> true"length: 1__proto__: Array(0)
>
> VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object
> Microphone]"length: 1__proto__: Array(0)
>
> VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0:
> "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length:
> 2__proto__: Array(0)
>
> VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:37 AM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0
>
>
>
> local server ...
>
> Is there anything in the logs?
>
>
>
> On Fri, Sep 8, 2017 at 1:04 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Thanks..
>
>
>
> To make it more clear: AV  on demo server is working fine this error is
> showing at my local server.
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:30 AM
>
>
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Test recording in AV setting dialog ...
>
> I'll double check
>
>
>
> On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Steps I followed:
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> 3.       Updated maven dependencies and changed DB properties.
>
> 4.       Clean and build.
>
> 5.       Start server and run application.
>
> 6.       Install page is opened on browser and I fill all configurations
> like openoffice path etc.
>
> 7.       Now launch application and login.
>
> 8.       Go to my rooms and choose *My conference room * room.
>
> 9.       Now go to camera/mic setting and choose laptop in build cam/mic.
>
> 10.   Allow flash and start test recording. As click on start recording
> it sows below error on browser console.
>
>
>
> *["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
> Few More logs::
>
>
>
> (2) ["Camera selected:: [object Camera]", true]
>
> VM818:1 ["Camera Muted"]
>
> VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2
> code="Camera.Unmuted" level="status"]"]
>
> VM820:1 ["Entering getCam ..."]
>
> VM821:1 ["IS NO INTERVIEW "]
>
> VM822:1 ["... getCam DONE [object Camera]"]
>
> VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
>
> VM824:1 ["Entering getMic ..."]
>
> VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
>
> VM826:1 ["canvas.microphoneRateBest: 22"]
>
> VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression:
> true"length: 1__proto__: Array(0)
>
> VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object
> Microphone]"length: 1__proto__: Array(0)
>
> VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0:
> "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length:
> 2__proto__: Array(0)
>
> VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 8:20 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Are you testing latest "vanilla" 4.0.0?
>
> What are the steps?
>
>
>
> On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> I copy that file and put to correct location and now its working…
>
>
>
> But only audio connection is failed:
>
>
>
> 1.  * ["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
>
>
> *From:* K, Amit (MIND)
> *Sent:* Thursday, September 7, 2017 6:15 PM
> *To:* 'Maxim Solodovnik' <so...@gmail.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* RE: OM audio/video issue 4.0.0
>
>
>
> Thanks Maxim for your reply.
>
>
>
> Now it is working for demo.
>
>
>
> But still I am facing same issue when I configured latest code to my local
> machine.
>
>
>
> It is showing in browser console:
>
>
>
> GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945
> 404 ()
>
>
>
> Is this file realy related to that problem?
>
>
>
> Please advise.
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 2:53 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Hello Amit,
>
>
>
> just have checked: works as expected
>
> Maybe you:
>
> 1) don't have camera installed
>
> 2) somehow globally disable access to the camera in your browser?
>
>
>
>
>
> On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Dear Maxim,
>
>
>
> Version 4.0.0.
>
>
>
> On demo server the audio/video is not working. Is there any issue or this
> functionality is still need to be implemented. Only one option is showing
> there “Disabled”.
>
>
>
>
>
> Thanks,
>
> Amit
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
> ------------------------------
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax

RE: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

Posted by "K, Amit (MIND)" <Am...@mind-infotech.com>.
Dear Maxim,

Please find elaborated steps inline:


1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

*I used tortoise GIt and cloned code to my local machine from:

            https://git-wip-us.apache.org/repos/asf/openmeetings.git

2.       Import in to eclipse IDE and configure red5 server.

*Import above code to eclipse as “Mavem project”

3.         Updated maven dependencies and changed DB properties.

* Selected all modules by right click and go to maven and updated project

4.          Clean and build.

*Go to “Run configuration--> Maven” and put below command:
clean install -P allModules,unpacked,mysql,default-db-cred -DskipTests=true -Dwicket.mode=DEPLOYMENT

It cleans and build successfully.

Thanks,

Amit


From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Friday, September 8, 2017 11:54 AM
To: K, Amit (MIND) <Am...@mind-infotech.com>
Cc: user@openmeetings.apache.org
Subject: Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

You have "No Owner SID is provided, client is rejected".
Remembering your previous issue: what was you process of building?
What exact steps you made while:


1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

2.       Import in to eclipse IDE and configure red5 server.

3.       Updated maven dependencies and changed DB properties.

4.       Clean and build.

Have you manually put main.swf into public folder?

On Fri, Sep 8, 2017 at 1:16 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
I attached OM log file.. It has related logs and showing [state:connected/disconnected].

Other than that on browser (Chrom) it is showing below:


(2) ["Camera selected:: [object Camera]", true]
VM818:1 ["Camera Muted"]
VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2 code="Camera.Unmuted" level="status"]"]
VM820:1 ["Entering getCam ..."]
VM821:1 ["IS NO INTERVIEW "]
VM822:1 ["... getCam DONE [object Camera]"]
VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
VM824:1 ["Entering getMic ..."]
VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
VM826:1 ["canvas.microphoneRateBest: 22"]
VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression: true"length: 1__proto__: Array(0)
VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object Microphone]"length: 1__proto__: Array(0)
VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0: "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length: 2__proto__: Array(0)
VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]

Thanks,
Amit

From: Maxim Solodovnik [mailto:solomax666@gmail.com<ma...@gmail.com>]
Sent: Friday, September 8, 2017 11:37 AM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

local server ...
Is there anything in the logs?

On Fri, Sep 8, 2017 at 1:04 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Thanks..

To make it more clear: AV  on demo server is working fine this error is showing at my local server.

Thanks,
Amit

From: Maxim Solodovnik [mailto:solomax666@gmail.com<ma...@gmail.com>]
Sent: Friday, September 8, 2017 11:30 AM

To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Test recording in AV setting dialog ...
I'll double check

On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Steps I followed:

1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

2.       Import in to eclipse IDE and configure red5 server.

3.       Updated maven dependencies and changed DB properties.

4.       Clean and build.

5.       Start server and run application.

6.       Install page is opened on browser and I fill all configurations like openoffice path etc.

7.       Now launch application and login.

8.       Go to my rooms and choose My conference room  room.

9.       Now go to camera/mic setting and choose laptop in build cam/mic.

10.   Allow flash and start test recording. As click on start recording it sows below error on browser console.

["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"

Few More logs::

(2) ["Camera selected:: [object Camera]", true]
VM818:1 ["Camera Muted"]
VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2 code="Camera.Unmuted" level="status"]"]
VM820:1 ["Entering getCam ..."]
VM821:1 ["IS NO INTERVIEW "]
VM822:1 ["... getCam DONE [object Camera]"]
VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
VM824:1 ["Entering getMic ..."]
VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
VM826:1 ["canvas.microphoneRateBest: 22"]
VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression: true"length: 1__proto__: Array(0)
VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object Microphone]"length: 1__proto__: Array(0)
VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0: "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length: 2__proto__: Array(0)
VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 8:20 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Are you testing latest "vanilla" 4.0.0?
What are the steps?

On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
I copy that file and put to correct location and now its working…

But only audio connection is failed:

1.   ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"


From: K, Amit (MIND)
Sent: Thursday, September 7, 2017 6:15 PM
To: 'Maxim Solodovnik' <so...@gmail.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: RE: OM audio/video issue 4.0.0

Thanks Maxim for your reply.

Now it is working for demo.

But still I am facing same issue when I configured latest code to my local machine.

It is showing in browser console:

GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945 404 ()

Is this file realy related to that problem?

Please advise.

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 2:53 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Hello Amit,

just have checked: works as expected
Maybe you:
1) don't have camera installed
2) somehow globally disable access to the camera in your browser?


On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Dear Maxim,

Version 4.0.0.

On demo server the audio/video is not working. Is there any issue or this functionality is still need to be implemented. Only one option is showing there “Disabled”.

[cid:image001.jpg@01D32AF9.339B37B0]

Thanks,
Amit

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

Re: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

Posted by Maxim Solodovnik <so...@gmail.com>.
You have "No Owner SID is provided, client is rejected".
Remembering your previous issue: what was you process of building?
What exact steps you made while:

1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
updated code).

2.       Import in to eclipse IDE and configure red5 server.

3.       Updated maven dependencies and changed DB properties.

4.       Clean and build.

Have you manually put main.swf into public folder?

On Fri, Sep 8, 2017 at 1:16 PM, K, Amit (MIND) <Am...@mind-infotech.com>
wrote:

> I attached OM log file.. It has related logs and showing
> [state:connected/disconnected].
>
>
>
> Other than that on browser (Chrom) it is showing below:
>
>
>
>
>
> (2) ["Camera selected:: [object Camera]", true]
>
> VM818:1 ["Camera Muted"]
>
> VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2
> code="Camera.Unmuted" level="status"]"]
>
> VM820:1 ["Entering getCam ..."]
>
> VM821:1 ["IS NO INTERVIEW "]
>
> VM822:1 ["... getCam DONE [object Camera]"]
>
> VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
>
> VM824:1 ["Entering getMic ..."]
>
> VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
>
> VM826:1 ["canvas.microphoneRateBest: 22"]
>
> VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression:
> true"length: 1__proto__: Array(0)
>
> VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object
> Microphone]"length: 1__proto__: Array(0)
>
> VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0:
> "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length:
> 2__proto__: Array(0)
>
> VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:37 AM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0
>
>
>
> local server ...
>
> Is there anything in the logs?
>
>
>
> On Fri, Sep 8, 2017 at 1:04 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Thanks..
>
>
>
> To make it more clear: AV  on demo server is working fine this error is
> showing at my local server.
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:30 AM
>
>
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Test recording in AV setting dialog ...
>
> I'll double check
>
>
>
> On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Steps I followed:
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> 3.       Updated maven dependencies and changed DB properties.
>
> 4.       Clean and build.
>
> 5.       Start server and run application.
>
> 6.       Install page is opened on browser and I fill all configurations
> like openoffice path etc.
>
> 7.       Now launch application and login.
>
> 8.       Go to my rooms and choose *My conference room * room.
>
> 9.       Now go to camera/mic setting and choose laptop in build cam/mic.
>
> 10.   Allow flash and start test recording. As click on start recording
> it sows below error on browser console.
>
>
>
> *["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
> Few More logs::
>
>
>
> (2) ["Camera selected:: [object Camera]", true]
>
> VM818:1 ["Camera Muted"]
>
> VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2
> code="Camera.Unmuted" level="status"]"]
>
> VM820:1 ["Entering getCam ..."]
>
> VM821:1 ["IS NO INTERVIEW "]
>
> VM822:1 ["... getCam DONE [object Camera]"]
>
> VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
>
> VM824:1 ["Entering getMic ..."]
>
> VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
>
> VM826:1 ["canvas.microphoneRateBest: 22"]
>
> VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression:
> true"length: 1__proto__: Array(0)
>
> VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object
> Microphone]"length: 1__proto__: Array(0)
>
> VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0:
> "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length:
> 2__proto__: Array(0)
>
> VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 8:20 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Are you testing latest "vanilla" 4.0.0?
>
> What are the steps?
>
>
>
> On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> I copy that file and put to correct location and now its working…
>
>
>
> But only audio connection is failed:
>
>
>
> 1.  * ["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
>
>
> *From:* K, Amit (MIND)
> *Sent:* Thursday, September 7, 2017 6:15 PM
> *To:* 'Maxim Solodovnik' <so...@gmail.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* RE: OM audio/video issue 4.0.0
>
>
>
> Thanks Maxim for your reply.
>
>
>
> Now it is working for demo.
>
>
>
> But still I am facing same issue when I configured latest code to my local
> machine.
>
>
>
> It is showing in browser console:
>
>
>
> GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945
> 404 ()
>
>
>
> Is this file realy related to that problem?
>
>
>
> Please advise.
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 2:53 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Hello Amit,
>
>
>
> just have checked: works as expected
>
> Maybe you:
>
> 1) don't have camera installed
>
> 2) somehow globally disable access to the camera in your browser?
>
>
>
>
>
> On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Dear Maxim,
>
>
>
> Version 4.0.0.
>
>
>
> On demo server the audio/video is not working. Is there any issue or this
> functionality is still need to be implemented. Only one option is showing
> there “Disabled”.
>
>
>
>
>
> Thanks,
>
> Amit
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
> ------------------------------
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax

RE: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

Posted by "K, Amit (MIND)" <Am...@mind-infotech.com>.
I attached OM log file.. It has related logs and showing [state:connected/disconnected].

Other than that on browser (Chrom) it is showing below:


(2) ["Camera selected:: [object Camera]", true]
VM818:1 ["Camera Muted"]
VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2 code="Camera.Unmuted" level="status"]"]
VM820:1 ["Entering getCam ..."]
VM821:1 ["IS NO INTERVIEW "]
VM822:1 ["... getCam DONE [object Camera]"]
VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
VM824:1 ["Entering getMic ..."]
VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
VM826:1 ["canvas.microphoneRateBest: 22"]
VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression: true"length: 1__proto__: Array(0)
VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object Microphone]"length: 1__proto__: Array(0)
VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0: "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length: 2__proto__: Array(0)
VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]

Thanks,
Amit

From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Friday, September 8, 2017 11:37 AM
To: K, Amit (MIND) <Am...@mind-infotech.com>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>
Subject: Warning!!!PossibleSpam Re: OM audio/video issue 4.0.0

local server ...
Is there anything in the logs?

On Fri, Sep 8, 2017 at 1:04 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Thanks..

To make it more clear: AV  on demo server is working fine this error is showing at my local server.

Thanks,
Amit

From: Maxim Solodovnik [mailto:solomax666@gmail.com<ma...@gmail.com>]
Sent: Friday, September 8, 2017 11:30 AM

To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Test recording in AV setting dialog ...
I'll double check

On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Steps I followed:

1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

2.       Import in to eclipse IDE and configure red5 server.

3.       Updated maven dependencies and changed DB properties.

4.       Clean and build.

5.       Start server and run application.

6.       Install page is opened on browser and I fill all configurations like openoffice path etc.

7.       Now launch application and login.

8.       Go to my rooms and choose My conference room  room.

9.       Now go to camera/mic setting and choose laptop in build cam/mic.

10.   Allow flash and start test recording. As click on start recording it sows below error on browser console.

["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"

Few More logs::

(2) ["Camera selected:: [object Camera]", true]
VM818:1 ["Camera Muted"]
VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2 code="Camera.Unmuted" level="status"]"]
VM820:1 ["Entering getCam ..."]
VM821:1 ["IS NO INTERVIEW "]
VM822:1 ["... getCam DONE [object Camera]"]
VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
VM824:1 ["Entering getMic ..."]
VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
VM826:1 ["canvas.microphoneRateBest: 22"]
VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression: true"length: 1__proto__: Array(0)
VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object Microphone]"length: 1__proto__: Array(0)
VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0: "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length: 2__proto__: Array(0)
VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 8:20 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Are you testing latest "vanilla" 4.0.0?
What are the steps?

On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
I copy that file and put to correct location and now its working…

But only audio connection is failed:

1.   ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"


From: K, Amit (MIND)
Sent: Thursday, September 7, 2017 6:15 PM
To: 'Maxim Solodovnik' <so...@gmail.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: RE: OM audio/video issue 4.0.0

Thanks Maxim for your reply.

Now it is working for demo.

But still I am facing same issue when I configured latest code to my local machine.

It is showing in browser console:

GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945 404 ()

Is this file realy related to that problem?

Please advise.

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 2:53 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Hello Amit,

just have checked: works as expected
Maybe you:
1) don't have camera installed
2) somehow globally disable access to the camera in your browser?


On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Dear Maxim,

Version 4.0.0.

On demo server the audio/video is not working. Is there any issue or this functionality is still need to be implemented. Only one option is showing there “Disabled”.

[cid:image001.jpg@01D32898.1D7A9830]

Thanks,
Amit

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

Re: OM audio/video issue 4.0.0

Posted by Maxim Solodovnik <so...@gmail.com>.
local server ...
Is there anything in the logs?

On Fri, Sep 8, 2017 at 1:04 PM, K, Amit (MIND) <Am...@mind-infotech.com>
wrote:

> Thanks..
>
>
>
> To make it more clear: AV  on demo server is working fine this error is
> showing at my local server.
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Friday, September 8, 2017 11:30 AM
>
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Test recording in AV setting dialog ...
>
> I'll double check
>
>
>
> On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Steps I followed:
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> 3.       Updated maven dependencies and changed DB properties.
>
> 4.       Clean and build.
>
> 5.       Start server and run application.
>
> 6.       Install page is opened on browser and I fill all configurations
> like openoffice path etc.
>
> 7.       Now launch application and login.
>
> 8.       Go to my rooms and choose *My conference room * room.
>
> 9.       Now go to camera/mic setting and choose laptop in build cam/mic.
>
> 10.   Allow flash and start test recording. As click on start recording
> it sows below error on browser console.
>
>
>
> *["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
> Few More logs::
>
>
>
> (2) ["Camera selected:: [object Camera]", true]
>
> VM818:1 ["Camera Muted"]
>
> VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2
> code="Camera.Unmuted" level="status"]"]
>
> VM820:1 ["Entering getCam ..."]
>
> VM821:1 ["IS NO INTERVIEW "]
>
> VM822:1 ["... getCam DONE [object Camera]"]
>
> VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
>
> VM824:1 ["Entering getMic ..."]
>
> VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
>
> VM826:1 ["canvas.microphoneRateBest: 22"]
>
> VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression:
> true"length: 1__proto__: Array(0)
>
> VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object
> Microphone]"length: 1__proto__: Array(0)
>
> VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0:
> "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length:
> 2__proto__: Array(0)
>
> VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 8:20 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Are you testing latest "vanilla" 4.0.0?
>
> What are the steps?
>
>
>
> On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> I copy that file and put to correct location and now its working…
>
>
>
> But only audio connection is failed:
>
>
>
> 1.  * ["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
>
>
> *From:* K, Amit (MIND)
> *Sent:* Thursday, September 7, 2017 6:15 PM
> *To:* 'Maxim Solodovnik' <so...@gmail.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* RE: OM audio/video issue 4.0.0
>
>
>
> Thanks Maxim for your reply.
>
>
>
> Now it is working for demo.
>
>
>
> But still I am facing same issue when I configured latest code to my local
> machine.
>
>
>
> It is showing in browser console:
>
>
>
> GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945
> 404 ()
>
>
>
> Is this file realy related to that problem?
>
>
>
> Please advise.
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 2:53 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Hello Amit,
>
>
>
> just have checked: works as expected
>
> Maybe you:
>
> 1) don't have camera installed
>
> 2) somehow globally disable access to the camera in your browser?
>
>
>
>
>
> On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Dear Maxim,
>
>
>
> Version 4.0.0.
>
>
>
> On demo server the audio/video is not working. Is there any issue or this
> functionality is still need to be implemented. Only one option is showing
> there “Disabled”.
>
>
>
>
>
> Thanks,
>
> Amit
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
> ------------------------------
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax

RE: OM audio/video issue 4.0.0

Posted by "K, Amit (MIND)" <Am...@mind-infotech.com>.
Thanks..

To make it more clear: AV  on demo server is working fine this error is showing at my local server.

Thanks,
Amit

From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Friday, September 8, 2017 11:30 AM
To: K, Amit (MIND) <Am...@mind-infotech.com>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>
Subject: Re: OM audio/video issue 4.0.0

Test recording in AV setting dialog ...
I'll double check

On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Steps I followed:

1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

2.       Import in to eclipse IDE and configure red5 server.

3.       Updated maven dependencies and changed DB properties.

4.       Clean and build.

5.       Start server and run application.

6.       Install page is opened on browser and I fill all configurations like openoffice path etc.

7.       Now launch application and login.

8.       Go to my rooms and choose My conference room  room.

9.       Now go to camera/mic setting and choose laptop in build cam/mic.

10.   Allow flash and start test recording. As click on start recording it sows below error on browser console.

["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"

Few More logs::

(2) ["Camera selected:: [object Camera]", true]
VM818:1 ["Camera Muted"]
VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2 code="Camera.Unmuted" level="status"]"]
VM820:1 ["Entering getCam ..."]
VM821:1 ["IS NO INTERVIEW "]
VM822:1 ["... getCam DONE [object Camera]"]
VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
VM824:1 ["Entering getMic ..."]
VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
VM826:1 ["canvas.microphoneRateBest: 22"]
VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression: true"length: 1__proto__: Array(0)
VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object Microphone]"length: 1__proto__: Array(0)
VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0: "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length: 2__proto__: Array(0)
VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 8:20 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Are you testing latest "vanilla" 4.0.0?
What are the steps?

On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
I copy that file and put to correct location and now its working…

But only audio connection is failed:

1.   ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"


From: K, Amit (MIND)
Sent: Thursday, September 7, 2017 6:15 PM
To: 'Maxim Solodovnik' <so...@gmail.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: RE: OM audio/video issue 4.0.0

Thanks Maxim for your reply.

Now it is working for demo.

But still I am facing same issue when I configured latest code to my local machine.

It is showing in browser console:

GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945 404 ()

Is this file realy related to that problem?

Please advise.

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 2:53 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Hello Amit,

just have checked: works as expected
Maybe you:
1) don't have camera installed
2) somehow globally disable access to the camera in your browser?


On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Dear Maxim,

Version 4.0.0.

On demo server the audio/video is not working. Is there any issue or this functionality is still need to be implemented. Only one option is showing there “Disabled”.

[cid:image001.jpg@01D32896.775BD9B0]

Thanks,
Amit

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

Re: OM audio/video issue 4.0.0

Posted by Maxim Solodovnik <so...@gmail.com>.
Just have checked
works for me (tested locally)

On Fri, Sep 8, 2017 at 1:00 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> Test recording in AV setting dialog ...
> I'll double check
>
> On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
>> Steps I followed:
>>
>> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
>> updated code).
>>
>> 2.       Import in to eclipse IDE and configure red5 server.
>>
>> 3.       Updated maven dependencies and changed DB properties.
>>
>> 4.       Clean and build.
>>
>> 5.       Start server and run application.
>>
>> 6.       Install page is opened on browser and I fill all configurations
>> like openoffice path etc.
>>
>> 7.       Now launch application and login.
>>
>> 8.       Go to my rooms and choose *My conference room * room.
>>
>> 9.       Now go to camera/mic setting and choose laptop in build cam/mic.
>>
>> 10.   Allow flash and start test recording. As click on start recording
>> it sows below error on browser console.
>>
>>
>>
>> *["NetConnection is not
>> connected", "rtmp://localhost:1935/openmeetings/1"]*
>>
>> 1.  0:"NetConnection is not connected"
>>
>> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>>
>>
>>
>> Few More logs::
>>
>>
>>
>> (2) ["Camera selected:: [object Camera]", true]
>>
>> VM818:1 ["Camera Muted"]
>>
>> VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2
>> code="Camera.Unmuted" level="status"]"]
>>
>> VM820:1 ["Entering getCam ..."]
>>
>> VM821:1 ["IS NO INTERVIEW "]
>>
>> VM822:1 ["... getCam DONE [object Camera]"]
>>
>> VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
>>
>> VM824:1 ["Entering getMic ..."]
>>
>> VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
>>
>> VM826:1 ["canvas.microphoneRateBest: 22"]
>>
>> VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression:
>> true"length: 1__proto__: Array(0)
>>
>> VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object
>> Microphone]"length: 1__proto__: Array(0)
>>
>> VM829:1 (2) ["NetConnection is not connected",
>> "rtmp://localhost:1935/openmeetings/1"]0: "NetConnection is not
>> connected"1: "rtmp://localhost:1935/openmeetings/1"length: 2__proto__:
>> Array(0)
>>
>> VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]
>>
>>
>>
>> Thanks,
>>
>> Amit
>>
>> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
>> <so...@gmail.com>]
>> *Sent:* Thursday, September 7, 2017 8:20 PM
>> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
>> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
>> *Subject:* Re: OM audio/video issue 4.0.0
>>
>>
>>
>> Are you testing latest "vanilla" 4.0.0?
>>
>> What are the steps?
>>
>>
>>
>> On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
>> wrote:
>>
>> I copy that file and put to correct location and now its working…
>>
>>
>>
>> But only audio connection is failed:
>>
>>
>>
>> 1.  * ["NetConnection is not
>> connected", "rtmp://localhost:1935/openmeetings/1"]*
>>
>> 1.  0:"NetConnection is not connected"
>>
>> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>>
>>
>>
>>
>>
>> *From:* K, Amit (MIND)
>> *Sent:* Thursday, September 7, 2017 6:15 PM
>> *To:* 'Maxim Solodovnik' <so...@gmail.com>
>> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
>> *Subject:* RE: OM audio/video issue 4.0.0
>>
>>
>>
>> Thanks Maxim for your reply.
>>
>>
>>
>> Now it is working for demo.
>>
>>
>>
>> But still I am facing same issue when I configured latest code to my
>> local machine.
>>
>>
>>
>> It is showing in browser console:
>>
>>
>>
>> GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945
>> 404 ()
>>
>>
>>
>> Is this file realy related to that problem?
>>
>>
>>
>> Please advise.
>>
>>
>>
>> Thanks,
>>
>> Amit
>>
>> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
>> <so...@gmail.com>]
>> *Sent:* Thursday, September 7, 2017 2:53 PM
>> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
>> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
>> *Subject:* Re: OM audio/video issue 4.0.0
>>
>>
>>
>> Hello Amit,
>>
>>
>>
>> just have checked: works as expected
>>
>> Maybe you:
>>
>> 1) don't have camera installed
>>
>> 2) somehow globally disable access to the camera in your browser?
>>
>>
>>
>>
>>
>> On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>
>> wrote:
>>
>> Dear Maxim,
>>
>>
>>
>> Version 4.0.0.
>>
>>
>>
>> On demo server the audio/video is not working. Is there any issue or this
>> functionality is still need to be implemented. Only one option is showing
>> there “Disabled”.
>>
>>
>>
>>
>>
>> Thanks,
>>
>> Amit
>>
>>
>> ------------------------------
>>
>>
>> The information contained in this electronic message and any attachments
>> to this message are intended for the exclusive use of the addressee(s) and
>> may contain proprietary, confidential or privileged information. If you are
>> not the intended recipient, you should not disseminate, distribute or copy
>> this e-mail. Please notify the sender immediately and destroy all copies of
>> this message and any attachments. WARNING: Computer viruses can be
>> transmitted via email. The recipient should check this email and any
>> attachments for the presence of viruses. The company accepts no liability
>> for any damage caused by any virus/trojan/worms/malicious code transmitted
>> by this email. www.motherson.com
>>
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>> ------------------------------
>>
>>
>> The information contained in this electronic message and any attachments
>> to this message are intended for the exclusive use of the addressee(s) and
>> may contain proprietary, confidential or privileged information. If you are
>> not the intended recipient, you should not disseminate, distribute or copy
>> this e-mail. Please notify the sender immediately and destroy all copies of
>> this message and any attachments. WARNING: Computer viruses can be
>> transmitted via email. The recipient should check this email and any
>> attachments for the presence of viruses. The company accepts no liability
>> for any damage caused by any virus/trojan/worms/malicious code transmitted
>> by this email. www.motherson.com
>>
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>> ------------------------------
>>
>> The information contained in this electronic message and any attachments
>> to this message are intended for the exclusive use of the addressee(s) and
>> may contain proprietary, confidential or privileged information. If you are
>> not the intended recipient, you should not disseminate, distribute or copy
>> this e-mail. Please notify the sender immediately and destroy all copies of
>> this message and any attachments. WARNING: Computer viruses can be
>> transmitted via email. The recipient should check this email and any
>> attachments for the presence of viruses. The company accepts no liability
>> for any damage caused by any virus/trojan/worms/malicious code transmitted
>> by this email. www.motherson.com
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: OM audio/video issue 4.0.0

Posted by Maxim Solodovnik <so...@gmail.com>.
Test recording in AV setting dialog ...
I'll double check

On Fri, Sep 8, 2017 at 12:28 PM, K, Amit (MIND) <Am...@mind-infotech.com>
wrote:

> Steps I followed:
>
> 1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got
> updated code).
>
> 2.       Import in to eclipse IDE and configure red5 server.
>
> 3.       Updated maven dependencies and changed DB properties.
>
> 4.       Clean and build.
>
> 5.       Start server and run application.
>
> 6.       Install page is opened on browser and I fill all configurations
> like openoffice path etc.
>
> 7.       Now launch application and login.
>
> 8.       Go to my rooms and choose *My conference room * room.
>
> 9.       Now go to camera/mic setting and choose laptop in build cam/mic.
>
> 10.   Allow flash and start test recording. As click on start recording
> it sows below error on browser console.
>
>
>
> *["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
> Few More logs::
>
>
>
> (2) ["Camera selected:: [object Camera]", true]
>
> VM818:1 ["Camera Muted"]
>
> VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2
> code="Camera.Unmuted" level="status"]"]
>
> VM820:1 ["Entering getCam ..."]
>
> VM821:1 ["IS NO INTERVIEW "]
>
> VM822:1 ["... getCam DONE [object Camera]"]
>
> VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
>
> VM824:1 ["Entering getMic ..."]
>
> VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
>
> VM826:1 ["canvas.microphoneRateBest: 22"]
>
> VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression:
> true"length: 1__proto__: Array(0)
>
> VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object
> Microphone]"length: 1__proto__: Array(0)
>
> VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0:
> "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length:
> 2__proto__: Array(0)
>
> VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 8:20 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Are you testing latest "vanilla" 4.0.0?
>
> What are the steps?
>
>
>
> On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> I copy that file and put to correct location and now its working…
>
>
>
> But only audio connection is failed:
>
>
>
> 1.  * ["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
>
>
> *From:* K, Amit (MIND)
> *Sent:* Thursday, September 7, 2017 6:15 PM
> *To:* 'Maxim Solodovnik' <so...@gmail.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* RE: OM audio/video issue 4.0.0
>
>
>
> Thanks Maxim for your reply.
>
>
>
> Now it is working for demo.
>
>
>
> But still I am facing same issue when I configured latest code to my local
> machine.
>
>
>
> It is showing in browser console:
>
>
>
> GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945
> 404 ()
>
>
>
> Is this file realy related to that problem?
>
>
>
> Please advise.
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 2:53 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Hello Amit,
>
>
>
> just have checked: works as expected
>
> Maybe you:
>
> 1) don't have camera installed
>
> 2) somehow globally disable access to the camera in your browser?
>
>
>
>
>
> On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Dear Maxim,
>
>
>
> Version 4.0.0.
>
>
>
> On demo server the audio/video is not working. Is there any issue or this
> functionality is still need to be implemented. Only one option is showing
> there “Disabled”.
>
>
>
>
>
> Thanks,
>
> Amit
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
> ------------------------------
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax

RE: OM audio/video issue 4.0.0

Posted by "K, Amit (MIND)" <Am...@mind-infotech.com>.
Steps I followed:

1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

2.       Import in to eclipse IDE and configure red5 server.

3.       Updated maven dependencies and changed DB properties.

4.       Clean and build.

5.       Start server and run application.

6.       Install page is opened on browser and I fill all configurations like openoffice path etc.

7.       Now launch application and login.

8.       Go to my rooms and choose My conference room  room.

9.       Now go to camera/mic setting and choose laptop in build cam/mic.

10.   Allow flash and start test recording. As click on start recording it sows below error on browser console.

["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"

Few More logs::

(2) ["Camera selected:: [object Camera]", true]
VM818:1 ["Camera Muted"]
VM819:1 ["cameraStatusHandler! [StatusEvent type="status" bu…ventPhase=2 code="Camera.Unmuted" level="status"]"]
VM820:1 ["Entering getCam ..."]
VM821:1 ["IS NO INTERVIEW "]
VM822:1 ["... getCam DONE [object Camera]"]
VM823:1 ["BroadcastId = 95CCBAEE-CAA3-483B-51DE-5FF4FADC62C0"]
VM824:1 ["Entering getMic ..."]
VM825:1 ["echoPath set to 256, [object MicrophoneEnhancedOptions]"]
VM826:1 ["canvas.microphoneRateBest: 22"]
VM827:1 ["canvas.echoSuppression: true"]0: "canvas.echoSuppression: true"length: 1__proto__: Array(0)
VM828:1 ["... getMic DONE[object Microphone]"]0: "... getMic DONE[object Microphone]"length: 1__proto__: Array(0)
VM829:1 (2) ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]0: "NetConnection is not connected"1: "rtmp://localhost:1935/openmeetings/1"length: 2__proto__: Array(0)
VM831:1 ["ConnectionStatus: NetConnection.Connect.Failed"]

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 8:20 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Are you testing latest "vanilla" 4.0.0?
What are the steps?

On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
I copy that file and put to correct location and now its working…

But only audio connection is failed:

1.   ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"


From: K, Amit (MIND)
Sent: Thursday, September 7, 2017 6:15 PM
To: 'Maxim Solodovnik' <so...@gmail.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: RE: OM audio/video issue 4.0.0

Thanks Maxim for your reply.

Now it is working for demo.

But still I am facing same issue when I configured latest code to my local machine.

It is showing in browser console:

GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945 404 ()

Is this file realy related to that problem?

Please advise.

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 2:53 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Hello Amit,

just have checked: works as expected
Maybe you:
1) don't have camera installed
2) somehow globally disable access to the camera in your browser?


On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Dear Maxim,

Version 4.0.0.

On demo server the audio/video is not working. Is there any issue or this functionality is still need to be implemented. Only one option is showing there “Disabled”.

[cid:image001.jpg@01D32891.751DC2D0]

Thanks,
Amit

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

RE: OM audio/video issue 4.0.0

Posted by "K, Amit (MIND)" <Am...@mind-infotech.com>.
Steps I followed:

1.       I checked out the latest 4.0.0 from OM repo. (Yesterday I got updated code).

2.       Import in to eclipse IDE and configure red5 server.

3.       Updated maven dependencies and changed DB properties.

4.       Clean and build.

5.       Start server and run application.

6.       Install page is opened on browser and I fill all configurations like openoffice path etc.

7.       Now launch application and login.

8.       Go to my rooms and choose My conference room  room.

9.       Now go to camera/mic setting and choose laptop in build cam/mic.

10.   Allow flash and start test recording. As click on start recording it sows below error on browser console.

["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 8:20 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>
Subject: Re: OM audio/video issue 4.0.0

Are you testing latest "vanilla" 4.0.0?
What are the steps?

On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
I copy that file and put to correct location and now its working…

But only audio connection is failed:

1.   ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"


From: K, Amit (MIND)
Sent: Thursday, September 7, 2017 6:15 PM
To: 'Maxim Solodovnik' <so...@gmail.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: RE: OM audio/video issue 4.0.0

Thanks Maxim for your reply.

Now it is working for demo.

But still I am facing same issue when I configured latest code to my local machine.

It is showing in browser console:

GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945 404 ()

Is this file realy related to that problem?

Please advise.

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 2:53 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Hello Amit,

just have checked: works as expected
Maybe you:
1) don't have camera installed
2) somehow globally disable access to the camera in your browser?


On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Dear Maxim,

Version 4.0.0.

On demo server the audio/video is not working. Is there any issue or this functionality is still need to be implemented. Only one option is showing there “Disabled”.

[cid:image001.jpg@01D32887.341C1CF0]

Thanks,
Amit

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

Re: OM audio/video issue 4.0.0

Posted by Maxim Solodovnik <so...@gmail.com>.
Are you testing latest "vanilla" 4.0.0?
What are the steps?

On Thu, Sep 7, 2017 at 7:56 PM, K, Amit (MIND) <Am...@mind-infotech.com>
wrote:

> I copy that file and put to correct location and now its working…
>
>
>
> But only audio connection is failed:
>
>
>
> 1.  * ["NetConnection is not
> connected", "rtmp://localhost:1935/openmeetings/1"]*
>
> 1.  0:"NetConnection is not connected"
>
> 2.  1:"rtmp://localhost:1935/openmeetings/1"
>
>
>
>
>
> *From:* K, Amit (MIND)
> *Sent:* Thursday, September 7, 2017 6:15 PM
> *To:* 'Maxim Solodovnik' <so...@gmail.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* RE: OM audio/video issue 4.0.0
>
>
>
> Thanks Maxim for your reply.
>
>
>
> Now it is working for demo.
>
>
>
> But still I am facing same issue when I configured latest code to my local
> machine.
>
>
>
> It is showing in browser console:
>
>
>
> GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945
> 404 ()
>
>
>
> Is this file realy related to that problem?
>
>
>
> Please advise.
>
>
>
> Thanks,
>
> Amit
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com
> <so...@gmail.com>]
> *Sent:* Thursday, September 7, 2017 2:53 PM
> *To:* K, Amit (MIND) <Am...@mind-infotech.com>
> *Cc:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: OM audio/video issue 4.0.0
>
>
>
> Hello Amit,
>
>
>
> just have checked: works as expected
>
> Maybe you:
>
> 1) don't have camera installed
>
> 2) somehow globally disable access to the camera in your browser?
>
>
>
>
>
> On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
>
> Dear Maxim,
>
>
>
> Version 4.0.0.
>
>
>
> On demo server the audio/video is not working. Is there any issue or this
> functionality is still need to be implemented. Only one option is showing
> there “Disabled”.
>
>
>
>
>
> Thanks,
>
> Amit
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
> ------------------------------
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax

RE: OM audio/video issue 4.0.0

Posted by "K, Amit (MIND)" <Am...@mind-infotech.com>.
I copy that file and put to correct location and now its working…

But only audio connection is failed:

1.   ["NetConnection is not connected", "rtmp://localhost:1935/openmeetings/1"]
1.  0:"NetConnection is not connected"
2.  1:"rtmp://localhost:1935/openmeetings/1"


From: K, Amit (MIND)
Sent: Thursday, September 7, 2017 6:15 PM
To: 'Maxim Solodovnik' <so...@gmail.com>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>
Subject: RE: OM audio/video issue 4.0.0

Thanks Maxim for your reply.

Now it is working for demo.

But still I am facing same issue when I configured latest code to my local machine.

It is showing in browser console:

GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945 404 ()

Is this file realy related to that problem?

Please advise.

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 2:53 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>>
Subject: Re: OM audio/video issue 4.0.0

Hello Amit,

just have checked: works as expected
Maybe you:
1) don't have camera installed
2) somehow globally disable access to the camera in your browser?


On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Dear Maxim,

Version 4.0.0.

On demo server the audio/video is not working. Is there any issue or this functionality is still need to be implemented. Only one option is showing there “Disabled”.

[cid:image001.jpg@01D32806.3057EDA0]

Thanks,
Amit

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

RE: OM audio/video issue 4.0.0

Posted by "K, Amit (MIND)" <Am...@mind-infotech.com>.
Thanks Maxim for your reply.

Now it is working for demo.

But still I am facing same issue when I configured latest code to my local machine.

It is showing in browser console:

GET http://localhost:5080/openmeetings/public/main.swf?cache1504788053945 404 ()

Is this file realy related to that problem?

Please advise.

Thanks,
Amit
From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thursday, September 7, 2017 2:53 PM
To: K, Amit (MIND) <Am...@mind-infotech.com>
Cc: Openmeetings user-list <us...@openmeetings.apache.org>
Subject: Re: OM audio/video issue 4.0.0

Hello Amit,

just have checked: works as expected
Maybe you:
1) don't have camera installed
2) somehow globally disable access to the camera in your browser?


On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>> wrote:
Dear Maxim,

Version 4.0.0.

On demo server the audio/video is not working. Is there any issue or this functionality is still need to be implemented. Only one option is showing there “Disabled”.

[cid:image001.jpg@01D32805.3E1334F0]

Thanks,
Amit

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>



--
WBR
Maxim aka solomax

________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

Re: OM audio/video issue 4.0.0

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Amit,

just have checked: works as expected
Maybe you:
1) don't have camera installed
2) somehow globally disable access to the camera in your browser?


On Thu, Sep 7, 2017 at 4:17 PM, K, Amit (MIND) <Am...@mind-infotech.com>
wrote:

> Dear Maxim,
>
>
>
> Version 4.0.0.
>
>
>
> On demo server the audio/video is not working. Is there any issue or this
> functionality is still need to be implemented. Only one option is showing
> there “Disabled”.
>
>
>
>
>
> Thanks,
>
> Amit
>
> ------------------------------
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax