0

I am trying to compile live555 for android. My aim is to use it for capturing data from camera and multicasting it. But I am not able to compile the live555 code for android environment using windows + NDK + Cygwin.

Has any one able to port live555 on android with above environment? What are the other options availble for me for my problem listed above other then live 555?

Ralf
  • 9,405
  • 2
  • 28
  • 46
junky
  • 31
  • 3
  • Possible duplicate of [Anybody has successfully ported live555 to android?](http://stackoverflow.com/questions/10821015/anybody-has-successfully-ported-live555-to-android) – Abhijeet Apr 01 '16 at 10:49

1 Answers1

2

Check out

Live555 on Android

This demonstrates an android project which uses Live555

Community
  • 1
  • 1
Abhijeet Pathak
  • 1,948
  • 3
  • 20
  • 28
  • In the link shared above the author is trying to play the video on android hardware.But my problem is i want this streamer to run on android hardware – junky Sep 20 '11 at 04:37
  • I haven't run the program yet, but there's code for streaming also in it. https://github.com/boltonli/ohbee/blob/master/android/streamer/jni/streamer/src/streamer.cpp Check line 128, after starting streaming, a rtsp URL is given. – Abhijeet Pathak Sep 20 '11 at 08:36
  • Hi thanks,i will have a look at it.Can you tell me wht other options available in opensource to multicast media from android using wifi ? – junky Sep 20 '11 at 10:46
  • Hi Abhiheet did you had any luck in compiling live555 on android. That code doesnt seem to work. – junky Sep 21 '11 at 11:58
  • I haven't looked at it. Will look today and tell you. – Abhijeet Pathak Sep 21 '11 at 12:28
  • Hmm.. haven't got time till now. Will check today eve. – Abhijeet Pathak Sep 23 '11 at 08:37
  • 1
    Maybe this link is helpful: http://dbmibu.blogspot.com/2011/06/cross-compile-live555-streaming-media.html – Fildor Nov 14 '11 at 09:25