just50415 / android-rcs-ims-stack

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

How to use these RCS API to implement Video Share? #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.What is RI and provisioning?
2.How to use API to implement Video Share?
3.Where may set my IMPU and IMPI in the program?

A whole call API demo is better.
What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
2.2.0   on Android 2.2

Please provide any additional information below.
I hope this message may be sent.

INVITE sip:simba@ims.chinamobile.com SIP/2.0
Via: SIP/2.0/UDP 192.168.253.3;branch=z9hG4bK2453275128
From: <sip:nemo@ims.chinamobile.com>;tag=2530547806
To: <sip:simba@ims.chinamobile.com>
Call-ID: 1023105621@192.168.253.3
CSeq: 1 INVITE
Contact: <sip:192.168.253.3>;+g.3gpp.cs-voice
Route: <sip:10.170.32.11:5060;transport=udp;lr>
Max-Forwards: 70
P-Access-Network-Info: 3GPP-UTRAN-FDD;utran-cell-id-3gpp=2620209329320065
Content-Length: 281
P-Preferred-Identity: sip:nemo@ims.chinamobile.com
Allow: INVITE,OPTIONS,BYE,CANCEL,ACK
Accept: application/sdp
Accept-Contact: *;+g.3gpp.cs-voice
User-Agent: SEMC_IMS_R3
Session-Expires: 1800;refresher=uac
Supported: timer
Accept-Encoding: identity
Content-Type: application/sdp

v=0
o=- 1249997756 1249997756 IN IP4 192.168.253.3
s=-
c=IN IP4 192.168.253.3
t=0 0
m=video 49152 RTP/AVP 96
b=AS:85
a=rtpmap:96 H263-2000/90000
a=fmtp:96 profile=0;level=45
a=sendonly
a=application:com.gsma.rts
a=type:videolive
a=framerate:10
a=framesize:96 176-144

Original issue reported on code.google.com by Splash.P...@gmail.com on 15 Feb 2011 at 7:27

GoogleCodeExporter commented 8 years ago
And receiver's code demo is also needed.  ^_^

Original comment by Splash.P...@gmail.com on 15 Feb 2011 at 7:55

GoogleCodeExporter commented 8 years ago
- RI means "Reference Implementation": this application has been used during 
GSMA test fest as a RI.
- Provisioning is a test tool which permits to chnage stack parameters without 
recompiling (e.g. default SIP port).
- For IMPU and IMPI settings -> For HTTP Digest, see installation guide in the 
Wiki part. If GIBA is activated there is no provisioning.
- Any ANdroid 2.x release may be used.
- Video share implementation -> see RI implementation and test it. See also the 
API doc in the Wiki part.

Concerning documentations we will provide a new release in the next days.

Original comment by jmauffret@gmail.com on 15 Feb 2011 at 8:19

GoogleCodeExporter commented 8 years ago

Original comment by jmauffret@gmail.com on 15 Mar 2011 at 3:39