- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Dear Intel team:
How to change VideoCodec from VP8 to H264 in ScreenSharing function in JavaScript SDK?
- Tags:
- HTML5
- JavaScript*
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please use set video Codec when you create new Woogeen.PeerClient
e.g
var p2p=new Woogeen.PeerClient({,
videoCodec:'H264',
audioCodec:'PCMU',
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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',
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 .

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page