Compile iOS WebRTC.framework with support for vp9 codec
See original GitHub issueVP9 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:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks @bennyguitar I will try to include it on
55
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