Open GoogleCodeExporter opened 9 years ago
This attachment file shows the process of Video Share and OPTIONS message
example.
Original comment by Splash.P...@gmail.com
on 14 Feb 2011 at 11:56
Attachments:
How to transmit video by RTP?
Original comment by Splash.P...@gmail.com
on 14 Feb 2011 at 3:19
To send OPTIONS:
final OptionsSession mOptSession = new OptionsSession(mSipStack);
mOptSession .send();
The response the the option will be received in onOptionsEvent(). For more info
please refer to SipService.java.
To send RTP:
Right now you don't have the wrappers function in java side and you must add
them into tinyWRAP using SWIG.
Here is how to send RTP messages (ANSI-C):
http://code.google.com/p/doubango/source/browse/trunk/tinyRTP/test/test_manager.
h
Original comment by boss...@yahoo.fr
on 20 Feb 2011 at 3:03
Original issue reported on code.google.com by
Splash.P...@gmail.com
on 11 Feb 2011 at 4:40