Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Help me pls. Video download for rtmpdump.hi,
Reviewed the documents but I can NOT download video. video site : www.acunn.com Code:
modes: [ { type: "flash", src: "http://isc.acunn.com/static/player/secureplayer.swf", config: { file: "acunn/b/yetenek-sizsiniz/1328730686.mp4", image: "http://s.cdn.acunn.com/video/acunn/b/yetenek-sizsiniz/1328730686.mp4.jpg", streamer: "rtmpe://main.eu.cdn.streamprovider.net:80/securestreaming", provider: "rtmp" } }, { type: "html5", config: { file: "http://main.eu.cdn.streamprovider.net:1935/vod/_definst_/acunn/b/yetenek-sizsiniz/1328730686.mp4 /playlist.m3u8" } 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. |
#2
|
|||
|
|||
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 |
#3
|
|||
|
|||
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 |
#4
|
|||
|
|||
Re: Help me pls. Video download for rtmpdump.Quote:
|
#5
|
|||
|
|||
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) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... WARNING: Trying different position for server digest! INFO: Connected... Starting download at: 0.000 kB INFO: Metadata: INFO: trackinfo: INFO: timescale 25.00 INFO: length 3935.00 INFO: language eng INFO: sampledescription: INFO: sampletype avc1 INFO: timescale 48000.00 INFO: length 7553024.00 INFO: language eng INFO: sampledescription: INFO: sampletype mp4a INFO: audiochannels 2.00 INFO: audiosamplerate 48000.00 INFO: videoframerate 25.00 INFO: aacaot 2.00 INFO: avclevel 21.00 INFO: avcprofile 100.00 INFO: audiocodecid mp4a INFO: videocodecid avc1 INFO: width 540.00 INFO: height 360.00 INFO: moovposition 18313500.00 INFO: duration 157.40 41.305 kB / 0.20 sec (0.1%) |
#6
|
|||
|
|||
Re: Help me pls. Video download for rtmpdump.Thanks for posts.
Thanks @Bahman 18084.187 kB / 157.36 sec (99.9%) Download complete |
Tags: download rtmpdump, rtmpdump help |
Thread Tools | |
Display Modes | |
|
|