WebRTC-iOS
WebRTC-iOS copied to clipboard
How to add the video codecs?
How to add the video codecs or can improve the video quality?
Hi @AshishYadav01 , Sorry for the late reply. I don't know how to add additional codecs to WebRTC, I suggest to read the documentation or get help from the WebRTC community. If your video quality is not good, it may be because a bad connection or the quality of the camera itself, it worth checking this out as well.
H.264 only, because ios using H.264 hardware accelerated encoding only
Thanks @stasel & SimonTheCat,
I will checked it out. If you have a solution of mirroring, when using a front camera during calling then please let me know how I can handle it in my project.
maybe its help https://gist.github.com/lyokato/d041f16b94c84753b5e877211874c6fc local video only
Thanks SimonTheCat,
I go through the Implementation but it didn't resolve a mirroring issue.