Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Failed to download file from rtmp link

(http://stream-recorder.com/forum/showthread.php?t=12380)

vlpm4st3r 05-10-2012 06:48 AM

Failed to download file from rtmp link


 
Hello everyone!
I have been tried to download file video flv from rtmp server by Internet Download Manger. But it noticed that: "Connection has been closed by server"
Link video:
rtmp://media.hocmai.vn/oflaDemo/THPT/Lop_13/Toan/Tran_Phuong/VIP/21.Phuong_phap_tich_phan_tung_phan//01.Cong_thuc_tich_phan_tung_phan.flv
I've tried to use rtmpdump and more to dl this video, but not successfully. Really i need that, can you show me how to download that video???
Thanks
P/s: I'm from vietnam, so i speak English quite bad.

Josan420 05-10-2012 07:21 AM

Re: Failed to download file from rtmp link


 
post the website link
and look this thread
http://stream-recorder.com/forum/pls...-vn-t8795.html

vlpm4st3r 05-10-2012 08:15 AM

Re: Failed to download file from rtmp link


 
Yes, you can see, that site: http://hocmai.vn but it only allow to view video but not download. I 'll try to view that topic for usefull.

vlpm4st3r 05-10-2012 09:14 AM

Re: Failed to download file from rtmp link


 
I have successfully. Thanks all..................

chap 05-11-2012 06:59 AM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by vlpm4st3r (Post 45721)
I still have one problem, that i can only dl first file on rtmp server when use RTMPExplorer

use rtmpexplorer+rtmpsusk;)

vlpm4st3r 05-11-2012 07:24 AM

Re: Failed to download file from rtmp link


 
@chap: Can you show me can i do?plz, step by step

chap 05-11-2012 07:42 AM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by vlpm4st3r (Post 45731)
@chap: Can you show me can i do?plz, step by step

rtmpexplorer.exe>close rtmpsrv.exe>open rtmpsusk.exe

vlpm4st3r 05-11-2012 09:56 PM

Re: Failed to download file from rtmp link


 
No body?????????

chap 05-12-2012 03:10 AM

Re: Failed to download file from rtmp link


 
try use TubeDigger(REC MODE)

greenythebeast 05-12-2012 12:59 PM

Re: Failed to download file from rtmp link


 
Tubedigger closing immediately means you're using a cracked version. Try buying it.

vlpm4st3r 05-12-2012 01:32 PM

Re: Failed to download file from rtmp link


 
Yes, i am using crack version.......

greenythebeast 05-12-2012 01:34 PM

Re: Failed to download file from rtmp link


 
Well if you want it to work correctly, you'll need to buy it obviously...

vlpm4st3r 05-12-2012 01:44 PM

Re: Failed to download file from rtmp link


 
Yes, but this is big problem, because i don't have money to buy it, so i have to use crack version....... and so that i need to download video from that page....

vlpm4st3r 05-12-2012 01:45 PM

Re: Failed to download file from rtmp link


 
Now 2:45 AM in vietnam, so i must go to bed , good night every one... :D

vlpm4st3r 05-12-2012 08:25 PM

Re: Failed to download file from rtmp link


 
No other way for me to download it?Who can help me, please

svnpenn 05-12-2012 09:20 PM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by vlpm4st3r
No other way for me to download it?Who can help me, please

No link to video in question +
Vietnam domain +
Password protected site +
No posted login info =

No help

vlpm4st3r 05-12-2012 09:38 PM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by svnpenn (Post 45933)
No link to video in question +
Vietnam domain +
Password protected site +
No posted login info =

No help

Video link: http://hocmai.vn/mod/scorm/view.php?id=30787
Login info:
Username: vlpm4st3r
Pw: 01698074572

svnpenn 05-13-2012 12:04 AM

Re: Failed to download file from rtmp link


 
Code:

rtmpdump \
-r rtmp://media.hocmai.vn \
-a oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/ \
-p http://hocmai.vn \
-y 02.Vi_du_1.flv \
-o 02.Vi_du_1.flv
.


vlpm4st3r 05-13-2012 12:28 AM

Re: Failed to download file from rtmp link


 
I use rtmpdump with your code, and receive this result: :D
Quote:

C:\Documents and Settings\Admin\Desktop\rtmpdump>rtmpdump -r "rtmp://media.hocma
i.vn" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc_Hoa_LTDH_Dam_ba
o/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn" -y "02.Vi_du_1.fl
v" -o 02.Vi_du_1.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: No application or playpath in URL!
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

C:\Documents and Settings\Admin\Desktop\rtmpdump>

svnpenn 05-13-2012 12:39 AM

Re: Failed to download file from rtmp link


 
Code:

$ rtmpdump \
> -r rtmp://media.hocmai.vn \
> -a oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/ \
> -p http://hocmai.vn \
> -y 02.Vi_du_1.flv \
> -o 02.Vi_du_1.flv
RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: No application or playpath in URL!
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              264.80
INFO:  width                640.00
INFO:  height                352.00
INFO:  videodatarate        500.00
INFO:  framerate            25.00
INFO:  videocodecid          4.00
INFO:  audiodatarate        32.00
INFO:  audiodelay            0.11
INFO:  audiocodecid          2.00
INFO:  canSeekToEnd          TRUE
1898.986 kB / 28.11 sec (10.6%)


.


greenythebeast 05-13-2012 01:18 AM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by vlpm4st3r (Post 45949)
I use rtmpdump with your code, and receive this result: :D

You need to update your rtmpdump version. Check out the sticky with the unofficial binaries.

svnpenn 05-13-2012 01:25 AM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by greenythebeast
You need to update your rtmpdump version

No

Code:

$ rtmpdump \
> -r rtmp://media.hocmai.vn \
> -a oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/ \
> -p http://hocmai.vn \
> -y 02.Vi_du_1.flv \
> -o 02.Vi_du_1.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: No application or playpath in URL!
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              264.80
INFO:  width                640.00
INFO:  height                352.00
INFO:  videodatarate        500.00
INFO:  framerate            25.00
INFO:  videocodecid          4.00
INFO:  audiodatarate        32.00
INFO:  audiodelay            0.11
INFO:  audiocodecid          2.00
INFO:  canSeekToEnd          TRUE
1904.531 kB / 28.19 sec (10.6%)


.


vlpm4st3r 05-14-2012 12:21 AM

Re: Failed to download file from rtmp link


 
Thanks svnpenn, but i still receive this result:

Code:

C:\Documents and Settings\Admin\Desktop\rtmpdump>rtmpdump -r "rtmp://media.hocma
i.vn" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_ba
o/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn" -y "02.Vi_du_1.fl
v" -o 02.Vi_du_1.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: No application or playpath in URL!
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

C:\Documents and Settings\Admin\Desktop\rtmpdump>

Can you show me by video clip or picture step by step. Thanks. I realy need it. Please.

vlpm4st3r 05-15-2012 12:51 AM

Re: Failed to download file from rtmp link


 
Plz help me

synopeas 05-15-2012 11:12 AM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by vlpm4st3r (Post 46124)
Plz help me

Code:

rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "01.Nguyen_tac.flv" -o 01.Nguyen_t
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "02.Vi_du_1.flv" -o 02.Vi_du_1.flv
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "03.Vi_du_2.flv" -o 03.Vi_du_2.flv
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "04.Vi_du_3.flv" -o 04.Vi_du_3.flv
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "05.Vi_du_4.flv" -o 05.Vi_du_4.flv
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "06.Vi_du_5.flv" -o 06.Vi_du_5.flv
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "07.Vi_du_6.flv" -o 07.Vi_du_6.flv


vlpm4st3r 05-15-2012 11:38 AM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by synopeas (Post 46151)
Code:

rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "01.Nguyen_tac.flv" -o 01.Nguyen_t
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "02.Vi_du_1.flv" -o 02.Vi_du_1.flv
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "03.Vi_du_2.flv" -o 03.Vi_du_2.flv
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "04.Vi_du_3.flv" -o 04.Vi_du_3.flv
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "05.Vi_du_4.flv" -o 05.Vi_du_4.flv
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "06.Vi_du_5.flv" -o 06.Vi_du_5.flv
rtmpdump -r "rtmp://media.hocmai.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http://hocmai.vn/" -y "07.Vi_du_6.flv" -o 07.Vi_du_6.flv


Are you successfully with that code??? I cann't
Code:

C:\Documents and Settings\Admin\Desktop\rtmpdump>rtmpdump -r "rtmp://media.hocma
i.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pha
m_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_d
ien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http:
//hocmai.vn/" -y "02.Vi_du_1.flv" -o 02.Vi_du_1.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

C:\Documents and Settings\Admin\Desktop\rtmpdump>


greenythebeast 05-15-2012 02:26 PM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by vlpm4st3r (Post 46153)
Are you successfully with that code??? I cann't
Code:

C:\Documents and Settings\Admin\Desktop\rtmpdump>rtmpdump -r "rtmp://media.hocma
i.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pha
m_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_d
ien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http:
//hocmai.vn/" -y "02.Vi_du_1.flv" -o 02.Vi_du_1.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

C:\Documents and Settings\Admin\Desktop\rtmpdump>


Something is wrong with the site I believe. None of the videos play on the site either.

svnpenn 05-15-2012 04:09 PM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by greenythebeast (Post 46155)
Something is wrong with the site I believe. None of the videos play on the site either.

Confirm.

vlpm4st3r 05-15-2012 07:25 PM

Re: Failed to download file from rtmp link


 
I don't understand

svnpenn 05-15-2012 08:57 PM

Re: Failed to download file from rtmp link


 
I dont know why this works, but it does. Happy hunting.

Code:

#!/bin/sh
host_file='C:\Windows\System32\drivers\etc\hosts'
echo '127.0.0.1 media.hocmai.vn' > $host_file

# Start monitoring
cat <<EOF
Press enter to start RtmpSrv, then start video.
After capture, press "q, enter" to quit.
EOF
read
rtmpsrv > capture.sh

# Restore hosts file
echo > $host_file

# Run RtmpDump
dos2unix capture.sh
./capture.sh


vlpm4st3r 05-15-2012 09:44 PM

Re: Failed to download file from rtmp link


 
what is it? i don't know that, sorry. I need the way to download video on the site, any other i don't understand , lol :D :D

vlpm4st3r 05-15-2012 09:54 PM

Re: Failed to download file from rtmp link


 
i add this line to host file:
Code:

127.0.0.1 media.hocmai.vn
and then i cann't play video on the browser and cann't dl it

Code:

C:\Documents and Settings\Admin\Desktop\rtmpdump>rtmpdump -r "rtmp://media.hocma
i.vn/oflaDemo/2010-2011/THPT/LTDH/Bai_giang_dien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pha
m_Ngoc_Son/36.Phuong_phap_quy_doi/" -a "oflaDemo/2010-2011/THPT/LTDH/Bai_giang_d
ien_tu/Hoa_hoc/Hoa_LTDH_Dam_bao/Pham_Ngoc_Son/36.Phuong_phap_quy_doi/" -p "http:
//hocmai.vn/" -y "02.Vi_du_1.flv" -o 02.Vi_du_1.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 10061 (Unknown error)

C:\Documents and Settings\Admin\Desktop\rtmpdump>

:D:D:D:D:D

svnpenn 05-15-2012 09:56 PM

Re: Failed to download file from rtmp link


 
Im not going to put diapers on a baby.

vlpm4st3r 05-15-2012 10:05 PM

Re: Failed to download file from rtmp link


 
is that linux command? capture.sh is a file?? and those command on cmd in windows???

svnpenn 05-15-2012 10:11 PM

Re: Failed to download file from rtmp link


 
Those command are part of a Bash script. Bash is a shell alternative to cmd.exe. I do not use cmd.exe because it is terrible.

If you want to use the script I posted, you will need to install/learn Bash.

vlpm4st3r 05-15-2012 10:39 PM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by svnpenn (Post 46184)
Those command are part of a Bash script. Bash is a shell alternative to cmd.exe. I do not use cmd.exe because it is terrible.

If you want to use the script I posted, you will need to install/learn Bash.

So If i want to download stream video on the site mean i must learn, install and use bash script??

svnpenn 05-15-2012 10:55 PM

Re: Failed to download file from rtmp link


 
The script is only a means to an end. The goal is to download the video. Executing a bash script like the one I posted is one way to do that. A similar program could be written in

Perl
Ruby
C
even a batch file

It is beyond the scope of this thread and very likely this entire website to teach you how to program. Regards.

greenythebeast 05-16-2012 12:10 AM

Re: Failed to download file from rtmp link


 
In an effort to end this thread (save the electrons!) and help out the OP I went ahead and downloaded all of the videos and put them in a .zip archive. I've PM'ed the OP with the file details.

svnpenn 05-16-2012 12:25 AM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by greenythebeast (Post 46190)
In an effort to end this thread (save the electrons!) and help out the OP I went ahead and downloaded all of the videos and put them in a .zip archive. I've PM'ed the OP with the file details.

You might want to include instructions on how to extract from a zip file

:|

greenythebeast 05-16-2012 12:28 AM

Re: Failed to download file from rtmp link


 
Quote:

Originally Posted by svnpenn (Post 46191)
You might want to include instructions on how to extract from a zip file

:|

Oh stop it svnpenn :P Give the guy a break. You've already insulted him enough in this thread, haha.


All times are GMT -6. The time now is 09:44 AM.