View Single Post
  #53  
Old 12-19-2013, 10:34 PM
elBradford elBradford is offline
Junior Member
 
Join Date: Jan 2013
Posts: 4
elBradford is on a distinguished road
Default

Re: Rtmpdump build for Android


Quote:
Originally Posted by danturner View Post
It's an flv stream, I believe. The native videoview won't ever play this format, while Vitamio will. The problem is, however, that the version of ffmpeg used to build Vitamio doesn't not support non-seekable streams (such as that given out by rtmpgw). This is why rtmpgw won't start streaming when sent an http GET request from Vitamio. The latest version of ffmpeg does support this, however, and hopefully a future build of Vitamio will include this too.

That's the reason for your (and my) pain.
Dan,

I'm still working on this. Yep! I found your stackoverflow questions in my search, and your conversation on the last question here (http://stackoverflow.com/questions/1...o-libffmpeg-so) makes it sound like you figured it out. How's it going for you?

I've kind of switched gears, trying to compile Vitamio's ffmpeg with librtmp support so that I don't need to run rtmpgw separately. Is that what you did? If so, any pointers? I can't get ffmpeg to compile properly.

Bradford
Reply With Quote