0

I want to use openRtsp-live555 library into my android application for the RTSP but i am not getting how to include it in my project and how to compile so that i can use it's methods in my Acivity or java class.

Please Help me if anybody has used Live555 library or know how to use it.

Thanks in Advance

mpromonet
  • 11,326
  • 43
  • 62
  • 91
sunil jain
  • 104
  • 6

1 Answers1

0

Live555 is a C++ library and you must have some knowledge with the Android NDK to make use of it.

An example of Live555 integration can be found here (AFAIK, this is the only open-source one). It has not been updated since years, but it is not hard to update with the last Live555 sources.

More guidelines in the Live555 faq.

Alex
  • 2,893
  • 25
  • 24