Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

How to change VideoCodec from VP8 to H264 in ScreenSharing function ?

利军_赵_
初学者
1,147 次查看

Hi, Dear Intel team:

How to change VideoCodec from VP8 to H264 in ScreenSharing function in JavaScript SDK?

0 项奖励
5 回复数
Jianjun_Z_Intel
1,147 次查看

Hi,

ConferenceClient.shareScreen() is deprecated. Please create a LocalStream and publish it to MCU. When publishing a stream, you can choose your preferred video codec.

0 项奖励
leo_a_
初学者
1,147 次查看

Jianjun Z. (Intel) wrote:

Hi,

ConferenceClient.shareScreen() is deprecated. Please create a LocalStream and publish it to MCU. When publishing a stream, you can choose your preferred video codec.

 

Hi Jianjun, how about change videoCodec from vp8 to h264 in screen sharing of p2p mode in js sdk?

 

0 项奖励
YanbinZ_Intel
员工
1,147 次查看

Please use set video Codec when you create new Woogeen.PeerClient 

e.g

var p2p=new Woogeen.PeerClient({,

  videoCodec:'H264',

   audioCodec:'PCMU',

 

0 项奖励
利军_赵_
初学者
1,147 次查看

Can't work with this change in p2p mode, it still use VP8.

====

Please use set video Codec when you create new Woogeen.PeerClient 

e.g

var p2p=new Woogeen.PeerClient({,

  videoCodec:'H264',

   audioCodec:'PCMU',

0 项奖励
YanbinZ_Intel
员工
1,147 次查看

We can not reproduce this issue .  

Could you please provide detail reproduce steps and detail browser version ?  Could you double confirm your browser can support H264 .

0 项奖励
回复