Alex

Results 11 comments of Alex

Hello. Take a look at this method for changing preffered video codec: https://chromium.googlesource.com/external/webrtc/+/branch-heads/61/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m It shouldn't be hard to implement the same for audio. The point is that you need to...

They should be below with those numbers after `UDP/TLS/RTP/SAVPF` that represent their id's in order of priority. https://webrtchacks.com/sdp-anatomy/ `Codec Parameters` section below `Audio Lines`.

Yeah, that's correct.

The compiled framework still doesn't contain bitcode: ``` /V/H/w/s/out_ios_libs> otool -l WebRTC.framework/WebRTC | grep __LLVM /V/H/w/s/out_ios_libs> ```

Thanks. You should report this to official bug tracker too, because I'm just building this library from provided sources. Will change podspec soon to use iOS 9.

Try [the latest release](https://github.com/Anakros/WebRTC/releases/tag/60.9.18252). Not sure what can be a problem here.

There are also advanced solutions to mark torrents with not just not working trackers, but with trackers that only removed them too: https://gitlab.com/AlexKM/qbittools

Thanks so much @wwwy3y3, now it works correctly after upgrading from `v3.1.10`. However, is it still possible to deploy the app to Firebase Hosting the same as v2? I can't...

Yes, sorry about the title, @wwwy3y3, I've changed it myself. By any chance do you have any technical details already regarding deployment to Firebase or I should wait until you...

Thanks, looking forward to it!