ykjainth / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

Is it possible to change video frame size within a session? #380

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (wireshark) or Android log (DDMS output)
if you want quick response

What steps will reproduce the problem?
1. I have added code to restart the camera and preview in 
NgnProxyVideoProducer.java with a new resolution when the user clicks on a 
button while in a video call. 
2. I see the changes on the video producer side. But the video preview gets 
frozen on the video consumer side. 
3. What changes need to be made in the video consumer to support dynamic 
framesize change?

What is the expected output? What do you see instead?
I would like to see dynamic framesize changes in effect.

What version of the product are you using? On what operating system?
Currently, framesize changes are seen in the preview of the produces, but video 
freezes on the consumer end.

Please provide any additional information below.

Is it even worth it going this path?

Original issue reported on code.google.com by krupa.p on 26 Aug 2012 at 9:37