WebRTC not working in Mac Chrome

1,429 views
Skip to first unread message

Jijo Paulose

unread,
Jan 21, 2016, 2:04:12 AM1/21/16
to kurento
Hello,
    I am develop a video call application using KMS  6.This application working fine in Ubuntu and Windows (Both Chrome and Mozilla).In a Mac PC can't work the application properly.

Jijo Paulose

Ivan Gracia

unread,
Jan 21, 2016, 5:25:58 AM1/21/16
to Kurento Public
Which client are you using in Mac: Chrome or Firefox? Do you see any errors in your log?

Ivan Gracia



--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Jijo Paulose

unread,
Jan 21, 2016, 7:16:06 AM1/21/16
to kurento
Using Chrome Vesrsion 47.No errors in console.

Miguel París Díaz

unread,
Jan 21, 2016, 7:39:45 AM1/21/16
to kur...@googlegroups.com
Hello Jijo,
could you tell us the version of Chrome that does not work in Mac?
You can see it in "chrome://help/"

--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Miguel París Díaz
------------------------------------------------------------------------
Computer/Software engineer.
Researcher and architect in http://www.kurento.org
http://twitter.com/mparisdiaz
------------------------------------------------------------------------

Ivan Gracia

unread,
Jan 21, 2016, 8:09:08 AM1/21/16
to Kurento Public
Jijo,

Just to clarify, Miguel is interested in the exact version, not only the major. For instance, 47.0.2526.111 (64-bit) in my case.

Ivan Gracia


Jijo Paulose

unread,
Jan 21, 2016, 11:52:36 PM1/21/16
to kurento
Hai 
Version 47.0.2526.111 (64-bit)


On Thursday, January 21, 2016 at 12:34:12 PM UTC+5:30, Jijo Paulose wrote:

Ivan Gracia

unread,
Jan 22, 2016, 4:43:36 AM1/22/16
to Kurento Public
Thanks! I've checked that in a Mac with that exact version of Chrome, and the tutorials are working. Could it be something in your application? Is there any way we could have access to your code or a deployed app to see if we can reproduce the problem? 

Also, check the development console in Chrome, in case there's something there.

Ivan Gracia



Message has been deleted

Jijo Paulose

unread,
Jan 29, 2016, 12:55:28 AM1/29/16
to kurento
this is the error in browser console


On Thursday, January 21, 2016 at 12:34:12 PM UTC+5:30, Jijo Paulose wrote:
error.png

Ivan Gracia

unread,
Jan 29, 2016, 3:12:39 AM1/29/16
to Kurento Public
Can you paste the constraints you are passing to the kurento-utils-js library, and also state the version that you are using?

Ivan Gracia



Jijo Paulose

unread,
Jan 29, 2016, 5:53:53 AM1/29/16
to kurento
 var audioConstraints = {
                mandatory : {
                    googEchoCancellation: true,
                    googNoiseSuppression: true
                }
            };
            var constraints = {
                audio: audioConstraints,
                video: {
                    mandatory: {
                        minWidth: 320,
                        maxWidth: 320,
                        maxFrameRate: 50,
                        minFrameRate: 30
                    }
                }
            };
These are my constrains.
I am using KMS  6.3

On Thursday, January 21, 2016 at 12:34:12 PM UTC+5:30, Jijo Paulose wrote:

Ivan Gracia

unread,
Jan 29, 2016, 6:02:23 AM1/29/16
to Kurento Public
I mean the library version of kurento-utils-js :-) Make sure you are using the latest version.

Those constraints are not according to spec. Please fix those and you should get that working. Got some info here.

Ivan Gracia



Jijo Paulose

unread,
Jan 29, 2016, 6:09:56 AM1/29/16
to kurento
"kurento-utils": "~6.1.0"  is used


On Thursday, January 21, 2016 at 12:34:12 PM UTC+5:30, Jijo Paulose wrote:

Ivan Gracia

unread,
Jan 29, 2016, 6:19:12 AM1/29/16
to Kurento Public
Update you kurento-utils to 6.2.0, too.

Ivan Gracia



Jijo Paulose

unread,
Jan 29, 2016, 7:57:21 AM1/29/16
to kurento
Thank You.it's worked


On Thursday, January 21, 2016 at 12:34:12 PM UTC+5:30, Jijo Paulose wrote:
Reply all
Reply to author
Forward
0 new messages