Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Download videos from fundorado DOT de (partial success achieved)Hello dear experts :-)
I've bought an account for fundorado DOT de and just found out (after spending quite some money) that I can't easily download the clips there. The good: I've been able to download few videos by using rtmpdump. This download worked for me: Code:
rtmpdump -r "rtmp://streaming.fundorado.com:80/pp_fd4/?vses=aa2d53a876bb40f103722cb5b7c51920a3c04fb0&vhash=6ba05c67c62bc9f8402de79a2898c2b87866b5e8" -a "pp_fd4/?vses=aa2d53a876bb40f103722cb5b7c51920a3c04fb0&vhash=6ba05c67c62bc9f8402de79a2898c2b87866b5e8" -y "mp4:/club/exklusiv/internet_aufriss/145_156/149/hi/01_hi.mp4" -W "http://www.fundorado.de/src/swfplayer6/jwplayer_flash.swf" -p "http://www.fundorado.de/club/exklusiv/" -z -o "ia149.flv" -v Code:
rtmpdump -r "rtmp://streaming.fundorado.com:80/pp_fd3/?vses=622363eed61ab69bdd0a417807adbec6ce15ef1b&vhash=a01703205b031b7359dbeb42ed3d0a3041f706b4" -a "pp_fd3/?vses=622363eed61ab69bdd0a417807adbec6ce15ef1b&vhash=a01703205b031b7359dbeb42ed3d0a3041f706b4" -y "mp4:/club/exklusiv/internet_aufriss/085_096/091/hi/01_mid.mp4" -W "http://www.fundorado.de/src/swfplayer6/jwplayer_flash.swf" -p "http://www.fundorado.de/club/exklusiv/" -V -o "ia148.flv" -v 1. If the --app contains "pp_fd4", all downloads work. If the --app differs ("pp_fd", "pp_fd2", "pp_fd3"), the downloads actually start, but it stops pretty soon with this output: [...] DEBUG: HandleCtrl, Stream BufferReady 1 84.345 kB / 0.36 sec (0.0%) DEBUG: Socket closed by server, nBytes: 0 DEBUG: Invoking deleteStream ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 11039 137.766 kB / 0.58 sec (0.0%) DEBUG: RTMP_Read returned: 0 Download may be incomplete (downloaded about 0.00%), try resuming DEBUG: Closing connection. Any idea what could be wrong? I've attached my rtmpdump -V logs. If it would help: I can provide output of rtmpdump -z as well. Thanks in advance :-) Last edited by ringding : 11-11-2015 at 02:58 PM. Reason: Added code tags |
#2
|
|||
|
|||
Re: Download videos from fundorado DOT de (partial success achieved)I've just tried Internet Download Manager (IDM) and this tool is able to grab the videos, even if the playpath contains fd, fd2 and fd3.
Maybe IDMs RTMP client implementation works slightly different to rtmpdump? EDIT: I stand corrected: while IDM manager to resume the connection, it actually fails to save the complete stream. It just keeps receiving data but in the end it can't download the stream. So I'm still looking for help to download from fundorado :-) Last edited by ringding : 11-11-2015 at 06:36 PM. |
#3
|
|||
|
|||
Re: Download videos from fundorado DOT de (partial success achieved)Managed to fix it now.
Looks like I had to use rtmpsrv and make sure that the video has NOT yet been played in the browser when running the rtmpdump command. I've used the following steps: 1. Created an iptables rule to redirect traffic that was going to be send to port 80 of the streaming server to the local port 1935 2. Started rtmpsrv 3. Got the rtmpdump command from rtmpsrv 4. Delete the created iptables rule 5. Append the --live parameter to the generated rtmpdump command 6. Start rtmpdump and download the stream For --app paths containing "pp_fd4" it didn't matter if the video has been already played in the browser. The generated commands were basically persistent as the session hashes don't seem to expire for "pp_fd4". |
Tags: adult, rtmpdump |
Thread Tools | |
Display Modes | |
|
|