# Not support webkitGetUserMedia() in chrome version 47.0

**URL:** https://discourse.lynckia.com/t/not-support-webkitgetusermedia-in-chrome-version-47-0/61
**Category:** Uncategorized
**Created:** [December 9, 2015, 10:31am UTC](https://discourse.lynckia.com/t/not-support-webkitgetusermedia-in-chrome-version-47-0/61 "2015-12-09T10:31:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Zuo\_Huaya](https://avatars.discourse-cdn.com/v4/letter/z/eb8c5e/32.png) [@Zuo\_Huaya](https://discourse.lynckia.com/u/Zuo_Huaya)
#### Post date: [December 9, 2015, 10:31am UTC](https://discourse.lynckia.com/t/not-support-webkitgetusermedia-in-chrome-version-47-0/61/1 "2015-12-09T10:31:29Z")

</div>

Hi

as you know, chrome is update to new version 47.0, so interface webkitGetUserMedia() is not support over http .  
but I not found good solution get media in version 47.0, except make https connection. (but I not hope use https.)  
do you know others method to use this interface webkitGetUserMedia() in chrome version 47.0?

thanks in advance.–

```
Best regards

                                                           Huaya Zuo        

```

在 2015-10-08 18:48:05，“Zuo Huaya” [zhywork@163.com](mailto:zhywork@163.com) 写道：

Hi

I down load licde code from [http://lynckia.com/licode](http://lynckia.com/licode). and i want run it in linux system.  
But i face some error when run the script [installErizo.sh](http://installErizo.sh).  
It is seem the fail about erizoAPI compile failed. I also run the [installLinuxDependencies.sh](http://installLinuxDependencies.sh) before.  
could you help give some comments for this error?

Thanks in advance

The error logs as below: (detail log in files erizoAPI\_error.log)  
gyp info spawn args [‘BUILDTYPE=Release’, ‘-C’, ‘build’]  
make: Entering directory `/sh/licode/erizoAPI/build’  
CXX(target) Release/obj.target/addon/addon.o  
In file included from …/WebRtcConnection.h:6,  
from …/addon.cc:5:  
…/MediaDefinitions.h:11: 错误：expected class-name before ‘{’ token  
In file included from …/OneToManyProcessor.h:9,  
from …/WebRtcConnection.h:7,  
from …/addon.cc:5:  
…/ExternalInput.h:16: 错误：expected class-name before ‘{’ token  
…/ExternalInput.h:29: 错误：expected unqualified-id before ‘&’ token  
…/ExternalInput.h:29: 错误：expected ‘)’ before ‘&’ token  
…/ExternalInput.h:29: 错误：expected ‘;’ before ‘&’ token  
…/ExternalInput.h:34: 错误：expected unqualified-id before ‘&’ token  
…/ExternalInput.h:34: 错误：expected ‘)’ before ‘&’ token  
…/ExternalInput.h:34: 错误：expected ‘;’ before ‘&’ token  
…/ExternalInput.h:39: 错误：expected unqualified-id before ‘&’ token  
…/ExternalInput.h:39: 错误：expected ‘)’ before ‘&’ token  
…/ExternalInput.h:39: 错误：expected ‘;’ before ‘&’ token  
…/ExternalInput.h:44: 错误：expected unqualified-id before ‘&’ token  
…/ExternalInput.h:44: 错误：expected ‘)’ before ‘&’ token  
…/ExternalInput.h:44: 错误：expected ‘;’ before ‘&’ token  
…/ExternalInput.h:49: 错误：expected unqualified-id before ‘&’ token  
…/ExternalInput.h:49: 错误：expected ‘)’ before ‘&’ token  
…/ExternalInput.h:49: 错误：expected ‘;’ before ‘&’ token  
In file included from …/OneToManyProcessor.h:10,  
from …/WebRtcConnection.h:7,  
from …/addon.cc:5:

–

```
Best regards

                                                           Huaya Zuo
```

---

<div class="post-metadata">

### Author: ![Jeremy\_Noring](https://avatars.discourse-cdn.com/v4/letter/j/977dab/32.png) [@Jeremy\_Noring](https://discourse.lynckia.com/u/Jeremy_Noring)
#### Post date: [December 9, 2015, 11:38pm UTC](https://discourse.lynckia.com/t/not-support-webkitgetusermedia-in-chrome-version-47-0/61/2 "2015-12-09T23:38:26Z")

</div>

You must use HTTPS. There is no workaround other than that.On Wednesday, December 9, 2015 at 3:32:27 AM UTC-7, Zuo Huaya wrote:

> Hi
> 
> as you know, chrome is update to new version 47.0, so interface  
> webkitGetUserMedia() is not support over http .  
> but I not found good solution get media in version 47.0, except make https  
> connection. (but I not hope use https.)  
> do you know others method to use this interface webkitGetUserMedia() in  
> chrome version 47.0?
> 
> thanks in advance.
> 
> –  
> Best regards
> 
> ```
> Huaya 
> 
> ```
> 
> Zuo
> 
> 在 2015-10-08 18:48:05，“Zuo Huaya” \<[zhy...@163.com](mailto:zhy...@163.com) \<javascript:\>\> 写道：
> 
> Hi
> 
> I down load licde code from [Licode](http://lynckia.com/licode). and i want run it  
> in linux system.  
> But i face some error when run the script installErizo.sh.  
> It is seem the fail about erizoAPI compile failed. I also run the  
> installLinuxDependencies.sh before.  
> could you help give some comments for this error?
> 
> Thanks in advance
> 
> The error logs as below: (detail log in files erizoAPI\_error.log)  
> _gyp info spawn args [‘BUILDTYPE=Release’, ‘-C’, ‘build’]_  
> _make: Entering directory `/sh/licode/erizoAPI/build’_
> 
> - CXX(target) Release/obj.target/addon/addon.o\*  
> _In file included from …/WebRtcConnection.h:6,_
> - 
> 
> ```
> from ../addon.cc:5:*
> 
> ```
> 
> _…/MediaDefinitions.h:11: 错误：expected class-name before ‘{’ token_  
> _In file included from …/OneToManyProcessor.h:9,_
> 
> - 
> 
> ```
> from ../WebRtcConnection.h:7,*
> 
> ```
> 
> - 
> 
> ```
> from ../addon.cc:5:*
> 
> ```
> 
> _…/ExternalInput.h:16: 错误：expected class-name before ‘{’ token_  
> _…/ExternalInput.h:29: 错误：expected unqualified-id before ‘&’ token_  
> _…/ExternalInput.h:29: 错误：expected ‘)’ before ‘&’ token_  
> _…/ExternalInput.h:29: 错误：expected ‘;’ before ‘&’ token_  
> _…/ExternalInput.h:34: 错误：expected unqualified-id before ‘&’ token_  
> _…/ExternalInput.h:34: 错误：expected ‘)’ before ‘&’ token_  
> _…/ExternalInput.h:34: 错误：expected ‘;’ before ‘&’ token_  
> _…/ExternalInput.h:39: 错误：expected unqualified-id before ‘&’ token_  
> _…/ExternalInput.h:39: 错误：expected ‘)’ before ‘&’ token_  
> _…/ExternalInput.h:39: 错误：expected ‘;’ before ‘&’ token_  
> _…/ExternalInput.h:44: 错误：expected unqualified-id before ‘&’ token_  
> _…/ExternalInput.h:44: 错误：expected ‘)’ before ‘&’ token_  
> _…/ExternalInput.h:44: 错误：expected ‘;’ before ‘&’ token_  
> _…/ExternalInput.h:49: 错误：expected unqualified-id before ‘&’ token_  
> _…/ExternalInput.h:49: 错误：expected ‘)’ before ‘&’ token_  
> _…/ExternalInput.h:49: 错误：expected ‘;’ before ‘&’ token_  
> _In file included from …/OneToManyProcessor.h:10,_
> 
> - 
> 
> ```
> from ../WebRtcConnection.h:7,*
> 
> ```
> 
> - 
> 
> ```
> from ../addon.cc:5:*
> 
> ```
> 
> –  
> Best regards
> 
> ```
> Huaya 
> 
> ```
> 
> Zuo
