View Single Post
  #2  
Old 02-19-2012, 12:13 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: AT&T Videos sudden conversion to RTMPT that can't be downloaded


Quote:
Originally Posted by mocha View Post
http://techchannel.att.com/showpage.cfm?ATT-Archives

For almost a year the videos at the URL above were exposed via simple links to the FLV file. Now it appears they've changed over to a RTMPT method. I see an rtmpt URL in the page source for the videos and I've done a core dump of the flash process with the same results. rtmpsrv from git is not able to decode the proper parameters to download these videos. I've also tried many manual options to no avail. Any suggestions? Thanks.
example
http://techchannel.att.com/play-vide...sary-Pay-Phone
Code:
rtmpdump -r "rtmp://fms.5C42.att-acdn.net:80/005C42/techchannel/10946/videos/10946_AA11217_Public_PayPhone_FL8_576x432_700K" -o t.flv
Code:
E:\>rtmpdump
-r "rtmp://fms.5C42.att-acdn.net:80/005C42/techchannel/10946/videos/10946_AA1121
7_Public_PayPhone_FL8_576x432_700K" -o t.flv
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:   duration              277.11
INFO:   width                 576.00
INFO:   height                432.00
INFO:   videodatarate         700.00
INFO:   audiodatarate         125.00
INFO:   framerate             29.97
INFO:   creationdate          Mon Jan 30 16:40:31 2012
INFO:   lasttimestamp         277.08
INFO:   lastkeyframetimestamp 270.00
INFO:   videocodecid          4.00
INFO:   audiocodecid          2.00
INFO:   audiodelay            0.00
INFO:   canSeekToEnd          FALSE
INFO:   filesize              31551643.00
INFO:   videosize             26914562.00
INFO:   audiosize             4561006.00
INFO:   datasize              18912.00
1852.574 kB / 18.62 sec (6.7%)
Reply With Quote