Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=7620)

Stream Recorder 11-07-2010 11:43 PM

Re: Recording new setup of NBA League pass


 
Quote:

Originally Posted by any ANONYMOUS forum user (Post 22817)
Yes at 1280x720. Then one will need new hardware for sure :)

If you need new hardware only for recording such videos, then it could be better to get an HD video recorder

any ANONYMOUS forum user 11-08-2010 05:49 PM

Re: Recording new setup of NBA League pass


 
Quote:

Originally Posted by Stream Recorder (Post 22830)
If you need new hardware only for recording such videos, then it could be better to get an HD video recorder

Flash and streams of this size and bigger is quite hungry for CPU as cuda support isn't present in flash yet.

But great excuse to get a nice graphics card as well when doing the upgrade(s)

Recording from the PC which is also the source (browser/flash) or you trying to give me another excuse to go shopping for a complete PC and keeping the old as recording target ROFL

Anon123 12-11-2010 09:16 PM

NBA International LP capping


 
So i see you solved wnba problem so i've got one more for you experts. I've benn trying to solve this for 3 days and still without success.

Code:

http://ilp.nba.com/nbalp/console.jsp
Nba league pass changed their streaming and instead of one FLV file this year stram consists of several MP4 files. Example:

Code:

http://nlds24.cdnl3.neulion.com/nlds/nba/chicago/as/live/chicago_hd_4/20101212/01/0038.mp4
There are thousands of these...

So i tried Wireshark, CooJah, some others and finally got some interesting URL with URLSnooper.

Code:

rtmp://cdncon.fcod.llnwd.net/a277/e1/mp4:u/nbamobile/vod/nba/2010/12/10/21000333/pc/2_21000333_lal_chi_2010_h_condensed.mp4]]
I tried to download this with rtmpdump, failed. Then tried Orbit Downloader, failed again. RMC4 captures only small MP4 files. So i would be very grateful if someone could help me solve this.

Thanks in advance

EDIT: Of course we are talking about downloading whole games :)

Stream Recorder 12-12-2010 01:38 AM

Re: NBA International LP capping


 
Quote:

Originally Posted by Anon123 (Post 23623)
So i see you solved wnba problem so i've got one more for you experts. I've benn trying to solve this for 3 days and still without success.

Code:

http://ilp.nba.com/nbalp/console.jsp
Nba league pass changed their streaming and instead of one FLV file this year stram consists of several MP4 files. Example:

Code:

http://nlds24.cdnl3.neulion.com/nlds/nba/chicago/as/live/chicago_hd_4/20101212/01/0038.mp4
There are thousands of these...

This was discussed already:
Recording new setup of NBA League pass

Quote:

Originally Posted by Anon123 (Post 23623)
So i tried Wireshark, CooJah, some others and finally got some interesting URL with URLSnooper.

Code:

rtmp://cdncon.fcod.llnwd.net/a277/e1/mp4:u/nbamobile/vod/nba/2010/12/10/21000333/pc/2_21000333_lal_chi_2010_h_condensed.mp4
I tried to download this with rtmpdump, failed. Then tried Orbit Downloader, failed again. RMC4 captures only small MP4 files. So i would be very grateful if someone could help me solve this.

To download RTMP streams you may need to know not only the URL, but also some other parameters. If you can play the RTMP stream, you should be able to get them.

placebo 12-12-2010 08:47 AM

Re: NBA International LP capping


 
Quote:

Originally Posted by Anon123 (Post 23623)
Code:

rtmp://cdncon.fcod.llnwd.net/a277/e1/mp4:u/nbamobile/vod/nba/2010/12/10/21000333/pc/2_21000333_lal_chi_2010_h_condensed.mp4]]

interesting url indeed. i get a "stream not found"-error when i feed the url to Replay Media Catcher. SR is right, the url looks harmless and tools (e.g. rtmpdump.exe) should be able to download it when you pass the full command line with parameters to the tools.

knowing the rtmp url is not enough to make rtmpdump download the url. rtmpdump frequently needs a host of parameters.

and check out this thread: http://stream-recorder.com/forum/vid...oad-t5365.html .. it shows you how (easy) the command line could look like, even when other tools (incl. rtmpsrv.exe) fail.

i can't test it. i don't live in The States. :D

Anon123 12-12-2010 10:22 AM

ilp.nba.com: Capturing NBA International LP


 
I think i got some parameters...
for -s

Code:

http://neulion.vo.llnwd.net/o37/nba/player/nbalp/console.swf
Code:

http://neulion.vo.llnwd.net/o37/nba/player/nbalp/flex/chatroom.swf
These two are candidates and i used first one because second one probably has something to do with the chatroom.

The easiest -p

Code:

http://ilp.nba.com/nbalp/console.jsp
And -o

Here i'm not sure wheather to put .flv or .mp4 (i'm a little confused), tried both thou and still didn't work...

I didn't try -n
I don't know where to look for that... i know you can find it from the url :) But the question is can you use source IP address. If you can then it is 208.92.36.180.

So if anybody can put this together for an rtmpdump command line and get it to work i would be very pleased.

placebo 12-12-2010 12:35 PM

ilp.nba.com: Capturing NBA International LP


 
Quote:

C:\rtmpdump-2.3>rtmpdump -r "rtmp://cdncon.fcod.llnwd.net/a277/e1/mp4:u/nbamobil
e/vod/nba/2010/12/10/21000333/pc/2_21000333_lal_chi_2010_h_condensed.mp4" -s "ht
tp://neulion.vo.llnwd.net/o37/nba/player/nbalp/console.swf" -o video.mp4
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

C:\rtmpdump-2.3>
hmmm... says "stream not found". :confused:
(maybe the url isnt good anymore?)

Anon123 12-12-2010 01:03 PM

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


 
Yes i tried that. i tried everything, but it seems like it can't be solved :confused: I think the url should be good. i also tried todays games and didn't succeed.

Anon123 03-28-2011 10:15 AM

Download NBA international LP rtmp:// video streaming


 
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...

Anon123 03-28-2011 10:15 AM

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...


All times are GMT -6. The time now is 12:58 AM.