Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#51
|
|||
|
|||
Re: Rtmpdump build for AndroidHi Richard,
May you compile customized rtmpdump for android? http://stream-recorder.com/forum/cus...le-t16103.html Yours sincerely |
#52
|
|||
|
|||
Re: Rtmpdump build for AndroidI probably won't have time to do this for a couple of days.
If you can't wait that long, or just want to be able to do it for yourself so you don't have to rely on others then follow the instructions here (https://bitbucket.org/S74ck3r/rtmpdu...roid/downloads) for building rtmpdump for xbmc. This should be all you need. Found a spare 5 mins... try this https://bitbucket.org/S74ck3r/rtmpdu...2018-09-13.zip I haven't tested it but it should work ok. It should work with xbmc. Also there is a static build (won't work with xbmc) here https://bitbucket.org/S74ck3r/rtmpdu...2018-09-13.zip Richard Last edited by S74ck3r : 09-18-2013 at 07:38 AM. Reason: did a quick build; static build added |
#53
|
|||
|
|||
Re: Rtmpdump build for AndroidQuote:
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 |
#54
|
|||
|
|||
Re: Rtmpdump build for AndroidI need some help with creating a script that I can run with Android Terminal Emulator.
Yesterday I bought my first tablet and rooted it. I downloaded the Android version of rtmpdump with KSV's patches (static version) and copied it to "/system/bin/" and gave it R/W and execute permissions. I'm using it with Chaturbate and it works fine, but I'd like to use a script to make it easier to use, but having some problems with it. I need to enter the modelname for the webpage (-p) and I need the modelname + date/time for the filename (-o), but this doesn't work. I can get the date/time, but the 'model' variable is always empty. I also tried to pass the modelname as an argument, but it doesn't recognize $1. Code:
#!/system/bin/sh now=$(date +"_%Y-%m-%d_%H-%M-%S").flv echo "Enter model name: " read model echo "Saving stream as: $model$now" rtmpdump -r "rtmp://...." -p "http://chaturbate.com/$model/" -o "/storage/UsbDriveA/$model$now" Code:
u0_a160@android:/ $ su u0_a160@android:/ # cd sdcard u0_a160@android:/sdcard # sh cb.sh : not found : not found Enter model name: : not found milfy : not found Saving stream as: _2014-01-31_22-03-14.flv cb.sh[12]: u0_a160@android:/: not found cb.sh[13]: u0_a160@android:/: not found cb.sh[14]: u0_a160@android:/sdcard: not found cb.sh[17]: Enter: not found u0_a160@android:/sdcard # |
#55
|
|||
|
|||
Re: Rtmpdump build for AndroidSo I haven't been able to sort out building ffmpeg with librtmp for android but it looks like someone else has;
https://github.com/OnlyInAmerica/FFmpeg-Android There's a script there, I haven't tried it but if it works then please thank the author. |
#56
|
|||
|
|||
Re: Rtmpdump build for Androidplz how to use rtmpsuck ?
|
#57
|
|||
|
|||
Re: Rtmpdump build for AndroidHi, i get rtmpdump [1] syntax error '@4D4' unexpected on Andoid 4.4 and 4.0 with 2.3 build and https://bitbucket.org/S74ck3r/rtmpdump-android/ builds. Any idea?
|
Tags: android, rtmpdump |
Thread Tools | |
Display Modes | |
|
|