Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

screen-sharing-chrome-extension can't work in chrome with Intel_CS_WebRTC.v3.2

利军_赵_
Beginner
979 Views

Hi,Dear WebRtc team:

        How to solve this problem ?  If I change the capture to camera, media data can transfer to remote peer. 

        I'm looking forward to your reply, thanks!

      

Issue log:

        ERROR: create LocalStream failed: Object {code: 1103, msg: "screen sharing plugin inaccessible"}

        I have done this according to below

      Screen sharing extension

        We provide source code of a Chrome screen sharing extension sample. Developers should edit manifest.json and publish it to Chrome        App Store to make it work for their products. After your extension is published, you will get an extension ID. This ID will be used when            create screen sharing stream.

Note: End users need to install your extension and visit your site with https if they want to use screen sharing.

        

0 Kudos
1 Solution
Jianjun_Z_Intel
Employee
979 Views

Hi,

For the two questions you mentioned above,

1. It's expected to work on Ubuntu and macOS.

2. Screen sharing on Firefox requires following configuration in about:config.

media.getusermedia.screensharing.enabled is true.
media.getusermedia.screensharing.allowed_domains includes your domain name.

IE is no supported in 3.3.

View solution in original post

0 Kudos
6 Replies
Lei_Z_Intel1
Employee
979 Views

有没有把网页的IP或者域名加入chrome extension的允许访问列表?

0 Kudos
利军_赵_
Beginner
979 Views

Lei Zhai (Intel) wrote:

有没有把网页的IP或者域名加入chrome extension的允许访问列表?

Hi,Dear Lei:

      我刚才给你发了message了,我想问一下,你说的允许访问列表,是不是我下面这个? 我改了,但是没有效果,我也上传到google store了,还是不行.

   "externally_connectable": {
      "matches": ["*://*.rtc.xxxx(sample).cn/*"]
   },

这里的url是web所在的服务器吗?  还是提供webrtc服务功能的服务器地址?  请帮我解答一下,谢谢! 我主要想使用一下这个desktop screen的功能

这里的screen share功能可不可以抓到整个pc端的屏幕,而不是仅仅只抓浏览器里面的?谢谢

 

0 Kudos
Jianjun_Z_Intel
Employee
979 Views

请确保matches中URL的格式正确,并且extension ID参数正确。

0 Kudos
利军_赵_
Beginner
979 Views

The screen capture from Google Chrome can work now,  and the stream can be passed to remote peer to show.

Another two question:

1. Why the extension can't work for google chrome on Ubuntu/Mac  platform ? The  Version is 57.0.2987.133.

2. How to capture screen on firefox or ie to pass to remote peer ?

0 Kudos
Jianjun_Z_Intel
Employee
980 Views

Hi,

For the two questions you mentioned above,

1. It's expected to work on Ubuntu and macOS.

2. Screen sharing on Firefox requires following configuration in about:config.

media.getusermedia.screensharing.enabled is true.
media.getusermedia.screensharing.allowed_domains includes your domain name.

IE is no supported in 3.3.

0 Kudos
利军_赵_
Beginner
979 Views

@Jianjun:

Another question:

      Can pass audio stream from pc to remote peer ? thanks a lot.

0 Kudos
Reply