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

Unable to start local stream in true hd720(1280x720) on Chrome

Eradj_K_
Beginner
384 Views

Hi there, 

I am wondering if somebody could help to identify the problem. Starting LocalStream on Chrome, we are unable to get correct resolution requested in accordance to the width/height specified via the options. In the example below, anticipated result would be that once stream is started, the resulting video frames would be in the true hd720 format, aka 1280x720, however on Chrome it only ever returns 960x720, FireFox seems to be working correctly. Could someone advise if if there is a bug, we are working with the latest SDK 3.3.1?

Woogeen.LocalStream.create(
   {
      video: {
      device: 'camera',
      resolution: 'hd720p',
      width: 1280,
      height: 720
      },
      audio: false
   }, 
   function(err, stream) 
   {
0 Kudos
2 Replies
Jianjun_Z_Intel
Employee
384 Views

Hi Eradj,

Does your html file include adapter.js before woogeen.sdk.js?

0 Kudos
Eradj_K_
Beginner
384 Views

Hello Jianjun, Thanks so much for your tip that fixed the problem Adapter.js was being loaded after the woogen.sdk.js file.

0 Kudos
Reply