View Single Post
  #48  
Old 03-06-2013, 10:21 AM
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
Kinda.... I thought my issue was that Vitamio uses an older version of ffmpeg, that doesn't support non-seekable http streams. When i corrected this in ffmpeg and tested it in Linux it seemed to work, but the recompiliation for Android never worked properly.

Are you using Vitamio in your app? I assume you are because videoview won't support flash streams. May i be so forthright as to ask for a brief overview of your exact process? This has been causing me quite a bit of grief recently.

Thanks,

Dan
I used both Vitamio and the native videoview, neither of them worked.

I got rtmpgw running by doing something like this: https://code.google.com/p/market-ena.../ShellCommands

I tested it by getting a root adb shell to make sure I could run it, then when I ran it in my app I made sure to use a ephemeral port so it could run without root permissions.

I think the issue is that rtmpgw creates a http stream, but what is the format of that stream? Is it a flv stream? I don't really understand how rtmpgw changes the rtmp stream, and what its output is besides it being a http stream.
Reply With Quote