View Single Post
  #9  
Old 12-01-2011, 03:58 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: RTMPexplorer won't work anymore at bigflix.


Quote:
Originally Posted by roaming_romeo View Post
This text document of url that you gave now - should it be a notepad?
That's easiest way to create a batch file (Creating txt and rename into bat)!!

Quote:
Originally Posted by roaming_romeo View Post
It's crazy but I created a notepad with that url and named it command.bat and ran your command file that you linked
I misunderstood this section!! You have created "command.bat" and also downloaded "command.bat" that I'd uploaded/linked?
wasn't need to doing both work!!
I'd said "create it" or "use created one by me"!!

Quote:
Originally Posted by roaming_romeo View Post
and just like that it is downloading the video without even opening the damned rtmpexplorer. How did this happen?
just you used "rtmpdump" directly!! "rtmpexplorer" is GUI version of "rtmpdump". "rtmpexplorer" will use "rtmpdump" for downloading the link!! So, it doesn't need to open "rtmpexplorer"!!

Quote:
Originally Posted by roaming_romeo View Post
So tell me how can I obtain this url everytime my explorer fails? Should I copypaste from rumpsrv window when the link appears and use it in command.bat notepad?
As we saw, you've got different link with rtmpexplorer!!
Also "RTMP Server(rtmpsrv)" will run "rtmpdump" for downloading the link!! You'll run rtmpdump directly if you do that work!!
View this:
Code:
RTMP Server v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

Live : No
rtmpdump -r "rtmpe://fms.1B42.edgecastcdn.net/001B42/vault/videoclips/movies/" -
a "001B42/vault/videoclips/movies/" -f "WIN 11,1,102,55" -W "http://www.bigflix.
com/apache_file/flash/Player.swf?f=1322768888359" -p "http://www.bigflix.com/hom
e/movies/circus-queen/1540" -y "mp4:CircusQueen.mp4?e=1322783246" -o mp4_CircusQ
ueen.flv

Closing connection... done!

RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
So, it doesn't make any sense! You have the same link!!

Quote:
Originally Posted by roaming_romeo View Post
Even more curious case is why it is failing in rtmpexplorer and downloading through the command.bat file you linked on it's own through the notepad url???
rtmpexplorer didn't fail!! It could find the correct link!! only Your PC can't connect to this server:
Code:
rtmpe://cp118461.edgefcs.net
and can connect to this one(As I mentioned before):
Code:
rtmpe://fms.1B42.edgecastcdn.net
Quote:
Originally Posted by roaming_romeo View Post
Until now I used to get files off handshake message that went client sent 6, server answered 9. Now it doesn't work here and running it off your command file is giving as server answered 8 and it's working? Wonder why?
I don't know what these numbers meaning!! I think it's depend on servers!!
Reply With Quote