VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 3 of 3
  1. Hello everyone,

    I am attempting to download the video at: http://www.hotdocslibrary.ca/dsr/#/en/video/10320

    Using URL Snooper to get the rtmp url, my RTMPDump command looks like this:

    Code:
    "C:\Users\Administrator\Desktop\rtmpdump-2.4-2015-12-15\rtmpdump.exe" -r "rtmp://cdn.hotdocslibrary.ca:1935/cfx/st" -o "C:\Users\Administrator\Desktop\rtmpdump-2.4-2015-12-15\video.flv"
    This results in a, "rtmp server sent error" and "rtmp server requested close".

    When I view the source code of the video page, I see, (among other things) this:

    Code:
    } else if (hasRequestedVersion) {
    	// if we've detected an acceptable version
    	// embed the Flash Content SWF when all tests are passed
    	AC_FL_RunContent(
    			"src", "main_library380_release",
    			"width", "100%",
    			"height", "100%",
    			"align", "middle",
    			"id", "main",
    			"quality", "high",
    			"bgcolor", "#0b4936",
    			"name", "main",
    			"allowScriptAccess","sameDomain",
    			"type", "application/x-shockwave-flash",
    			"pluginspage", "http://www.adobe.com/go/getflashplayer",
    			"allowFullScreen", "true"
    	);
    } else {  // flash is too old or we can't detect the plugin
    	var alternateContent = 'This version of the Doc Library requires the Adobe Flash Player. '
    		+ '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
    	document.write(alternateContent);  // insert non-flash content
    }
    // -->
    </script>
    <noscript><object
    	classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="main"
    	width="100%" height="100%"
    	codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
    	<param name="movie" value="main_library380_release.swf" />
    	<param name="quality" value="high" />
    	<param name="bgcolor" value="#0b4936" />
    	<param name="allowScriptAccess" value="sameDomain" />
    	<embed src="main_library380_release.swf" quality="high" bgcolor="#0b4936" width="100%"
    		height="100%" name="main" align="middle" play="true" loop="false"
    		quality="high" allowFullScreen="true" allowScriptAccess="sameDomain"
    		type="application/x-shockwave-flash"
    		pluginspage="http://www.adobe.com/go/getflashplayer"
    		allowFullScreen="true">
    	</embed> </object></noscript>
    <script type="text/javascript">
    /* *** http://www.hotdocslibrary.ca/ *** */
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    So, what I'm wondering, is what connection or security parameters I need to add to my RTMPDump command to be able to download the video ?
    Quote Quote  
  2. Member bat999's Avatar
    Join Date
    Feb 2008
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by ParsonBrown View Post
    ... what connection or security parameters I need to add to my RTMPDump command to be able to download the video ?...
    This seems OK...
    Code:
    rtmpdump -r "rtmp://cdn.hotdocslibrary.ca:1935/cfx/st/" -a "cfx/st/" -W "http://www.hotdocslibrary.ca/dsr/main_library380_release.swf" -p "http://www.hotdocslibrary.ca/dsr/#/en/video/10320" -y "mp4:10320_2" -o "2016-08-14_10-27-31_mp4_10320_2.flv"
    With Windows you probably need a program such as RTMPDumpHelper to find those extra parameters.

    @Xubuntu:~$ rtmpdump -r "rtmp://cdn.hotdocslibrary.ca:1935/cfx/st/" -a "cfx/st/" -W "http://www.hotdocslibrary.ca/dsr/main_library380_release.swf" -p "http://www.hotdocslibrary.ca/dsr/#/en/video/10320" -y "mp4:10320_2" -o "2016-08-14_10-27-31_mp4_10320_2.flv"
    RTMPDump v2.4 KSV-15-12-2015
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    Connecting ...
    INFO: Connected...
    Starting download at: 0.000 kB
    INFO: Metadata:
    INFO: duration 6104.40
    INFO: moovPosition 811527657.00
    INFO: width 640.00
    INFO: height 480.00
    INFO: videocodecid avc1
    INFO: audiocodecid mp4a
    INFO: avcprofile 100.00
    INFO: avclevel 30.00
    INFO: aacaot 2.00
    INFO: videoframerate 29.97
    INFO: audiosamplerate 48000.00
    INFO: audiochannels 2.00
    INFO: tags:
    INFO: ©too Lavf52.32.0
    INFO: trackinfo:
    INFO: length 183131949.00
    INFO: timescale 30000.00
    INFO: language und
    INFO: sampledescription:
    INFO: sampletype avc1
    INFO: length 293007360.00
    INFO: timescale 48000.00
    INFO: language und
    INFO: sampledescription:
    INFO: sampletype mp4a
    800831.618 kB / 6104.36 sec (99.9%)
    Download complete
    Quote Quote  
  3. Cheers mate, your code worked a treat !
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!