Help me pls. Video download for rtmpdump.hi,
Reviewed the documents but I can NOT download video. video site : www.acunn.com Code:
modes: [ Example /rtmpdump -r rtmp://oxy.videolectures.net/video/ -y 2007/pascal/bootcamp07_vilanova/keller_mikaela/bootcamp07_keller_bss_01 -a video -s http://media.videolectures.net/jw-player/player.swf -w ffa4f0c469cfbe1f449ec42462e8c3ba16600f5a4b311980bb 626893ca81f388 -x 53910 -o test.flv Example I can not set the parameters... Help me pls. |
Re: Help me pls. Video download for rtmpdump.Quote:
Code:
ffmpeg -i "http://main.eu.cdn.streamprovider.net:1935/vod/_definst_/acunn/b/yetenek-sizsiniz/1328730686.mp4+/playlist.m3u8?wowzasessionid=210329895" test.mp4 |
Re: Help me pls. Video download for rtmpdump.@chap
Your FFmpeg command makes it "re-encode". Change it to "copy", like this:- Code:
ffmpeg -i "http://main.eu.cdn.streamprovider.net:1935/vod/_definst_/acunn/b/yetenek-sizsiniz/1328730686.mp4+/playlist.m3u8?wowzasessionid=210329895" -c copy -absf aac_adtstoasc tester.mp4 |
Re: Help me pls. Video download for rtmpdump.Quote:
|
Re: Help me pls. Video download for rtmpdump.Gibberring, in rtmpdump, you must input -p and -T parameter in order to download your video!! if you don't, will be rejected from server!!
Code:
rtmpdump -r "rtmpe://main.eu.cdn.streamprovider.net:80/securestreaming" -a "securestreaming" -W "http://isc.acunn.com/static/player/secureplayer.swf" -p "http://www.acunn.com/video/o-ses-turkiye/fatma-iscan-ben-insan-degil-miyim/390" -T "tolga" -y "mp4:acunn/b/yetenek-sizsiniz/1328730686.mp4" -o "1328730686.flv" Code:
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV) |
Re: Help me pls. Video download for rtmpdump.Thanks for posts.
Thanks @Bahman 18084.187 kB / 157.36 sec (99.9%) Download complete :) |
Re: Help me pls. Video download for rtmpdump.So it's possible to download that acunn video using two different methods.:cool:
Chap used the http link with FFmpeg. It's found by searching in Firefox > "View page source".:) Bahman used RTMPDump.:) But I don't know how the rtmpe link was found, rtmpsrv and rtmpsuck couldn't find it for me. :confused: Aha, I've just seen Bahman's explanation here ---> ___http://stream-recorder.com/forum/acunn-com-help-t10765.html The downloaded video is the same for both methods - 540x360 h264/aac. Is the web page designed like this so that some browsers use rtmpe with flash and browsers that can't handle flash use http instead? General Code:
Complete name : 1328730686.flv |
Re: Help me pls. Video download for rtmpdump.Quote:
Code:
modes: [ |
Re: Help me pls. Video download for rtmpdump.Quote:
Using http link with FFmpeg downloaded much quicker for me than rtmpe with RTMPDump.:) FFmpeg for Windows is available from here ---> __http://ffmpeg.zeranoe.com/builds/ Then use command:- Code:
ffmpeg -i "http://main.eu.cdn.streamprovider.net:1935/vod/_definst_/acunn/b/yetenek-sizsiniz/1328730686.mp4/playlist.m3u8" -c copy -absf aac_adtstoasc acunn.mp4 |
Re: Help me pls. Video download for rtmpdump.Blimey! You are an expert ffmpeg user, indeed!! Thank you!!
|
All times are GMT -6. The time now is 04:58 AM. |