So there is this Application RetroShare which currently uses speex codec and libav codec for VOIP communications. They expect a new improved VoIP cross platform codec as the old one aren’t fitting the bill. What I’ve landed on is implementing VP9 and OPUs codec for better audio and video quality over communications.
How can I approach that ? Can anyone please tell me is there any tutorial for implementing VP9 codec ? I couldn’t find one!
Or can anyone here tell me how to implement codecs in a Peer-to-peer applications ?
And is my approach right ?