just50415 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 0 forks source link

Support for high quality video for RCS #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is not a bug but a current limitation. 

Currently RCS supports only low quality video (H263 176 by 144px). 

What can we do to support high quality video (H264 480 by 360px)?

Original issue reported on code.google.com by Sydney.C...@gmail.com on 1 Apr 2011 at 5:32

GoogleCodeExporter commented 8 years ago
If you want to implement a new codec, you should do it in the class 
trunk/ri/src/com/orangelabs/rcs/ri/richcall/LiveVideoPlayer.java and 
VideoRenderer.java.
From thess classes we use encoder/decoder native method to process video 
samples to the RCS stack. Then the stack sends the video encoded samples to the 
network via RTP.

Original comment by jmauffret@gmail.com on 1 Apr 2011 at 6:31