Quote:
Originally Posted by danturner
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.