View Single Post
  #2  
Old 01-12-2012, 12:45 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: No Videos from SyFy - GETFLV 9077


This is the thing that I found and I'm sure it's true!! but it's keep up saying stream not found!! It seems they have removed video!! unfortunately, The site geo block is really too limited!! only GU,MP,PR,VI !! I couldn't play the video to get the url but used manual way to get!!

I got server name from here:
Code:
http://videoservices.nbcuni.com/player/config?version=2&clear=true&configId=55555
Code:
<akamaiAppName>ondemand</akamaiAppName>
<akamaiHostName>cp35582.edgefcs.net</akamaiHostName>
and play path from here:
Code:
http://videoservices.nbcuni.com/player/clip?clear=true&domainReq=video.nbcuni.com&geoIP=inside&clipId=1331615
Code:
<clipNotExpired>true</clipNotExpired>
<clipurl>scififullepisode/smil/cffccf42039c822c005fcf29c23c08ae.smil</clipurl>
<folderid>1313337</folderid>
Code:
http://video.nbcuni.com/scififullepisode/smil/cffccf42039c822c005fcf29c23c08ae.smil
Code:
<smil>
<head>
<meta base="" />
 <layout>
<root-layout width="384" height="288" /></layout>
</head>
<body>
<switch>
<video src="nbcu/scififullepisode/cffccf42039c822c005fcf29c23c08ae_0500.flv" system-bitrate="500000" />
<video src="nbcu/scififullepisode/cffccf42039c822c005fcf29c23c08ae_0700.flv" system-bitrate="700000" />
<ref src="nbcu/scififullepisode/cffccf42039c822c005fcf29c23c08ae_0700.flv" /></switch></body></smil>
Going to using rtmpdump:
Code:
rtmpdump -r "rtmp://cp35582.edgefcs.net:1935/ondemand/" -a "ondemand" -f "WIN 11,1,102,55" -W "http://video.nbcuni.com/osmf/players/player_long.swf" -y "nbcu/scififullepisode/cffccf42039c822c005fcf29c23c08ae_0700.flv" -o "cffccf42039c822c005fcf29c23c08ae_0700.flv"
I'm sure used true urls, even these one is like mine:
How to save RTMP FLV from Syfy.com? (besides RMC)
Problem Recording Flash .FLV stream video from NBC Sports (RTMP protocol)

Try to use rtmpexplorer if you can!!
Reply With Quote