View Single Post
  #3  
Old 02-19-2011, 08:39 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Cool

Re: RTMPDump: fox.com/full-episodes


Quote:
Originally Posted by tonyb View Post
How do you download from fox.com/full-episodes using rtmpdump. I've tried using the "-a", "-y" and "-W" options.
You can try to use rtmpsrv, to find the missing parameters.
If you use Windows, you must edit the hosts file:

Code:
127.0.0.1 video.fox.com
Code:
RTMP Server v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

rtmpdump -r "rtmpe://video.fox.com:1935/ondemand?__nn__=60868963001&slist=streams/51296410001/&auth=daEb5ahaHbRdacScObnbDdmabdQc7doaNdJ-bnx9RW-bWG-VxNMADOAv6vony&aifp=1262893744044&videoId=795185622001&lineUpId=&pubId=51296410001&playerId=644436256001&affiliateId=" -a "ondemand?__nn__=60868963001&slist=streams/51296410001/&auth=daEb5ahaHbRdacScObnbDdmabdQc7doaNdJ-bnx9RW-bWG-VxNMADOAv6vony&aifp=1262893744044&videoId=795185622001&lineUpId=&pubId=51296410001&playerId=644436256001&affiliateId=" -f "WIN 10,1,102,64" -W "http://admin.brightcove.com/viewer/us1.25.00.02.2011-02-17102332/federatedVideo/BrightcovePlayer.swf" -p "http://www.fox.com/fringe/full-episodes" -y "mp4:streams/51296410001/51296410001_795183402001_Fringe-FR314-500k.mp4?__nn__=60868963001&slist=streams/51296410001/&auth=daEb5ahaHbRdacScObnbDdmabdQc7doaNdJ-bnx9RW-bWG-VxNMADOAv6vony&aifp=1262893744044&videoId=795185622001&lineUpId=&pubId=51296410001&playerId=644436256001&affiliateId=" -o 51296410001_795183402001_Fringe-FR314-500k.flv
RTMPDump v2.3:

Code:
rtmpdump -r "rtmpe://video.fox.com:1935/ondemand?__nn__=60868963001&slist=streams/51296410001/&auth=daEb5ahaHbRdacScObnbDdmabdQc7doaNdJ-bnx9RW-bWG-VxNMADOAv6vony&aifp=1262893744044&videoId=795185622001&lineUpId=&pubId=51296410001&playerId=644436256001&affiliateId=" -a "ondemand?__nn__=60868963001&slist=streams/51296410001/&auth=daEb5ahaHbRdacScObnbDdmabdQc7doaNdJ-bnx9RW-bWG-VxNMADOAv6vony&aifp=1262893744044&videoId=795185622001&lineUpId=&pubId=51296410001&playerId=644436256001&affiliateId=" -f "WIN 10,1,102,64" -W "http://admin.brightcove.com/viewer/us1.25.00.02.2011-02-17102332/federatedVideo/BrightcovePlayer.swf" -p "http://www.fox.com/fringe/full-episodes" -y "mp4:streams/51296410001/51296410001_795183402001_Fringe-FR314-500k.mp4?__nn__=60868963001&slist=streams/51296410001/&auth=daEb5ahaHbRdacScObnbDdmabdQc7doaNdJ-bnx9RW-bWG-VxNMADOAv6vony&aifp=1262893744044&videoId=795185622001&lineUpId=&pubId=51296410001&playerId=644436256001&affiliateId=" -o 51296410001_795183402001_Fringe-FR314-500k.flv
Code:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              2636.14
INFO:   moovPosition          40.00
INFO:   width                 480.00
INFO:   height                270.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              21.00
INFO:   aacaot                2.00
INFO:   videoframerate        23.98
INFO:   audiosamplerate       48000.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                63267204.00
INFO:   timescale             24000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                126534656.00
INFO:   timescale             48000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO:   length                63267328.00
INFO:   timescale             24000.00
INFO: sampledescription:
INFO:   length                63267204.00
INFO:   timescale             24000.00
INFO: sampledescription:
177051.645 kB / 2636.12 sec (99.9%)
Download complete
Reply With Quote