View Single Post
  #3  
Old 02-19-2012, 03:47 AM
mocha mocha is offline
Junior Member
 
Join Date: Mar 2010
Posts: 23
mocha is on a distinguished road
Default

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


Well 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'
I was trying stuff like this

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"
and of course none of that was working. Thanks again.
Reply With Quote