2

I am programming android client that would show video from web camera in real time. The issue is that I get this stream over RTMP protocol. It seems that nobody knows an easy way to do that.

On stackoverflow I have found just unsolved question about that How to stream over RTMP on Android?, but now may be someone knows the answer. All help would be appreciated.

P.S. I want to support Android 2.3 >

Community
  • 1
  • 1
Alex Alex
  • 23
  • 2

1 Answers1

1

You may want to use VLC for android sources or use some intermediary server (ffmpeg, avconv) to convert RTMP to RTSP

David Jashi
  • 4,490
  • 1
  • 21
  • 26