View Single Post
  #20  
Old 03-28-2011, 10:15 AM
Anon123 Anon123 is offline
Junior Member
 
Join Date: Dec 2010
Posts: 5
Anon123 is on a distinguished road
Default

ilp.nba.com: Recording new setup of NBA League pass


So here is my problem. About 3-4 months ago i figured how to download games from NBA ILP. But then obviously something changed and i can't figure it out so i came here for some help.

Here is how it used to be:
I got 2 parameters with Fiddler. They were:

Code:
rtmp://cdncon.fcod.llnwd.net/a277/e1/mp4:u/nbamobile/vod/nba/2010/12/06/21000302/pc/2_21000302_tor_ind_2010_h_whole_hd.mp4
Code:
rtmp://cdncon.fcod.llnwd.net/a277/e1/mp4:u/nbamobile/vod/nba/2010/12/06/21000302/pc/2_21000302_tor_ind_2010_h_whole_hd?e=1293565468&h=b820e2d89d76fd0e3e8bf2e3a6134508
then i put those parameters together and i got this line:

Code:
rtmpdump -r "rtmp://cdncon.fcod.llnwd.net/a277/e1/mp4:u/nbamobile/vod/nba/2010/12/06/21000302/pc/2_21000302_tor_ind_2010_h_whole_hd.mp4" -o "ind_tor.flv" -t "rtmp://cdncon.fcod.llnwd.net/a277/e1/mp4:u/nbamobile/vod/nba/2010/12/06/21000302/pc/2_21000302_tor_ind_2010_h_whole_hd?e=1293565468&h=b820e2d89d76fd0e3e8bf2e3a6134508"
AND IT WORKED!!!

But then they changed, servers probably.

NOW: i get those two parameters in Fiddler:
Code:
rtmp://cp117939.edgefcs.net/ondemand/mp4:s/nbamobile/vod/nba/2011/03/02/21000902/pc/2_21000902_chi_atl_2010_h_whole_hd.mp4
Code:
rtmp://cp117939.edgefcs.net/ondemand/mp4:s/nbamobile/vod/nba/2011/03/02/21000902/pc/2_21000902_chi_atl_2010_h_whole_hd.mp4?auth=daFdidfahd1bxdYdXcQcBaZcgcRd9bkavc7-bnIZVg-jy-JItBuoGBqzkmDA&aifp=v001&slist=s/nbamobile/vod/nba/2011/03/02/21000902/pc/2_21000902_chi_atl_2010_h_whole_hd
and if I put them together like I used to, I get an error:
rtmp server sent error
rtmp server requested close

I would really appreciate if someone could figure this out. Here are some additional parameters that could help:

Host ip: 208.92.36.180
Console: GET /o37/nba/player/nbalp/console.swf HTTP/1.1

Thanks in advance...
Reply With Quote