download stuck and always partialHello,
I am facing some problems trying to download a stream (from an audio-book). I did some progress, but not much. At first I got to run rtmpsrv to get the parameters and I used that, with no success. This is the output in my console: Code:
$ rtmpdump -r "rtmpe://delivery-3.elib.se/vod/" -a "vod/" -W "https://www.elib.se/streaming/ElibLibraryPlayerSmall_1_4.swf" -p "https://www.elib.se/streaming/ElibLibraryPlayerSmall.asp?ticket=9ac2ae7e-2a8f-43bc-a60b-c1115cbfa8b8&ebook_id=9187377500&id_type=ISBN&lang=SE" -y "mp3:ISBN9187377500/mp3/Avsnitt001" -o Avsnitt001.flv And this run only gets about 700 KB of data. So I tried to play a little along with the parameters. I got to bypass the first error about SWFVerification with --swfhash and --swfsize ... Code:
3$ rtmpdump -r "rtmpe://delivery-3.elib.se/vod/" -a "vod/" --swfhash "d6fce09e95bf96967f0ad9ac1b1cabd240b6011fcecbf3815411eda1a9761489" --swfsize 839402 -p "https://www.elib.se/streaming/ElibLibraryPlayerSmall.asp?ticket=9ac2ae7e-2a8f-43bc-a60b-c1115cbfa8b8&ebook_id=9187377500&id_type=ISBN&lang=SE" -y "mp3:ISBN9187377500/mp3/Avsnitt001" -o Avsnitt001.flv Code:
$ rtmpdump -r "rtmpe://delivery-3.elib.se/vod/" -a "vod/" --swfhash "d6fce09e95bf96967f0ad9ac1b1cabd240b6011fcecbf3815411eda1a9761489" --swfsize 839402 -p "https://www.elib.se/streaming/ElibLibraryPlayerSmall.asp" -T "9ac2ae7e-2a8f-43bc-a60b-c1115cbfa8b8" -y "mp3:ISBN9187377500/mp3/Avsnitt001" -o Avsnitt001.flv |
Re: download stuck and always partialhi
I suppose you work on linux you use an older release of rtmpdump you need to compile last patched version by KSV http://stream-recorder.com/forum/cus...le-t16103.html with this one Code:
rtmpdump -r "rtmpe://delivery-3.elib.se/vod/" -a "vod/" -W "https://www.elib.se/streaming/ElibLibraryPlayerSmall_1_4.swf" -p "https://www.elib.se/streaming/ElibLibraryPlayerSmall.asp?ticket=9ac2ae7e-2a8f-43bc-a60b-c1115cbfa8b8&ebook_id=9187377500&id_type=ISBN&lang=SE" -y "mp3:ISBN9187377500/mp3/Avsnitt001" -o Avsnitt001.flv |
Re: download stuck and always partialBiezom nailed it!
Let us know if that works :) |
Re: download stuck and always partialQuote:
Quote:
Just now having some problems for uninstalling the old version. A little confused between Ubuntu and Mac Os :o |
All times are GMT -6. The time now is 10:53 PM. |