Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Rtmpdump build for AndroidSo I've been struggling for a while to get Rtmpdump to build for Android on windows.
If anyone wants to try it I've uploaded the binaries here https://github.com/S74ck3r/rtmpdump/downloads It's built from the latest code, again with no patches or additions. Don't know if it works properly as I haven't tested it yet but it does appear to load. Shared library version not working.. will look at it later but don't bother downloading that one. --Update, rename the shared library to "librtmp." (without the quotes but with the fullstop at the end that's the important bit) and it will work. I'm not responsible if it bricks your phone... Richard Last edited by S74ck3r : 08-23-2012 at 09:58 AM. |
#2
|
|||
|
|||
Re: Rtmpdump build for AndroidMistake on shared library naming now fixed, new binaries uploaded (see first post for link).
Richard |
#3
|
|||
|
|||
Re: Rtmpdump build for Androidhi richard,
i would like to know more about making rtmpdump work on android. i tried to run it via terminal emulator but it keeps telling me "permission denied" even with root access. how did you manage to make it run? does it require root? thanks |
#4
|
|||
|
|||
Re: Rtmpdump build for AndroidHi dextor,
I copied the lib file to /system/lib and the application files to /system/xbin. After that you to set the application files as executable, just use adb shell, remount the file system as r/w and chmod them using 755. Alternatively get es file explorer (it's free), make sure it has root access and set the file system as writeable, find the file and view it's properties. From there you can make it executable by ticking a checkbox. hope that helps Richard |
#5
|
|||
|
|||
Re: Rtmpdump build for Androidthanks so much for your answer, that definitely helps me out.
i was wondering why rtmpdump needs root access though.. do you know the reason behind this? |
#6
|
|||
|
|||
Re: Rtmpdump build for AndroidI don't think it does, you just need root access to copy the files into the correct places.
It works find from a shell without requesting root access first. Last edited by S74ck3r : 09-10-2012 at 05:00 AM. Reason: Tried it out without root. |
Tags: android, rtmpdump |
Thread Tools | |
Display Modes | |
|
|