Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
downloading embedded JWplayer videos..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, 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...derlander.html http://www.cengage.com/introbusiness...06_llbean.html |
#2
|
|||
|
|||
Re: downloading embedded JWplayer videos..Use StreamTransport!!
|
#3
|
|||
|
|||
Re: downloading embedded JWplayer videos..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.
|
#4
|
|||
|
|||
Re: downloading embedded JWplayer videos..You have to use rtmpdump, then!!
1st vid: Code:
rtmpdump -r "rtmp://wowza.cengage.com:443/business-economics/" -a "business-economics/" -y "introbusiness/pride_business11e/CH01_Nederlander.flv" -o "CH01_Nederlander.flv" Code:
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%) 2nd vid: Code:
rtmpdump -r "rtmp://wowza.cengage.com:443/business-economics/" -a "business-economics/" -y "introbusiness/pride_business11e/CH06_LLBean.flv" -o "CH06_LLBean.flv" Code:
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%) |
#5
|
|||
|
|||
Re: downloading embedded JWplayer videos..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 |
#6
|
|||
|
|||
Re: downloading embedded JWplayer videos..Yep!
You are welcome! |
#7
|
|||
|
|||
Re: downloading embedded JWplayer videos..Hi Bahman
I think it might be necessary to use 'live' switch with these two downloads. Code:
rtmpdump -r "rtmp://wowza.cengage.com:443/business-economics/" -a "business-economics/" -y "introbusiness/pride_business11e/CH01_Nederlander.flv" -v -o "CH01_Nederlander.flv" Code:
rtmpdump -r "rtmp://wowza.cengage.com:443/business-economics/" -a "business-economics/" -y "introbusiness/pride_business11e/CH06_LLBean.flv" -v -o "CH06_LLBean.flv" |
#8
|
|||
|
|||
Re: downloading embedded JWplayer videos..I have nothing to say except you are right!!
|
Tags: downloading videos, jwplayer |
Thread Tools | |
Display Modes | |
|
|