View Single Post
  #3  
Old 06-30-2011, 05:59 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: NBDL.COM streaming... is it possible to download?


Archive links are actually xml files which contain actual rtmp link. you can download it with rtmpdump.

XML File:
Code:
<FLVPlayerConfig>
	<serverName>cp74157.edgefcs.net</serverName>
	<fallbackServerName>cp74157.edgefcs.net</fallbackServerName>
	<appName>
		<![CDATA[ondemand]]>
	</appName>
	<streamName>
		<![CDATA[flash/dleague/futurecast/.uid.Ma4hAQCczrJ01SWVsAa4969346cb766e22622cd42f95e9283a.archive_tuliwa_041810]]>
	</streamName>
	<isLive>false</isLive>
	<bufferTime>2</bufferTime>
</FLVPlayerConfig>
Command:
Code:
rtmpdump.exe -r "rtmp://cp74157.edgefcs.net/ondemand" -y "flash/dleague/futurecast/.uid.Ma4hAQCczrJ01SWVsAa4969346cb766e22622cd42f95e9283a.archive_tuliwa_041810" -o Test.flv
Reply With Quote