ykjainth / imsdroid

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

New frame size in a sIP reinvite is not seen in the SDP #395

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. Start a video session. 
2. Change the preferred video size then send a reINVITE. (In my case I trigger 
the framesize change by clicking a button. I do the following in the button 
click handler:

mConfigurationService.putString(NgnConfigurationEntry.QOS_PREF_VIDEO_SIZE,tmedia
_pref_video_size_t.tmedia_pref_video_size_720p.toString());

if(mConfigurationService.commit())

boolean res = 
MediaSessionMgr.defaultsSetPrefVideoSize(tmedia_pref_video_size_t.tmedia_pref_vi
deo_size_720p);

avSession.setRemotePartyUri(mRemoteURI); // HACK

avSession.makeCall(mRemoteURI);

==================================================================
3.

What is the expected output? What do you see instead?
The new SDP should contain the new frame size. But I still see the original 
size.

What version of the product are you using? On what operating system?

IMSDroid - r521

Please provide any additional information below.

More information on this issue can be found here: 
https://groups.google.com/forum/?fromgroups=#!topic/doubango/0IHXoG9VNzE

I have attached the network dump and app logs.

Original issue reported on code.google.com by krupa.p on 4 Oct 2012 at 7:27

Attachments: