Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
AT&T Videos sudden conversion to RTMPT that can't be downloadedhttp://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. |
#2
|
|||
|
|||
Re: AT&T Videos sudden conversion to RTMPT that can't be downloadedQuote:
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%) |
#3
|
|||
|
|||
Re: AT&T Videos sudden conversion to RTMPT that can't be downloadedWell I tried everything 10 times more complicated except that! Thanks! How were you able to determine that based on the page source? An example page source is:
Code:
flowplayer("player", {src: '/flowplayer/flowplayer.commercial-3.2.7.swf', wmode: 'opaque'},{ clip: { url: '10957_AA11170_Stepping_Along_TV_FL8_576x432_700K', provider: 'rtmpt', autoPlay: true, autoBuffering: false, scaling: 'fit'}, key:'#@e2c94c013b26c66d99f', plugins: { rtmpt: { url: '/flowplayer/flowplayer.rtmp-3.2.3.swf', // netConnectionUrl defines where the streams are found netConnectionUrl: 'rtmpt://fms.5C42.att-acdn.net/005C42/techchannel/10957/videos' Code:
rtmpdump -r rtmpt://xxxx -W "flowplayer/flowplayer.rtmp-3.2.3.swf" -y "10957_AA11170_Stepping_Along_TVxxxxxxx.flv -T "#@e2c94c013b26c66d99f" -p "http://techchannel.att.com/xxxxx" |
Tags: att, rtmpsrv, rtmpt |
Thread Tools | |
Display Modes | |
|
|