Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 11-08-2010, 12:43 AM
Stream Recorder
 
Posts: n/a
Default

Re: Recording new setup of NBA League pass


Quote:
Originally Posted by any ANONYMOUS forum user View Post
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
Reply With Quote
  #12  
Old 11-08-2010, 06:49 PM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: Recording new setup of NBA League pass


Quote:
Originally Posted by Stream Recorder View Post
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
Reply With Quote
  #13  
Old 12-11-2010, 10:16 PM
Anon123 Anon123 is offline
Junior Member
 
Join Date: Dec 2010
Posts: 5
Anon123 is on a distinguished road
Default

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
Reply With Quote
  #14  
Old 12-12-2010, 02:38 AM
Stream Recorder
 
Posts: n/a
Default

Re: NBA International LP capping


Quote:
Originally Posted by Anon123 View Post
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 View Post
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.
Reply With Quote
  #15  
Old 12-12-2010, 09:47 AM
placebo placebo is offline
Moderator - exTerminator
 
Join Date: Aug 2010
Posts: 477
placebo is on a distinguished road
Default

Re: NBA International LP capping


Quote:
Originally Posted by Anon123 View Post
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.
Reply With Quote
  #16  
Old 12-12-2010, 11:22 AM
Anon123 Anon123 is offline
Junior Member
 
Join Date: Dec 2010
Posts: 5
Anon123 is on a distinguished road
Default

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.
Reply With Quote
  #17  
Old 12-12-2010, 01:35 PM
placebo placebo is offline
Moderator - exTerminator
 
Join Date: Aug 2010
Posts: 477
placebo is on a distinguished road
Default

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".
(maybe the url isnt good anymore?)
Reply With Quote
  #18  
Old 12-12-2010, 02:03 PM
Anon123 Anon123 is offline
Junior Member
 
Join Date: Dec 2010
Posts: 5
Anon123 is on a distinguished road
Default

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 I think the url should be good. i also tried todays games and didn't succeed.
Reply With Quote
  #19  
Old 03-28-2011, 11:15 AM
Anon123 Anon123 is offline
Junior Member
 
Join Date: Dec 2010
Posts: 5
Anon123 is on a distinguished road
Default

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...
Reply With Quote
  #20  
Old 03-28-2011, 11: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
Reply Post New Thread
Tags: , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 04:22 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons