PDA

View Full Version : downloading embedded JWplayer videos..


kayseesee
03-07-2012, 04:39 PM
I'm trying to download the following two videos, but am at lost with it.. I tried a couple of addons on the browser, and Jaksta (http://www.google.com/url?q=http://stream-recorder.com/forum/jaksta-powerful-flash-video-stream-recorder-rtmp-t4069.html&sa=U&ei=M05YT9q1K4-utweKy6zxDg&ved=0CAYQFjAB&client=internal-uds-cse&usg=AFQjCNGpuv1Umlb0dPmLYGzzvFoM4Uy8Mw), but couldn't figure it out. Is there any expert out there that would know how to get them downloaded (in any format)? I'd appreciate any advice.

http://www.cengage.com/introbusiness/book_content/053847808X_pride/videos/ch01_nederlander.html

http://www.cengage.com/introbusiness/book_content/053847808X_pride/videos/ch06_llbean.html

Bahman
03-08-2012, 12:40 AM
Use StreamTransport (http://www.google.com/url?q=http://stream-recorder.com/forum/streamtransport-tool-download-http-rtmp-rtmpe-streams-t5917.html&sa=U&ei=bp1ZT8bGEIm4twfbk_mFDA&ved=0CAQQFjAA&client=internal-uds-cse&usg=AFQjCNFNB676NWfDQJXGAvjwU7OK9x6bog)!!

kayseesee
03-08-2012, 12:57 AM
Thanks for the suggestion, but I have a mac.. the only mac althernatives that I can find are Video Downloader and Jaksta, both of which didn't work.. ugh.

Bahman
03-08-2012, 01:36 AM
You have to use rtmpdump (http://www.google.com/url?q=http://stream-recorder.com/forum/rtmpdump-freeware-rtmp-stream-downloader-macos-x-t3838.html&sa=U&ei=q51ZT7SbA8OJtwf3qoyFDA&ved=0CAQQFjAA&client=internal-uds-cse&usg=AFQjCNFX08csLaUixITki1TrmffejQDZ4A), then!! ;)
1st vid:
rtmpdump -r "rtmp://wowza.cengage.com:443/business-economics/" -a "business-economics/" -y "introbusiness/pride_business11e/CH01_Nederlander.flv" -o "CH01_Nederlander.flv"
RTMPDump v2.4 GIT-2012-02-24 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 586.67
INFO: width 480.00
INFO: height 360.00
INFO: videodatarate 700.00
INFO: framerate 23.98
INFO: videocodecid 4.00
INFO: audiodatarate 64.00
INFO: audiodelay 0.03
INFO: audiocodecid 2.00
INFO: canSeekToEnd TRUE
34.361 kB / 0.98 sec (0.1%)
Captions: http://www.cengage.com/introbusiness/closedcaption/CH01_Nederlander.XML

2nd vid:
rtmpdump -r "rtmp://wowza.cengage.com:443/business-economics/" -a "business-economics/" -y "introbusiness/pride_business11e/CH06_LLBean.flv" -o "CH06_LLBean.flv"
RTMPDump v2.4 GIT-2012-02-24 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 445.90
INFO: width 480.00
INFO: height 360.00
INFO: videodatarate 700.00
INFO: framerate 23.98
INFO: videocodecid 4.00
INFO: audiodatarate 64.00
INFO: audiodelay 0.03
INFO: audiocodecid 2.00
INFO: canSeekToEnd TRUE
14.510 kB / 1.02 sec (0.2%)
Captions: http://www.cengage.com/introbusiness/closedcaption/CH06_LLBean.XML

;)

kayseesee
03-08-2012, 10:42 AM
you are wonderful Bahman!
I've never used rtmpdump before. I have a mac. Would I still be able to use it?

Thank you!

K

Bahman
03-08-2012, 01:31 PM
Yep!

You are welcome! ;)

bat999
03-08-2012, 07:44 PM
Hi Bahman
I think it might be necessary to use 'live' switch with these two downloads.

rtmpdump -r "rtmp://wowza.cengage.com:443/business-economics/" -a "business-economics/" -y "introbusiness/pride_business11e/CH01_Nederlander.flv" -v -o "CH01_Nederlander.flv"

rtmpdump -r "rtmp://wowza.cengage.com:443/business-economics/" -a "business-economics/" -y "introbusiness/pride_business11e/CH06_LLBean.flv" -v -o "CH06_LLBean.flv"

Bahman
03-09-2012, 12:19 AM
I have nothing to say except you are right!! ;)