RTSP support for Android

chudak meadandale at gmail.com
Wed Sep 7 13:01:41 EDT 2011


I've posted on some of the trials and tribulations that I've had with
building our application on Android. Just do a search.

Basic issues:

--bugs in NIO in Harmony
--bugs in SSLEngine in Harmony
--bugs in Netty related to large message sizes

If you use OIO and use SslConnection or HttpsConnection rather than using
SSLEngine you will have much better luck and will side step most of the
landmines we've encountered.

Other than that, developing an RTSP client in android using Netty should
fundamentally be the same as developing it using the standard java runtime.

FWIW, our core client communication codebase is used on both android and
standard JVM runtimes with a few minor plugin points for some things that
are particular to the platforms (e.g. file/path handling, keystore types).

--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/RTSP-support-for-Android-tp6767013p6768624.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list