Hi,
I am building a WebRTC application that streams video from Android (using libjingle) to Chrome client. I am looking to improve my video quality but as of now based on different phones, I have tried different resolutions and frame rates. What I want to achieve:
1. Be able to change bitrate of the video as required (Tried changing bitrate by modifying the SDP adding parameter like and . Nothing changed when I added these parameters to my SDP. Can someone help how exactly to change the bitrate of video and make it work?
2. Get better fps with no lag at 1280x720 resolution by somehow changing the bitrate or something.
Also I am using VP9 for phones with having API greater than 19 and VP8 for phones with API less than 19. For some reason, VP9 does not work on all phones.
- Please tell me what codec, resolution, fps and bitrate combination would work to get the best video quality from Android to the Chrome client.