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

Comedy Central rtmpsrv problems

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

ballbeam 10-26-2014 03:29 PM

Comedy Central rtmpsrv problems


 
Hi everyone,

I'm trying to download these web-only skits from The Daily Show but with little luck...
http://thedailyshow.cc.com/features/...pondentcentral
I've tried with rtmpsrv and rtmpdump to get this right but I can't seem to figure out what the problem is.

Partially following this tutorial and my general knowledge of RTMP this is what I've done. I should note I have a Mac with Yosemite so I tried to adapt as well I could.

1. Replaced 127.0.0.1 localhost in the hosts-file with 127.0.0.1 cp9950.edgefcs.net
2. Snooped with rtmpsrv:
Code:

$ rtmpsrv
RTMP Server v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

rtmpdump -r "rtmpe://cp9950.edgefcs.net:1935/ondemand/mtvnorigin/gsp.comedystor/com/dailyshow/TDS/exclusives" -a "ondemand/mtvnorigin/gsp.comedystor/com/dailyshow/TDS/exclusives" -f "MAC 15,0,0,189" -W "http://media.mtvnservices.com/[[IMPORT]]/livepassdl.conviva.com/ver/2.85.0.21474/LivePassModuleMain.swf" -p "http://thedailyshow.cc.com/features/correspondentcentral" -y "mp4:Best_Improv_Piece1_1280x720_3500_h32.mp4" -o mp4_Best_Improv_Piece1_1280x720_3500_h32.flv

Closing connection... done!

RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: swfurl http://media.mtvnservices.com/[[IMPORT]]/livepassdl.conviva.com/ver/2.85.0.21474/LivePassModuleMain.swf not found
Connecting ...
ERROR: RTMP_Connect1, handshake failed.

3. Reverted changes made in host file back to 127.0.0.1 localhost
4. Executing the command I got from rtmpsrv:
Code:

rtmpdump -r "rtmpe://cp9950.edgefcs.net:1935/ondemand/mtvnorigin/gsp.comedystor/com/dailyshow/TDS/exclusives" -a "ondemand/mtvnorigin/gsp.comedystor/com/dailyshow/TDS/exclusives" -f "MAC 15,0,0,189" -W "http://media.mtvnservices.com/[[IMPORT]]/livepassdl.conviva.com/ver/2.85.0.21474/LivePassModuleMain.swf" -p "http://thedailyshow.cc.com/features/correspondentcentral" -y "mp4:Best_Improv_Piece1_1280x720_3500_h32.mp4" -o mp4_Best_Improv_Piece1_1280x720_3500_h32.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: swfurl http://media.mtvnservices.com/[[IMPORT]]/livepassdl.conviva.com/ver/2.85.0.21474/LivePassModuleMain.swf not found
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

At this point it looked pretty clear to me what was the issue at hand, the swfurl. I tried again but instead of
Code:

http://media.mtvnservices.com/[[IMPORT]]/livepassdl.conviva.com/ver/2.85.0.21474/LivePassModuleMain.swf
I changed it to
Code:

http://livepassdl.conviva.com/ver/2.85.0.21474/LivePassModuleMain.swf
This got rid of the not found error, but I still got the same response:
Code:

INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

Also, these are a few alternative things I've tried that didn't work:
get-flash-video - does not recognize video
youtube-dl - does not recognize video
GetFLV - works but only downloads 1-3% then crashes, I tried with several versions

Does anyone have any clue as to what is going on?

denobis 10-28-2014 02:22 PM

Re: Comedy Central rtmpsrv problems


 
Use adownloader pasting the link "from the url of this video"

ballbeam 10-28-2014 02:53 PM

Re: Comedy Central rtmpsrv problems


 
Not sure I'm getting you there, denobis.
Nevertheless, I figured it out with youtube-dl. The issue was that I didn't enter a direct URL reference for the video. Thing is the page wouldn't let me get the direct URLs for the different videos for some reason. I solved this by doing a search for them in the top right corner and thus getting the URLs for the videos I wanted.


All times are GMT -6. The time now is 06:20 PM.