View Single Post
  #2  
Old 02-23-2012, 12:12 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Need Help Downloading audio from JW Player video on website


Use rtmpdump!!

Code:
rtmpdump -r "rtmp://208.108.3.167/vod/" -a "vod/" -W "http://www.ohiochannel.org/JwPlayer/player.swf" -y "mp4:content_files_user/107994/125898.mp4" -o 125898.flv
Code:
RTMPDump v2.4 GIT-2011-12-22 (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: trackinfo:
INFO:   timescale             30000.00
INFO:   length                140611000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   timescale             48000.00
INFO:   length                224973823.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO:   audiochannels         2.00
INFO:   audiosamplerate       48000.00
INFO:   videoframerate        30.00
INFO:   aacaot                2.00
INFO:   avclevel              13.00
INFO:   avcprofile            66.00
INFO:   audiocodecid          mp4a
INFO:   videocodecid          avc1
INFO:   width                 480.00
INFO:   height                360.00
INFO:   frameWidth            480.00
INFO:   frameHeight           360.00
INFO:   displayWidth          480.00
INFO:   displayHeight         360.00
INFO:   framerate             30.00
INFO:   moovposition          40.00
INFO:   duration              4687.03
54.862 kB / 2.87 sec (0.0%)
After downloading the video file, use "FLV Extract" for extracting the audio from the video file!
Reply With Quote