Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stream over RTMP on Android?

I'm trying to play video file on a remote server. Video format is flv and server is Flash Media Server3.5.

I'm going to connect to server over RTMP and to implement the palyback of video file using Android Media Player.

Really,is it possible? Any help is my pleasure.

like image 461
HAPPY_TIGER Avatar asked May 15 '11 02:05

HAPPY_TIGER


1 Answers

http://www.aftek.com/afteklab/aftek-RTMP-library.shtml

I found this one, but haven't had much luck, there are very few docs and after jigging it to try and support Video (no examples as i can see) i found that the core method RtmpStreamFactory.getRtmpStream(); failed.

This one has also cropped up, but i haven't looked at this yet.

http://code.google.com/p/android-rtmp-client/

It looks like that for me i'll be looking at getting the media server to deliver rtsp instead and this is supported by android. You may also find that later versions of Android i.e. 3> support rtmp.

like image 131
Emile Avatar answered Nov 09 '22 21:11

Emile