question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Compile iOS WebRTC.framework with support for vp9 codec

See original GitHub issue

VP9 is explicitly not compiled into webrtc with iOS by default (though it is for Android). I know CPU usage is a bit higher with VP9 vs VP8 - but mobile bandwidth makes using VP9 a very exciting possibility.

It’s also pretty easy to modify build_ios_libs.sh in webrtc to make this a possibility.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
zxcpoiucommented, Dec 26, 2016

thanks @bennyguitar I will try to include it on 55

0reactions
Proxy08commented, Jan 8, 2019

Hi, I’m using Webrtc 1.67.1 on iphone 6/7 cpu goes up and my phone gets warm up, can you explain me the process of Compiling iOS WebRTC.framework with support for vp9 codec? please @zxcpoiu

Read more comments on GitHub >

github_iconTop Results From Across the Web

webrtc.gni - external/webrtc - Git at Google
When WebRTC is built as part of Chromium it should exclude the default ... Disable this to build without support for built-in software...
Read more >
VP9 Codec: Adopt it in your WebRTC application?
VP9 is the best unused codec today that can improve video quality and media experience in your WebRTC application.
Read more >
WebRTC: How to pass RTCVideoEncoderSettings into ...
Therefore I am utilizing the objective-c webrtc framework. Now I have problems on how to pass in the RTCVideoEncoderSettings (http://cocoadocs.
Read more >
Codecs used by WebRTC - Web media technologies | MDN
This guide reviews the codecs that browsers are required to implement as well as other codecs that some or all browsers support for...
Read more >
iOS | WebRTC
In case you need to build the framework manually (for instance if you need to support bitcode) or you want to try out...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found