Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#41
|
|||
|
|||
Re: Rtmpdump build for AndroidHi S74ck3r,
Have you managed to succesfully cross-compile librtmp with the librtmp.a archive included? I see you've managed to compile the librtmp.so.0 file, it seems. I'm trying to add librtmp support to ffmpeg for Android, and need a cross-compiled librtmp in order to do this. |
#42
|
|||
|
|||
Re: Rtmpdump build for AndroidThanks for all your hard work, by the way....
|
#43
|
|||
|
|||
Re: Rtmpdump build for AndroidAll the hard work has been done by people much cleverer than me.
I just wanted to find out a bit about how the android ndk worked and thought I'd share. Anyway, I've put up an archive of all the build artefacts at the bitbucket link above (local.7z). Hopefully it contains the files that you need. |
#44
|
|||
|
|||
Re: Rtmpdump build for AndroidExactly what I was after! Thanks so much! Now to see if it works.....
|
#45
|
|||
|
|||
Re: Rtmpdump build for AndroidQuote:
Sorry for the long delay. I don't have email notifications turned on apparently. Yes, I got it running properly. I confirmed through adb shell and saw the process. I even saw the logs as it started converting the stream. What you might be experiencing is a problem with ports. Check out "ephemeral ports" or something like that. You need a good port # otherwise it won't have the proper permissions. If you can get a root adb shell then you can troubleshoot as root. Have you had any further luck since you last posted? Bradford |
#46
|
|||
|
|||
Re: Rtmpdump build for AndroidI'm trying to get rtmpdump working on android.
The reason is because I am using xbmc media centre and would like to use xbmc media centre to access a UK based video on demand service called 4OD (its channel 4's on demand service). I know nothing about RTMPDUMP or what it does but i know that I need it in order to use 4OD no xbmc. Is anyone able to point me in the right direction of how to get it working on android? have other people been using it successfully? the addon simply wants to know where the rtmpdump.exe file is (on the windows version) but on android i don't know what to point it towards since i presume the exe file is no use on android. i have been looking at your downloads page https://bitbucket.org/S74ck3r/rtmpdu...roid/downloads but i don't know which one is for me and where to put the files on my android box etc. any help much appreciated. also how come i cant subscribe to the thread? i click on thread tools and get taken t the main forum page. is it because i dont have enough posts maybe? Last edited by thebearnecessities : 02-22-2013 at 06:19 PM. |
#47
|
|||
|
|||
Re: Rtmpdump build for AndroidQuote:
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 |
#48
|
|||
|
|||
Re: Rtmpdump build for AndroidQuote:
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. |
#49
|
|||
|
|||
Re: Rtmpdump build for AndroidIt'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. |
#50
|
|||
|
|||
Re: Rtmpdump build for AndroidQuote:
Sorry for my epic noobish question. i'm complete all instruction(it was really hard for me, near 8 hours for that) and cross compile files(on my PC). And so what i must doo for run this files on my android device How this program work? Give me direction for the study, realy thx for answer! And one more question. Now I make an application for android, where I have to get rtmp stream from online flash player (player passed html code). I need read this stream for display in the my application as html code. will rtpmdump help me for that? or maybe you know a more efficient implementation? |
Tags: android, rtmpdump |
Thread Tools | |
Display Modes | |
|
|